diff options
author | charnier <charnier@FreeBSD.org> | 2005-01-24 20:06:16 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2005-01-24 20:06:16 +0000 |
commit | ebd0a44c323749f78a77da3cf374e9a9940de7c6 (patch) | |
tree | 781bbcd33592602f6c52a6658045baaa26714840 | |
parent | b6d4f1528e4c8f79bf33f2ecb27f35b2b8ed0344 (diff) | |
download | FreeBSD-src-ebd0a44c323749f78a77da3cf374e9a9940de7c6.zip FreeBSD-src-ebd0a44c323749f78a77da3cf374e9a9940de7c6.tar.gz |
spell "file system" correctly
Approved by: ru
-rw-r--r-- | sbin/mount_autofs/mount_autofs.8 | 2 | ||||
-rw-r--r-- | share/man/man5/autofs.5 | 2 | ||||
-rw-r--r-- | usr.bin/lsvfs/lsvfs.1 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/mount_autofs/mount_autofs.8 b/sbin/mount_autofs/mount_autofs.8 index 8d9e25e..5f10ea7 100644 --- a/sbin/mount_autofs/mount_autofs.8 +++ b/sbin/mount_autofs/mount_autofs.8 @@ -67,5 +67,5 @@ The utility first appeared in .Fx 6.0 . .Sh AUTHORS -This manual page and the autofs filesystem suite were written by +This manual page and the autofs file system suite were written by .An Alfred Perlstein . diff --git a/share/man/man5/autofs.5 b/share/man/man5/autofs.5 index 40eacde..0debd49 100644 --- a/share/man/man5/autofs.5 +++ b/share/man/man5/autofs.5 @@ -37,7 +37,7 @@ autofs /auto autofs rw 0 0 .Sh DESCRIPTION The auto file system, or .Nm , -provides a method to dynamically graft mountpoints into the filesystem +provides a method to dynamically graft mountpoints into the file system namespace. .Sh SEE ALSO .Xr mount_autofs 8 diff --git a/usr.bin/lsvfs/lsvfs.1 b/usr.bin/lsvfs/lsvfs.1 index c9874d8..ed4b44e 100644 --- a/usr.bin/lsvfs/lsvfs.1 +++ b/usr.bin/lsvfs/lsvfs.1 @@ -7,7 +7,7 @@ .Os .Sh NAME .Nm lsvfs -.Nd list installed virtual filesystems +.Nd list installed virtual file systems .Sh SYNOPSIS .Nm .Op Ar vfsname Ar ... |