From b0d8b2a23a3e5617ab4457e5af610c583a9f9341 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Sun, 20 May 2001 20:24:23 +0000
Subject: [PATCH] (set-passwd): old-pwd must match the password of the
 currently logged 	in person, not of the person whose password is being
 changed.

---
 doc/Protocol-A.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/Protocol-A.texi b/doc/Protocol-A.texi
index 3d112d8f2..051f85cae 100644
--- a/doc/Protocol-A.texi
+++ b/doc/Protocol-A.texi
@@ -3124,11 +3124,11 @@ and privilege level set to 6 or higher.
                           new-pwd : @lt{HOLLERITH} )) -> ( );
 @end example
 
-This call is used to set the password of a person.  Providing
-@rarg{old-pwd} matches @rarg{person}'s old password, that person's
-password is changed to @rarg{new-pwd}.  Any person may set it's own
-password.  In addition persons with sufficient privileges may set other
-persons' passwords.
+This call is used to set the password of @rarg{person} to
+@rarg{new-pwd}.  Any person may set it's own password.  In addition
+persons with sufficient privileges may set other persons' passwords.
+The password of the person currently logged in must match
+@rarg{old-pwd}.
 
 @reqexample
 @example
-- 
GitLab