summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/man/Makefile.am2
-rw-r--r--doc/man/pwquality.conf.5.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 117d12b..ae044c3 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -16,7 +16,7 @@ EXTRA_DIST=pam_pwquality.8.pod pwmake.1.pod pwscore.1.pod pwquality.conf.5.pod p
bash -c 'declare -u ucname=$*; pod2man --utf8 --name="$$ucname" --section=5 --center="File Formats Manual" --release="Red Hat, Inc." $< $@'
%.3: %.3.pod
- bash -c 'declare -u ucname=$*; pod2man --utf8 --name="$$ucname" --section=5 --center="Libpwquality API Manual" --release="Red Hat, Inc." $< $@'
+ bash -c 'declare -u ucname=$*; pod2man --utf8 --name="$$ucname" --section=3 --center="Libpwquality API Manual" --release="Red Hat, Inc." $< $@'
manclean:
rm *.8 *.1 *.5 *.3
diff --git a/doc/man/pwquality.conf.5.pod b/doc/man/pwquality.conf.5.pod
index d8e1b43..4d90285 100644
--- a/doc/man/pwquality.conf.5.pod
+++ b/doc/man/pwquality.conf.5.pod
@@ -23,7 +23,7 @@ of line, and around the C<=> sign is ignored.
The libpwquality library also first reads all F<*.conf> files from the
F</etc/security/pwquality.conf.d> directory in ASCII sorted order. The
-values of the same settings are overriden in the order the files are parsed.
+values of the same settings are overridden in the order the files are parsed.
=head1 OPTIONS