diff options
author | phantom <phantom@FreeBSD.org> | 2000-11-22 17:56:21 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 2000-11-22 17:56:21 +0000 |
commit | 9f91fa077b59137f9c29dc4c0ccec73316f3668a (patch) | |
tree | 16572de215517c46acec5e9d97ecb2c25beeb23f /sbin/mount | |
parent | 57d956798542ea5f213d646e23f5646cfcb75ed1 (diff) | |
download | FreeBSD-src-9f91fa077b59137f9c29dc4c0ccec73316f3668a.zip FreeBSD-src-9f91fa077b59137f9c29dc4c0ccec73316f3668a.tar.gz |
o get rid lfs mentions
o remove non-mdoc groff's instructions
Diffstat (limited to 'sbin/mount')
-rw-r--r-- | sbin/mount/mount.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 8993e80..9692e34 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -41,14 +41,14 @@ .Sh SYNOPSIS .Nm .Op Fl adfpruvw -.Op Fl t Ar ufs | lfs | external_type +.Op Fl t Ar ufs | external_type .Nm .Op Fl dfpruvw .Ar special | node .Nm .Op Fl dfpruvw .Op Fl o Ar options -.Op Fl t Ar ufs | lfs | external_type +.Op Fl t Ar ufs | external_type .Ar special node .Sh DESCRIPTION The @@ -250,7 +250,7 @@ The same as the argument to the .Fl o option. -.It Fl t Ar "ufs \\*(Ba lfs \\*(Ba external type" +.It Fl t Ar ufs | Ar external_type The argument following the .Fl t is used to indicate the file system type. |