summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@ubuntu.com>2017-12-19 21:02:00 -0500
committerTomáš Mráz <t8m@users.noreply.github.com>2017-12-20 08:42:39 +0100
commited713df246388d37fe29d96295d762af7cc667fb (patch)
treef2cfc09be40172726cacb64c776fc9257ba013fc
parentc5699a1d454d4da72f3903fcb8f4db08725cd4c7 (diff)
downloadlibpwquality-git-ed713df246388d37fe29d96295d762af7cc667fb.tar.gz
man: fix some typos
discovered by https://lintian.debian.org/
-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