]> granicus.if.org Git - procps-ng/commit
docs: fix manual page warnings
authorSami Kerola <kerolasa@iki.fi>
Mon, 16 Apr 2012 10:55:53 +0000 (12:55 +0200)
committerSami Kerola <kerolasa@iki.fi>
Mon, 16 Apr 2012 10:55:53 +0000 (12:55 +0200)
commit47100a81259e4de4ae593a7c124e58afd7723968
tree4080aa5cb046480e15b3a31d51207a80a5e22997
parente9a9bad264daf22604dc1e51c81d6dcfd8550736
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>
16 files changed:
free.1
kill.1
pgrep.1
pmap.1
ps/ps.1
pwdx.1
skill.1
slabtop.1
sysctl.8
sysctl.conf.5
tload.1
top/top.1
uptime.1
vmstat.8
w.1
watch.1