Blame SOURCES/passwd-0.80-manpage.patch

06dbad
diff --git a/man/passwd.1 b/man/passwd.1
06dbad
index 1bc2a6e..9727b88 100644
06dbad
--- a/man/passwd.1
06dbad
+++ b/man/passwd.1
06dbad
@@ -40,7 +40,7 @@
06dbad
 passwd \- update user's authentication tokens
06dbad
 
06dbad
 .SH SYNOPSIS
06dbad
-.B passwd [-k] [-l] [-u [-f]] [-d] [-e] [-n mindays] [-x maxdays] [-w warndays] [-i inactivedays] [-S] [--stdin] [username]
06dbad
+.B passwd [-k] [-l] [-u [-f]] [-d] [-e] [-n mindays] [-x maxdays] [-w warndays] [-i inactivedays] [-S] [--stdin] [-?] [--usage] [username]
06dbad
 .sp 2
06dbad
 .SH DESCRIPTION
06dbad
 The passwd utility is used to update user's authentication token(s).
06dbad
@@ -82,7 +82,7 @@ function correctly.
06dbad
 .SH OPTIONS
06dbad
 
06dbad
 .TP
06dbad
-\fB\-k\fR, \fB\-\-keep\fR
06dbad
+\fB\-k\fR, \fB\-\-keep\-tokens\fR
06dbad
 The option
06dbad
 .B \-k
06dbad
 is used to indicate that the update should only be for expired
06dbad
@@ -158,8 +158,8 @@ root only.
06dbad
 This will output a short information about the status of the password
06dbad
 for a given account. The status information consists of 7 fields. The
06dbad
 first field is the user's login name. The second field indicates if the
06dbad
-user account has a locked password (L), has no password (NP), or has a
06dbad
-usable password (P). The third field gives the date of the last password
06dbad
+user account has a locked password (LK), has no password (NP), or has a
06dbad
+usable password (PS). The third field gives the date of the last password
06dbad
 change. The next four fields are the minimum age, maximum age, warning
06dbad
 period, and inactivity period for the password. These ages are expressed
06dbad
 in days.
06dbad
@@ -174,6 +174,14 @@ from the real date of the last password change by ±1 day.
06dbad
 .sp
06dbad
 This option is available to root only.
06dbad
 
06dbad
+.TP
06dbad
+\fB\-?\fR, \fB\-\-help\fR
06dbad
+Print a help message and exit.
06dbad
+
06dbad
+.TP
06dbad
+\fB\-\-usage\fR
06dbad
+Print a short usage message and exit.
06dbad
+
06dbad
 .SH "Remember the following two principles"
06dbad
 
06dbad
 .IP \fBProtect\ your\ password.\fR