diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-12-15 01:20:53 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-12-15 01:20:53 +0000 |
commit | ad3209ab6a39f87faf0d2171cdfc73eb5d46df8d (patch) | |
tree | b54160234444c70a92f7729894e15af668141646 /sbin/fsck_ffs | |
parent | 6522caaeea17770c4d5798c2647c0c6b135dfc4c (diff) |
always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net
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 b6065a49d4f..9c86db25bfc 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.6 1998/11/28 19:56:19 aaron Exp $ +.\" $OpenBSD: fsck_ffs.8,v 1.7 1998/12/15 01:20:31 aaron Exp $ .\" $NetBSD: fsck_ffs.8,v 1.12 1996/09/23 16:18:34 christos Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -41,11 +41,11 @@ .Nm fsck_ffs , fsck .Nd Fast File System consistency check and interactive repair .Sh SYNOPSIS -.Nm +.Nm fsck_ffs .Fl p .Op Fl f .Op Fl m Ar mode -.Nm +.Nm fsck_ffs .Op Fl f .Op Fl b Ar block# .Op Fl c Ar level |