diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-04-18 07:42:47 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-07-24 09:32:03 +0200 |
| commit | 9d80eb47b87bd519a3ccc046b2a15fab4a0cf866 (patch) | |
| tree | 8dc18a8934f0a2b479fef462b923ff7f46071af6 | |
| parent | 1dd73b18f7f6d809b731f3a8a985e15f1a9308b6 (diff) | |
| download | man-pages-9d80eb47b87bd519a3ccc046b2a15fab4a0cf866.tar.gz | |
setreuid.2: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man2/setreuid.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/setreuid.2 b/man2/setreuid.2 index cd07898d0c..f2f1088bcc 100644 --- a/man2/setreuid.2 +++ b/man2/setreuid.2 @@ -147,11 +147,11 @@ or (ii) setting one to the value of the other or (iii) setting the effective user (group) ID to the value of the saved set-user-ID (saved set-group-ID) was specified. .SH CONFORMING TO -POSIX.1-2001, 4.3BSD (the -.BR setreuid () +POSIX.1-2001, 4.3BSD +.RB ( setreuid () and .BR setregid () -function calls first appeared in 4.2BSD). +first appeared in 4.2BSD). .SH NOTES Setting the effective user (group) ID to the saved set-user-ID (saved set-group-ID) is |
