diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-12-03 23:01:22 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-12-03 23:01:22 +0000 |
commit | f32d0b8119092285f9a61491fe3cf85d61bb534c (patch) | |
tree | 303a8880b08c4de91837ab90e8fdd97e9676d4b7 /sbin/fsdb | |
parent | 6fa544849dc025bd26420d59489d218746399709 (diff) |
Remove an OpenBSD-specific tweak regarding .Xr spacing
and make it compatible with bsd.lv mandoc and with groff-1.21.
This tweak was originally added for compatibility with groff-1.15,
which is no longer needed.
ok jmc@ kristaps@
Diffstat (limited to 'sbin/fsdb')
-rw-r--r-- | sbin/fsdb/fsdb.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/fsdb/fsdb.8 b/sbin/fsdb/fsdb.8 index 64de2dc3bcf..3c31b3fe1a7 100644 --- a/sbin/fsdb/fsdb.8 +++ b/sbin/fsdb/fsdb.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsdb.8,v 1.17 2008/06/26 05:42:06 ray Exp $ +.\" $OpenBSD: fsdb.8,v 1.18 2011/12/03 23:01:21 schwarze Exp $ .\" $NetBSD: fsdb.8,v 1.5 1997/01/11 05:51:40 lukem Exp $ .\" .\" Copyright (c) 1996 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: June 26 2008 $ +.Dd $Mdocdate: December 3 2011 $ .Dt FSDB 8 .Os .Sh NAME @@ -61,7 +61,7 @@ The options are as follows: .Bl -tag -width Ds .It Fl d Enables additional debugging output (which comes primarily from -.Xr fsck 8 -derived +.Xr fsck 8 Ns -derived code). .It Fl f Ar fsname Open file system |