Sami Kerola 47100a8125 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>
2012-04-16 12:55:53 +02:00
..
2012-03-03 18:36:29 +11:00
2012-03-04 08:04:24 +11:00
2012-04-16 12:55:53 +02:00
2002-02-01 22:47:29 +00:00