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

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