diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-01-03 16:43:47 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-01-03 16:43:47 +0000 |
commit | bd6a65097a3262c4303cae62507f2ae270b2c222 (patch) | |
tree | 3e52fe9d4fdd748dc21037171fe5ad4c38f8c750 /lib/libc/gen/sysctl.3 | |
parent | 86ca804452ddaa9c534cb7def8fce3e2fc5facbd (diff) |
Neither .Pp nor unqualified text are allowed at the top level of .Bl;
instead, .It is required. Thus, move .Pp and text before the .Bl,
and remove the .Pp altogether where it is not needed.
Syntax errors found by mandoc(1), also required to fix the mandoc build;
feedback and ok jmc@, and sobrado@ also supports the direction.
Diffstat (limited to 'lib/libc/gen/sysctl.3')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index e75bb503167..143de821d58 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.190 2009/10/04 16:08:37 michele Exp $ +.\" $OpenBSD: sysctl.3,v 1.191 2010/01/03 16:43:45 schwarze 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: October 4 2009 $ +.Dd $Mdocdate: January 3 2010 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -1902,7 +1902,6 @@ privileges may change the value. .It Dv USER_TZNAME_MAX No " integer no" .El .Bl -tag -width "123456" -.Pp .It Dv USER_BC_BASE_MAX The maximum ibase/obase values in the .Xr bc 1 |