diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2012-09-26 02:43:52 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2012-09-26 02:43:52 +0000 |
commit | 56f3c89249046e4aa0c48f7e563bd78591d9294a (patch) | |
tree | 2d21edf75f64b769e15c3fcfed47c68fd5998d9b | |
parent | 6a4007e86b3a9e44344d953e39ef5a7771459703 (diff) |
Remove the first paragraph. The first sentence is already stated in the
STANDARDS section and the second sentence is bogus.
ok matthew@
-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 |