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 /w.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 'w.1')
-rw-r--r-- | w.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -81,14 +81,14 @@ process information .SH AUTHORS .B w was re-written almost entirely by Charles Blake, based on the version by -.UR greenfie\@\:gauss.\:rutgers.\:edu +.UR greenfie@\:gauss.\:rutgers.\:edu Larry Greenfield .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 |