diff options
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/proc.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 7f8031adbe..f087ff250f 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -493,7 +493,7 @@ Thus, to print out the environment of process 1, you would do: If, after an .BR execve (2), the process modifies its environment -(e.g. by calling functions such as +(e.g., by calling functions such as .BR putenv (3) or modifying the .BR environ (7) @@ -502,9 +502,9 @@ this file will .I not reflect those changes. -Further, a process may change the memory this points to by calling +Furthermore, a process may change the memory location that this file refers via .BR prctl (2) -and using operations such as +operations such as .BR PR_SET_MM_ENV_START . Permission to access this file is governed by a ptrace access mode |
