]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/8/cifsd
games/mix: Add Knuth MIX emulator/assembler
[plan9front.git] / sys / man / 8 / cifsd
index 276421f4875d52044d3d448d5f597ae792137214..3e6076571e02f75686a3121e4505b945810529d5 100644 (file)
@@ -1,7 +1,8 @@
-.TH cifsd 8
+.TH CIFSD 8
 .SH NAME
 cifsd \- CIFS/SMB network daemon
 .SH SYNOPSIS
+.PP
 .B ip/cifsd
 [
 .B -t
@@ -30,12 +31,12 @@ It is normally started by the network listen process via the
 .B /rc/bin/service/tcp445
 service script (see
 .IR listen (8)),
-wich passes
+which passes
 .I conndir
 and filedescriptors 0 and 1 to the incoming connection.
 .PP
 Users are authenticated by ther Inferno/pop secret held by the auth server.
-When successfull,
+When successful,
 .I cifsd
 changes its user id and namespace to the authenticated user.
 Informative log messages are appended to
@@ -84,13 +85,13 @@ be enabled.  Valid options are:
 .RS
 .TP
 .B trspaces
-transforms whitespaces in filenames to non breaking whitespaces. This is usefull
+transforms whitespace in filenames to non breaking whitespace. This is useful
 when exporting filesystems other than fossil.
 .TP
 .B casesensitive
 By default, filename lookups are done case insensitive to match
-windows filesystem sematics.  This option disables case insensitive
-lookups wich can result in a performance improvement, but might break
+windows filesystem semantics.  This option disables case insensitive
+lookups which can result in a performance improvement, but might break
 some applications.
 .SH FILES
 .B /rc/bin/service/tcp445
@@ -103,3 +104,6 @@ some applications.
 .SH "SEE ALSO"
 .IR listen (8),
 .IR srv (4)
+.SH HISTORY
+.I Cifsd
+first appeared in 9front (May, 2011).