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/sys | |
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/sys')
-rw-r--r-- | lib/libc/sys/pathconf.2 | 3 |
1 files changed, 2 insertions, 1 deletions
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 |