diff options
author | 2004-06-03 17:09:12 +0000 | |
---|---|---|
committer | 2004-06-03 17:09:12 +0000 | |
commit | de8f8b0413402def44fe51fb9b61ed25da0fa83c (patch) | |
tree | 1768fdf2a74aa6376b05385d152879f31933d26d /lib/libc/gen | |
parent | Sync man page with macros: (diff) | |
download | wireguard-openbsd-de8f8b0413402def44fe51fb9b61ed25da0fa83c.tar.xz wireguard-openbsd-de8f8b0413402def44fe51fb9b61ed25da0fa83c.zip |
cross-Xref to make pathconf/sysconf easy to find.
twiddling and okay jmc@ millert@
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sysconf.3 | 3 | ||||
-rw-r--r-- | lib/libc/gen/sysctl.3 | 4 |
2 files changed, 5 insertions, 2 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 , |