summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleast-mouse <74923385+least-mouse@users.noreply.github.com>2022-07-11 17:05:39 -0500
committerTomáš Mráz <tm@t8m.info>2022-07-12 08:50:41 +0200
commit458d297894aa9e3f4df9ae484290f787b991209a (patch)
tree4d1fa90c88fc3aeb20c72c779fce544412dac32f
parent3099a26600fcd2d32769e81cadb99b47c268c999 (diff)
downloadlibpwquality-git-458d297894aa9e3f4df9ae484290f787b991209a.tar.gz
Change "usersubstr" option to make it easier to understand
-rw-r--r--doc/man/pam_pwquality.8.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/pam_pwquality.8.pod b/doc/man/pam_pwquality.8.pod
index c752113..b89de8e 100644
--- a/doc/man/pam_pwquality.8.pod
+++ b/doc/man/pam_pwquality.8.pod
@@ -209,7 +209,7 @@ than 3 characters.
=item B<usersubstr=>I<N>
If greater than 3 (due to the minimum length in usercheck), check whether the
-password contains a substring of at least I<N> length in some form.
+password contains a substring of the user name of at least I<N> length in some form.
The default is 0, which means this check is disabled.
=item B<enforcing=>I<N>