From b0ac1967badc8ae131d529751256dfb16abeb419 Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Mon, 12 Feb 1996 02:32:40 +0000 Subject: [PATCH] Add a little info to this man page at the start so it doesn't appear that ALL the passwd command does is change a users Kerberos password, since that is incorrect. Actually, this man page needs a good overhaul to better reflect systems that don't have Kerberos installed. --- usr.bin/passwd/passwd.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index c88216ea62d..47a337a5de1 100644 --- a/usr.bin/passwd/passwd.1 +++ b/usr.bin/passwd/passwd.1 @@ -43,7 +43,7 @@ .Op Ar user .Sh DESCRIPTION .Nm Passwd -changes the user's Kerberos password. First, the user is prompted for their +changes the user's local, Kerberos, or NIS password. First, the user is prompted for their current password. If the current password is correctly typed, a new password is requested.