Blame SOURCES/expect-5.45-mkpasswd-man.patch

6b7353
diff -up expect5.45/example/mkpasswd.man.mkpasswd-man expect5.45/example/mkpasswd.man
6b7353
--- expect5.45/example/mkpasswd.man.mkpasswd-man	2000-08-04 20:01:56.000000000 +0200
6b7353
+++ expect5.45/example/mkpasswd.man	2013-08-13 16:36:26.860711972 +0200
6b7353
@@ -40,8 +40,8 @@ The following example creates a 20 chara
6b7353
 
6b7353
 The
6b7353
 .B \-d
6b7353
-flag defines the minimum number of digits that must be in the password.
6b7353
-The default is 2.  The following example creates a password with at least
6b7353
+flag defines the number of digits that must be in the password.
6b7353
+The default is 2.  The following example creates a password with
6b7353
 3 digits.
6b7353
 
6b7353
 	mkpasswd -d 3
6b7353
@@ -53,12 +53,12 @@ The default is 2.
6b7353
 
6b7353
 The
6b7353
 .B \-C
6b7353
-flag defines the minimum number of uppercase alphabetic characters that must be in the password.
6b7353
+flag defines the number of uppercase alphabetic characters that must be in the password.
6b7353
 The default is 2.
6b7353
 
6b7353
 The
6b7353
 .B \-s
6b7353
-flag defines the minimum number of special characters that must be in the password.
6b7353
+flag defines the number of special characters that must be in the password.
6b7353
 The default is 1.
6b7353
 
6b7353
 The
6b7353
@@ -80,7 +80,7 @@ By default, it is suppressed.
6b7353
 
6b7353
 .SH EXAMPLE
6b7353
 The following example creates a 15-character password
6b7353
-that contains at least 3 digits and 5 uppercase characters.
6b7353
+that contains 3 digits and 5 uppercase characters.
6b7353
 
6b7353
 	mkpasswd -l 15 -d 3 -C 5
6b7353