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 /share/man/man8/man8.sparc | |
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 'share/man/man8/man8.sparc')
-rw-r--r-- | share/man/man8/man8.sparc/boot_sparc.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/man8.sparc/boot_sparc.8 b/share/man/man8/man8.sparc/boot_sparc.8 index 39691e1d402..80c97dfbbb7 100644 --- a/share/man/man8/man8.sparc/boot_sparc.8 +++ b/share/man/man8/man8.sparc/boot_sparc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_sparc.8,v 1.13 2007/05/31 19:20:00 jmc Exp $ +.\" $OpenBSD: boot_sparc.8,v 1.14 2010/01/03 16:43:46 schwarze Exp $ .\" $NetBSD: boot_sparc.8,v 1.4 1995/04/25 11:37:25 pk Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)boot_sparc.8 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 3 2010 $ .Dt BOOT_SPARC 8 sparc .Os .Sh NAME @@ -161,8 +161,8 @@ variable to and is the factory default. .Ss Boot process options The following options are recognized: -.Bl -tag -width "-XXX" -offset indent -compact .Pp +.Bl -tag -width "-XXX" -offset indent -compact .It Fl a Prompt for the root filesystem and swap devices after the devices have been configured. |