From b258106ff9ee0b659d080931b26a319aaa64fb5d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 10 Apr 2020 10:00:30 +0200 Subject: [PATCH] proc.5: ffix Signed-off-by: Michael Kerrisk --- man5/proc.5 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/man5/proc.5 b/man5/proc.5 index dfd9960e9..fecda52bf 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -515,8 +515,12 @@ with a further null byte after the last string. .IP If, after an .BR execve (2), -the process modifies its argv strings, those changes will show up here. -This is not the same thing as modifying the argv array. +the process modifies its +.I argv +strings, those changes will show up here. +This is not the same thing as modifying the +.I argv +array. .IP Furthermore, a process may change the memory location that this file refers via .BR prctl (2)