diff options
author | Alex Musolino <alex@musolino.id.au> | 2020-06-18 12:11:06 +0930 |
---|---|---|
committer | Alex Musolino <alex@musolino.id.au> | 2020-06-18 12:11:06 +0930 |
commit | 86a77e5088d11c5921d735b14d83441d0fc9d2bc (patch) | |
tree | fd1b177517646c15b0fe8b0f1f1bc208e95fffad /sys/man | |
parent | 6701679f3a011dc45a96343fc9c703999be72491 (diff) |
cifsd(8): fix typo (thanks senthil)
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/cifsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/8/cifsd b/sys/man/8/cifsd index 3e6076571..00677b5d8 100644 --- a/sys/man/8/cifsd +++ b/sys/man/8/cifsd @@ -35,7 +35,7 @@ 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. +Users are authenticated by their Inferno/pop secret held by the auth server. When successful, .I cifsd changes its user id and namespace to the authenticated user. |