summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-04-01 18:58:38 +0000
committermpp <mpp@FreeBSD.org>1997-04-01 18:58:38 +0000
commita8f58296ab40fb8730f45c2334dac60c3ad94a1d (patch)
tree5e8fb1e1c320bf1f84b1eab3a03ea8228ab5d10b
parentb87dacefe4d8979eb6cd81863b97ceeb4a2c5155 (diff)
downloadFreeBSD-src-a8f58296ab40fb8730f45c2334dac60c3ad94a1d.zip
FreeBSD-src-a8f58296ab40fb8730f45c2334dac60c3ad94a1d.tar.gz
Xref the new issetugid(2) man page where appropriate.
Also add additional set*id(2) xrefs where appropriate.
-rw-r--r--lib/libc/sys/getgid.21
-rw-r--r--lib/libc/sys/getuid.27
-rw-r--r--lib/libc/sys/setregid.21
-rw-r--r--lib/libc/sys/setreuid.21
-rw-r--r--lib/libc/sys/setuid.27
5 files changed, 13 insertions, 4 deletions
diff --git a/lib/libc/sys/getgid.2 b/lib/libc/sys/getgid.2
index 987f2a3..fb23fa9 100644
--- a/lib/libc/sys/getgid.2
+++ b/lib/libc/sys/getgid.2
@@ -69,6 +69,7 @@ functions are always successful, and no return value is reserved to
indicate an error.
.Sh SEE ALSO
.Xr getuid 2 ,
+.Xr issetugid 2 ,
.Xr setgid 2 ,
.Xr setregid 2
.Sh STANDARDS
diff --git a/lib/libc/sys/getuid.2 b/lib/libc/sys/getuid.2
index 330a3d6..9808cb2 100644
--- a/lib/libc/sys/getuid.2
+++ b/lib/libc/sys/getuid.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)getuid.2 8.1 (Berkeley) 6/4/93
-.\" $Id$
+.\" $Id: getuid.2,v 1.5 1997/02/22 15:03:54 peter Exp $
.\"
.Dd June 4, 1993
.Dt GETUID 2
@@ -72,7 +72,10 @@ functions are always successful, and no return value is reserved to
indicate an error.
.Sh SEE ALSO
.Xr getgid 2 ,
-.Xr setreuid 2
+.Xr issetugid 2 ,
+.Xr setgid 2 ,
+.Xr setreuid 2 ,
+.Xr setuid 2
.Sh STANDARDS
The
.Fn geteuid
diff --git a/lib/libc/sys/setregid.2 b/lib/libc/sys/setregid.2
index 787dd11..0b8343b 100644
--- a/lib/libc/sys/setregid.2
+++ b/lib/libc/sys/setregid.2
@@ -81,6 +81,7 @@ was specified.
.El
.Sh SEE ALSO
.Xr getgid 2 ,
+.Xr issetugid 2 ,
.Xr setegid 2 ,
.Xr setgid 2 ,
.Xr setuid 2
diff --git a/lib/libc/sys/setreuid.2 b/lib/libc/sys/setreuid.2
index 9d9402c..1736879 100644
--- a/lib/libc/sys/setreuid.2
+++ b/lib/libc/sys/setreuid.2
@@ -80,6 +80,7 @@ was specified.
.El
.Sh SEE ALSO
.Xr getuid 2 ,
+.Xr issetugid 2 ,
.Xr seteuid 2 ,
.Xr setuid 2
.Sh HISTORY
diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2
index 0944874..b1758fe 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
OpenPOWER on IntegriCloud