docs: fix manual page warnings
All warnings where about unnecessary quoting. The scriptlet
below will tell what was wrong.
for I in ./top/top.1 ./ps/ps.1 ./*.[0-9]; do
echo "== $I warnings =="
man --warnings=all $I > /dev/null
done
This should probably be turned to 'make check' script.
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
4
pwdx.1
4
pwdx.1
@@ -22,11 +22,11 @@ Output help screen and exit.
|
||||
.SH STANDARDS
|
||||
No standards apply, but pwdx looks an awful lot like a SunOS command.
|
||||
.SH AUTHOR
|
||||
.UR nmiell\@gmail.com
|
||||
.UR nmiell@gmail.com
|
||||
Nicholas Miell
|
||||
.UE
|
||||
wrote pwdx in 2004.
|
||||
.SH "REPORTING BUGS"
|
||||
Please send bug reports to
|
||||
.UR procps\@freelists.org
|
||||
.UR procps@freelists.org
|
||||
.UE
|
||||
|
||||
Reference in New Issue
Block a user