diff options
author | Stuart Morrow <morrow.stuart@gmail.com> | 2021-11-01 20:49:43 +0000 |
---|---|---|
committer | qwx <qwx@sciops.net> | 2021-11-01 20:49:43 +0000 |
commit | 3f495077869362629de9d0c0b070ffca10ceb729 (patch) | |
tree | a1d10c5fa5001e0bf77d4dc279f84b5dfac61966 /sys/man/4 | |
parent | cdf3be65eac3c925451c0cb82393effd1c308327 (diff) |
mainly just spelling and typos
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/bzfs | 2 | ||||
-rw-r--r-- | sys/man/4/cifs | 4 | ||||
-rw-r--r-- | sys/man/4/tftpfs | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/man/4/bzfs b/sys/man/4/bzfs index 9f9f31005..efc9706e1 100644 --- a/sys/man/4/bzfs +++ b/sys/man/4/bzfs @@ -26,7 +26,7 @@ option. The .B -m option sets the mountpoint -.I mptp +.I mtpt (default /root). If the .B -s diff --git a/sys/man/4/cifs b/sys/man/4/cifs index 3ba63ebfd..19f3b2e96 100644 --- a/sys/man/4/cifs +++ b/sys/man/4/cifs @@ -34,7 +34,7 @@ cifs - Microsoft™ Windows network filesystem client .SH DESCRIPTION .I Cifs translates between Microsoft's file-sharing protocol -(a.k.a. CIFS or SMB) and 9P, allowing Plan9 clients to mount file systems +(a.k.a. CIFS or SMB) and 9P, allowing Plan 9 clients to mount file systems (shares or trees in MS terminology) published by such servers. .PP The root of the mounted directory contains one subdirectory per share, @@ -204,7 +204,7 @@ Alternatively the .B -a option can be used to force .I cifs -to use one of the less secure authentication mechnisms. +to use one of the less secure authentication mechanisms. .LP Windows 7 has dropped support for RAP, which is used to generate the synthetic files offered by diff --git a/sys/man/4/tftpfs b/sys/man/4/tftpfs index 71cfb1ed6..c01e8e0d2 100644 --- a/sys/man/4/tftpfs +++ b/sys/man/4/tftpfs @@ -24,7 +24,7 @@ is mostly used by bootloaders to download kernel images for network bootstrap (see .IR dhcpd (8)). As the protocol has no way of distinguishing files from -directories, the final path segment needs to conain a dot +directories, the final path segment needs to contain a dot (.) character to be recognized as a file. To access files that have no dot in the filename, a trailing dot has to be added and will be stripped before it is passed to the server. |