diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1997-04-01 18:58:38 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-04-01 18:58:38 +0000 |
| commit | 02dd678d7ef80e000df5bf09498ab72b441440fb (patch) | |
| tree | d839f9ae38d104c4418e7ef993666950b7b6b2df /lib/libc/sys/setuid.2 | |
| parent | 625fe116e7cb6c87a1a0d1c8cc02f1a799fcdb07 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/setuid.2')
| -rw-r--r-- | lib/libc/sys/setuid.2 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2 index 09448745382bb..b1758fed9f070 100644 --- a/lib/libc/sys/setuid.2 +++ b/lib/libc/sys/setuid.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)setuid.2 8.1 (Berkeley) 6/4/93 -.\" $Id$ +.\" $Id: setuid.2,v 1.9 1997/02/22 15:04:24 peter Exp $ .\" .Dd June 4, 1993 .Dt SETUID 2 @@ -123,7 +123,10 @@ specified is not the real, effective ID, or saved ID, these functions return \-1. .Sh SEE ALSO .Xr getgid 2 , -.Xr getuid 2 +.Xr getuid 2 , +.Xr issetugid 2 , +.Xr setregid 2 , +.Xr setreuid 2 .Sh STANDARDS The .Fn setuid |
