diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-09-04 08:57:04 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-09-04 08:57:04 +0000 |
| commit | ef0b81712fefaf4328ffd53ee945763d376cc2ac (patch) | |
| tree | 242a0fceedae3dc1767af5c53488c206d7d996f0 /man2/execve.2 | |
| parent | 3bd6a9b1181e78670666a5c54b7884ea0098ef62 (diff) | |
| download | man-pages-ef0b81712fefaf4328ffd53ee945763d376cc2ac.tar.gz | |
wfix/tfix
Diffstat (limited to 'man2/execve.2')
| -rw-r--r-- | man2/execve.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/execve.2 b/man2/execve.2 index d6dc9391b4..d123595656 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -68,7 +68,7 @@ after a successful \fBexecve\fP(). If the set-user-ID bit is set on the program file pointed to by \fIfilename\fP, and the calling process is not being ptraced, then the effective user ID of the calling process is changed -to that of the owner of the program file. i +to that of the owner of the program file. Similarly, when the set-group-ID bit of the program file is set the effective group ID of the calling process is set to the group of the program file. |
