diff options
author | ru <ru@FreeBSD.org> | 2001-04-04 10:36:16 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-04-04 10:36:16 +0000 |
commit | a1012ae9ac0114d46d64e690158da55a1341f0f4 (patch) | |
tree | 9568f5a490d27bd853b49a8222cc0bbe04d7d583 /sbin | |
parent | 398417e59bca9b5095b131bc67c00c607d2b6f29 (diff) | |
download | FreeBSD-src-a1012ae9ac0114d46d64e690158da55a1341f0f4.zip FreeBSD-src-a1012ae9ac0114d46d64e690158da55a1341f0f4.tar.gz |
mdoc(7) police: use .Nm instead of hardcoded name.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/fsck/fsck.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index 775747c..54dc36d 100644 --- a/sbin/fsck/fsck.8 +++ b/sbin/fsck/fsck.8 @@ -66,7 +66,9 @@ are always checked one at a time. .Pp If not in preen mode, the remaining entries are checked in order of increasing pass number one at a time. -This is needed when interaction with fsck is required. +This is needed when interaction with +.Nm +is required. .Pp In preen mode, after pass 1 completes, all remaining filesystems are checked, in pass number order running one process per disk drive in parallel for each |