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/fsck_ffs | |
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/fsck_ffs')
-rw-r--r-- | sbin/fsck_ffs/fsck_ffs.8 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |