diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 16:52:27 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 16:52:27 +0000 |
commit | ea31070695b2e513fcf660fbcc7f05a829839c35 (patch) | |
tree | 67d5b2b897cd080f9e1b7ede82c34bfc03085426 /sbin/fsck_ifs | |
parent | 5df8ea840b4bfe32452ba29db4478efb738f96c8 (diff) | |
download | FreeBSD-src-ea31070695b2e513fcf660fbcc7f05a829839c35.zip FreeBSD-src-ea31070695b2e513fcf660fbcc7f05a829839c35.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'sbin/fsck_ifs')
-rw-r--r-- | sbin/fsck_ifs/fsck_ifs.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/fsck_ifs/fsck_ifs.8 b/sbin/fsck_ifs/fsck_ifs.8 index 59d7fa8..1cb1699 100644 --- a/sbin/fsck_ifs/fsck_ifs.8 +++ b/sbin/fsck_ifs/fsck_ifs.8 @@ -40,13 +40,13 @@ .Nm fsck .Nd filesystem consistency check and interactive repair .Sh SYNOPSIS -.Nm fsck +.Nm .Fl p .Op Fl f .Op Fl m Ar mode .Op Ar filesystem .Ar ... -.Nm fsck +.Nm .Op Fl ny .Op Fl b Ar block# .Op Fl c Ar level @@ -162,7 +162,7 @@ and combined. .Pp The following flags are interpreted by -.Nm Ns . +.Nm . .Bl -tag -width indent .It Fl b Use the block specified immediately after the flag as @@ -203,7 +203,7 @@ first line of output from .Xr dumpfs 8 . .It Fl f Force -.Nm fsck +.Nm to check .Sq clean filesystems when preening. @@ -232,7 +232,7 @@ do not open the filesystem for writing. Preen filesystems (see above). .It Fl y Assume a yes response to all questions asked by -.Nm Ns ; +.Nm ; this should be used with great caution as this is a free license to continue after essentially unlimited trouble has been encountered. .El |