diff options
| -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 |
