summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/setuid.2
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2008-08-04 07:08:23 +0000
committerjmc <jmc@openbsd.org>2008-08-04 07:08:23 +0000
commit0747adb3a22b873adeec30f9fa00f316d00cf70a (patch)
tree097f08863d00f88c3ab220c37ebac0070feb2347 /lib/libc/sys/setuid.2
parentProperly output machdep.chipset values on alpha models without pci buses; (diff)
downloadwireguard-openbsd-0747adb3a22b873adeec30f9fa00f316d00cf70a.tar.xz
wireguard-openbsd-0747adb3a22b873adeec30f9fa00f316d00cf70a.zip
improve SEE ALSO links; from Ingo Schwarze
ok otto millert
Diffstat (limited to 'lib/libc/sys/setuid.2')
-rw-r--r--lib/libc/sys/setuid.28
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2
index deb3353270c..7db735a39ec 100644
--- a/lib/libc/sys/setuid.2
+++ b/lib/libc/sys/setuid.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setuid.2,v 1.19 2007/05/31 19:19:33 jmc Exp $
+.\" $OpenBSD: setuid.2,v 1.20 2008/08/04 07:08:23 jmc Exp $
.\" $NetBSD: setuid.2,v 1.3 1995/02/27 12:37:06 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)setuid.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: August 4 2008 $
.Dt SETUID 2
.Os
.Sh NAME
@@ -100,12 +100,12 @@ specified is not the real, effective, or saved ID,
these functions return \-1.
.Sh SEE ALSO
.Xr getgid 2 ,
-.Xr getgroups 2 ,
.Xr getuid 2 ,
.Xr issetugid 2 ,
-.Xr setgid 2 ,
.Xr setgroups 2 ,
.Xr setregid 2 ,
+.Xr setresgid 2 ,
+.Xr setresuid 2 ,
.Xr setreuid 2
.Sh STANDARDS
The