summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sysconf.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-05-30 17:21:06 +0000
committerjmc <jmc@openbsd.org>2003-05-30 17:21:06 +0000
commited2d24d7797aed9526de6b19a914e50f8acff740 (patch)
tree7f992ac918af1d0fc0d88cf5191859451fec0d69 /lib/libc/gen/sysconf.3
parentknf (diff)
downloadwireguard-openbsd-ed2d24d7797aed9526de6b19a914e50f8acff740.tar.xz
wireguard-openbsd-ed2d24d7797aed9526de6b19a914e50f8acff740.zip
- correct macro usage
- section reorder
Diffstat (limited to 'lib/libc/gen/sysconf.3')
-rw-r--r--lib/libc/gen/sysconf.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3
index 0e200a22d93..adaded79398 100644
--- a/lib/libc/gen/sysconf.3
+++ b/lib/libc/gen/sysconf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysconf.3,v 1.14 2003/04/30 06:28:10 jmc Exp $
+.\" $OpenBSD: sysconf.3,v 1.15 2003/05/30 17:21:06 jmc Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@@ -174,10 +174,6 @@ argument is invalid.
.El
.Sh SEE ALSO
.Xr sysctl 3
-.Sh BUGS
-The value for _SC_STREAM_MAX is a minimum maximum, and required to be
-the same as ANSI C's FOPEN_MAX, so the returned value is a ridiculously
-small and misleading number.
.Sh STANDARDS
The
.Fn sysconf
@@ -188,3 +184,7 @@ The
.Fn sysconf
function first appeared in
.Bx 4.4 .
+.Sh BUGS
+The value for _SC_STREAM_MAX is a minimum maximum, and required to be
+the same as ANSI C's FOPEN_MAX, so the returned value is a ridiculously
+small and misleading number.