diff options
Diffstat (limited to 'lib/libc/sys/setreuid.2')
-rw-r--r-- | lib/libc/sys/setreuid.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/setreuid.2 b/lib/libc/sys/setreuid.2 index 60df37991a3..7ddc7fde482 100644 --- a/lib/libc/sys/setreuid.2 +++ b/lib/libc/sys/setreuid.2 @@ -1,3 +1,5 @@ +.\" $OpenBSD: setreuid.2,v 1.2 2003/06/01 21:23:15 jmc Exp $ +.\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. .\" @@ -116,7 +118,7 @@ The current version, with the original semantics restored, appeared in The .Fn setreuid function predates -.Tn POSIX +.Tn POSIX saved user IDs. This implementation changes the saved user ID to the new value of the effective user ID if the real user ID is changed. |