proc.5: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-10 10:00:30 +02:00
parent 68220f1c6a
commit b258106ff9
1 changed files with 6 additions and 2 deletions

View File

@ -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)