git: 9front

Download patch

ref: ea1d13da1aaf1f51595bacb54340cf99b73c6e98
parent: fcfcb7bacc090589554271bcc84106aa4d329cf0
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Jun 30 04:27:51 EDT 2014

authsrv(6): fix typos (from /n/sources/patch/authsrv-6-typos)

--- a/sys/man/6/authsrv
+++ b/sys/man/6/authsrv
@@ -407,7 +407,7 @@
 exists for the AS.
 This database maintains ``speaks for'' relationships, i.e.,
 it lists which users may speak for other users when
-authtenticating.
+authenticating.
 The attribute types used by the AS are
 .B hostid
 and
@@ -418,7 +418,7 @@
 The values in the
 .B uid
 pairs in the same entry list which users that host ID
-make speak for.
+may speak for.
 A uid value of
 .B *
 means the host ID may speak for all users.
@@ -672,7 +672,7 @@
 The
 .I challenge
 is eight random bytes.
-The two responses are Microsofts LM and NT hashes.
+The two responses are Microsoft's LM and NT hashes.
 Only the NT hash may be used to authenticate,
 as the LM hash is considered too weak.
 The reply packet is defined as
--