diff options
author | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
commit | 8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19 (patch) | |
tree | b428fc12404c6d6be2c1fce52490993ab3744097 /sbin/fsck | |
parent | 4923ae6c3fe2f82d94fec60b85ed2a6272b2fd67 (diff) | |
download | FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.zip FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.tar.gz |
mdoc(7) police: split punctuation characters + misc fixes.
Diffstat (limited to 'sbin/fsck')
-rw-r--r-- | sbin/fsck/fsck.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index edef23e..9c7055a 100644 --- a/sbin/fsck/fsck.8 +++ b/sbin/fsck/fsck.8 @@ -39,7 +39,7 @@ .Op Fl dvplfyn .Op Fl l Ar maxparallel .Op Fl t Ar fstype -.Op Fl T Ar fstype:fsoptions +.Op Fl T Ar fstype : Ns Ar fsoptions .Op Ar special | node ... .Sh DESCRIPTION The @@ -106,7 +106,7 @@ Causes .Nm to assume yes as the answer to all operator questions. -.It Fl T Ar fstype:fsoptions +.It Fl T Ar fstype : Ns Ar fsoptions List of comma separated file system specific options for the specified file system type, in the same format as .Xr mount 8 . |