summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2004-06-03 17:09:13 +0000
committerMarc Espie <espie@cvs.openbsd.org>2004-06-03 17:09:13 +0000
commit9941446abe1b5afd23568af0c255dcc210ea0991 (patch)
treefc009e69cdc710b3435bb0123fbc75546ae8ab25 /lib/libc
parent0a7aab6d1b50bacda5b1921c5ad1e5bddfe0810c (diff)
cross-Xref to make pathconf/sysconf easy to find.
twiddling and okay jmc@ millert@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/sysconf.33
-rw-r--r--lib/libc/gen/sysctl.34
-rw-r--r--lib/libc/sys/pathconf.23
3 files changed, 7 insertions, 3 deletions
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3
index e589232a93c..acd47fa90da 100644
--- a/lib/libc/gen/sysconf.3
+++ b/lib/libc/gen/sysconf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysconf.3,v 1.18 2004/05/07 18:45:30 millert Exp $
+.\" $OpenBSD: sysconf.3,v 1.19 2004/06/03 17:09:12 espie Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -175,6 +175,7 @@ The value of the
argument is invalid.
.El
.Sh SEE ALSO
+.Xr pathconf 2 ,
.Xr sysctl 3
.Sh STANDARDS
The
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 123f1a1c4b8..229455bab6d 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.3,v 1.138 2004/04/20 06:41:47 tedu Exp $
+.\" $OpenBSD: sysctl.3,v 1.139 2004/06/03 17:09:12 espie Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -2031,6 +2031,8 @@ An attempt to change a value protected by the current kernel security
level is made.
.El
.Sh SEE ALSO
+.Xr pathconf 2 ,
+.Xr sysconf 3 ,
.Xr ddb 4 ,
.Xr sysctl.conf 5 ,
.Xr securelevel 7 ,
diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2
index ed91dde1b09..3bfca0fe9e9 100644
--- a/lib/libc/sys/pathconf.2
+++ b/lib/libc/sys/pathconf.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pathconf.2,v 1.13 2004/04/15 19:52:18 jmc Exp $
+.\" $OpenBSD: pathconf.2,v 1.14 2004/06/03 17:09:12 espie Exp $
.\" $NetBSD: pathconf.2,v 1.2 1995/02/27 12:35:22 cgd Exp $
.\"
.\" Copyright (c) 1993
@@ -153,6 +153,7 @@ is not a valid open file descriptor.
An I/O error occurred while reading from or writing to the file system.
.El
.Sh SEE ALSO
+.Xr sysconf 3 ,
.Xr sysctl 3
.Sh HISTORY
The