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 /sbin | |
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 'sbin')
-rw-r--r-- | sbin/atactl/atactl.8 | 6 | ||||
-rw-r--r-- | sbin/fsck_ffs/fsck_ffs.8 | 6 | ||||
-rw-r--r-- | sbin/isakmpd/isakmpd.8 | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sbin/atactl/atactl.8 b/sbin/atactl/atactl.8 index 33f6444687d..bc7a6f3c230 100644 --- a/sbin/atactl/atactl.8 +++ b/sbin/atactl/atactl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atactl.8,v 1.41 2008/09/24 06:43:45 jmc Exp $ +.\" $OpenBSD: atactl.8,v 1.42 2010/01/03 16:43:45 schwarze Exp $ .\" $NetBSD: atactl.8,v 1.5 1999/02/24 18:49:14 jwise Exp $ .\" .\" Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 24 2008 $ +.Dd $Mdocdate: January 3 2010 $ .Dt ATACTL 8 .Os .Sh NAME @@ -369,8 +369,8 @@ routines in either captive or off-line mode. The .Ar subcommand may be one of the following: -.Bl -tag -width indent -compact .Pp +.Bl -tag -width indent -compact .It Em abort Abort off-line mode self-test routine. .Pp diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8 index b2b95e11e01..a46c8b0e702 100644 --- a/sbin/fsck_ffs/fsck_ffs.8 +++ b/sbin/fsck_ffs/fsck_ffs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsck_ffs.8,v 1.19 2007/05/31 19:19:44 jmc Exp $ +.\" $OpenBSD: fsck_ffs.8,v 1.20 2010/01/03 16:43:45 schwarze Exp $ .\" $NetBSD: fsck_ffs.8,v 1.12 1996/09/23 16:18:34 christos Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)fsck.8 8.3 (Berkeley) 11/29/94 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 3 2010 $ .Dt FSCK_FFS 8 .Os .Sh NAME @@ -145,8 +145,8 @@ Block 32 is usually an alternate super block. Convert the file system to the specified .Ar level . Note that the level of a file system can only be raised. -.Bl -tag -width indent There are currently four levels defined: +.Bl -tag -width indent .It 0 The file system is in the old (static table) format. .It 1 diff --git a/sbin/isakmpd/isakmpd.8 b/sbin/isakmpd/isakmpd.8 index d01efad61ec..4aaaf4bc4b8 100644 --- a/sbin/isakmpd/isakmpd.8 +++ b/sbin/isakmpd/isakmpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.8,v 1.104 2007/05/31 19:19:45 jmc Exp $ +.\" $OpenBSD: isakmpd.8,v 1.105 2010/01/03 16:43:45 schwarze Exp $ .\" $EOM: isakmpd.8,v 1.23 2000/05/02 00:30:23 niklas Exp $ .\" .\" Copyright (c) 1998, 1999, 2000, 2001 Niklas Hallqvist. @@ -30,7 +30,7 @@ .\" .\" Manual page, using -mandoc macros .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 3 2010 $ .Dt ISAKMPD 8 .Os .Sh NAME @@ -314,8 +314,8 @@ starts, it creates a FIFO (named pipe) where it listens for user requests. All commands start with a single letter, followed by command-specific options. Available commands are: -.Bl -tag -width Ds -compact .Pp +.Bl -tag -width Ds -compact .It Xo .Ic C add .Sm off |