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

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