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