diff options
author | 2012-09-26 02:43:51 +0000 | |
---|---|---|
committer | 2012-09-26 02:43:51 +0000 | |
commit | b9734faa25a1e94a7155a98bd1cdeb928f4e703b (patch) | |
tree | dee622534a4bf04ea576181d3762688aee3e1bca /lib/libc/gen | |
parent | Explicitly annotate setjmp() and longjmp() (and friends) as (diff) | |
download | wireguard-openbsd-b9734faa25a1e94a7155a98bd1cdeb928f4e703b.tar.xz wireguard-openbsd-b9734faa25a1e94a7155a98bd1cdeb928f4e703b.zip |
Remove the first paragraph. The first sentence is already stated in the
STANDARDS section and the second sentence is bogus.
ok matthew@
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sysconf.3 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3 index c2884124c63..76400bc91c2 100644 --- a/lib/libc/gen/sysconf.3 +++ b/lib/libc/gen/sysconf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysconf.3,v 1.30 2012/03/06 13:57:16 jmc Exp $ +.\" $OpenBSD: sysconf.3,v 1.31 2012/09/26 02:43:51 brad Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 6 2012 $ +.Dd $Mdocdate: September 26 2012 $ .Dt SYSCONF 3 .Os .Sh NAME @@ -38,11 +38,6 @@ .Ft long .Fn sysconf "int name" .Sh DESCRIPTION -This interface is defined by -.St -p1003.1-88 . -A far more complete interface is available using -.Xr sysctl 3 . -.Pp The .Fn sysconf function provides a method for applications to determine the current |