From ed713df246388d37fe29d96295d762af7cc667fb Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Tue, 19 Dec 2017 21:02:00 -0500 Subject: man: fix some typos discovered by https://lintian.debian.org/ --- doc/man/Makefile.am | 2 +- doc/man/pwquality.conf.5.pod | 2 +- 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 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 -- cgit v1.2.1