diff options
author | Sami Kerola <kerolasa@iki.fi> | 2012-04-16 12:55:53 +0200 |
---|---|---|
committer | Sami Kerola <kerolasa@iki.fi> | 2012-04-16 12:55:53 +0200 |
commit | 47100a81259e4de4ae593a7c124e58afd7723968 (patch) | |
tree | 4080aa5cb046480e15b3a31d51207a80a5e22997 /tload.1 | |
parent | e9a9bad264daf22604dc1e51c81d6dcfd8550736 (diff) | |
download | procps-ng-47100a81259e4de4ae593a7c124e58afd7723968.tar.gz |
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>
Diffstat (limited to 'tload.1')
-rw-r--r-- | tload.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -47,13 +47,13 @@ if \-d 0 is specified, the alarm is set to 0, which will never send the and update the display. .SH AUTHORS Branko Lankester, -.UR david\@\:ods.\:com +.UR david@\:ods.\:com David Engel .UE , and -.UR johnsonm\@\:redhat.\:com +.UR johnsonm@\:redhat.\:com Michael K. Johnson .UE . .SH "REPORTING BUGS" Please send bug reports to -.UR procps\@freelists.org +.UR procps@freelists.org .UE |