diff options
Diffstat (limited to 'lib/libc/compat-43/setruid.3')
-rw-r--r-- | lib/libc/compat-43/setruid.3 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/compat-43/setruid.3 b/lib/libc/compat-43/setruid.3 index f94b48214f3..ba2b851baea 100644 --- a/lib/libc/compat-43/setruid.3 +++ b/lib/libc/compat-43/setruid.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: setruid.3,v 1.2 1996/08/19 08:19:35 tholo Exp $ +.\" $OpenBSD: setruid.3,v 1.3 1999/05/16 19:54:42 alex Exp $ .\" .Dd April 19, 1991 .Dt SETRUID 3 @@ -59,12 +59,12 @@ If the user is not the super user, or the uid (gid) specified is not the real or effective ID of the process, these functions return \-1. .Sh SEE ALSO -.Xr setuid 2 , -.Xr setgid 2 , -.Xr seteuid 2 , -.Xr setegid 2 , +.Xr getgid 2 , .Xr getuid 2 , -.Xr getgid 2 +.Xr setegid 2 , +.Xr seteuid 2 , +.Xr setgid 2 , +.Xr setuid 2 .Sh HISTORY The .Fn setruid |