summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-04-18 17:26:53 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-04-18 17:26:53 +0000
commit32cad335aac34a8ba95818a43271c08a577427bf (patch)
treed2fe824fdd316836c93e6f1b820b0460ad66ec1b /lib
parent06c7c58d68c85eeef1f2174e969bb0045e176e4e (diff)
Add Xrefs.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/mount.23
-rw-r--r--lib/libc/sys/setuid.25
-rw-r--r--lib/libc/sys/statfs.26
3 files changed, 10 insertions, 4 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2
index 908cbde14ac..d7f3c437de4 100644
--- a/lib/libc/sys/mount.2
+++ b/lib/libc/sys/mount.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount.2,v 1.10 1999/03/05 10:37:18 deraadt Exp $
+.\" $OpenBSD: mount.2,v 1.11 1999/04/18 17:26:52 espie Exp $
.\" $NetBSD: mount.2,v 1.12 1996/02/29 23:47:48 jtc Exp $
.\"
.\" Copyright (c) 1980, 1989, 1993
@@ -329,6 +329,7 @@ or
mount can also fail if the maximum number of filesystems are currently
mounted.
.Sh SEE ALSO
+.Xr statfs 2 ,
.Xr mount 8 ,
.Xr umount 8 ,
.Xr mfs 8
diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2
index 3e175fb82ed..950ad6627a8 100644
--- a/lib/libc/sys/setuid.2
+++ b/lib/libc/sys/setuid.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setuid.2,v 1.4 1998/12/31 09:25:31 deraadt Exp $
+.\" $OpenBSD: setuid.2,v 1.5 1999/04/18 17:26:52 espie Exp $
.\" $NetBSD: setuid.2,v 1.3 1995/02/27 12:37:06 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -109,7 +109,8 @@ specified is not the real, effective ID, or saved ID,
these functions return \-1.
.Sh SEE ALSO
.Xr getuid 2 ,
-.Xr getgid 2
+.Xr getgid 2 ,
+.Xr issetugid 2
.Sh STANDARDS
The
.Fn setuid
diff --git a/lib/libc/sys/statfs.2 b/lib/libc/sys/statfs.2
index 91e1ba4e98e..c48361f1cbe 100644
--- a/lib/libc/sys/statfs.2
+++ b/lib/libc/sys/statfs.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: statfs.2,v 1.8 1999/02/27 21:56:53 deraadt Exp $
+.\" $OpenBSD: statfs.2,v 1.9 1999/04/18 17:26:52 espie Exp $
.\" $NetBSD: statfs.2,v 1.10 1995/06/29 11:40:48 cgd Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -145,6 +145,10 @@ An
.Tn I/O
error occurred while reading from or writing to the file system.
.El
+.Sh SEE ALSO
+.Xr df 1 ,
+.Xr mount 2 ,
+.Xr stat 2
.Sh HISTORY
The
.Fn statfs