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:
6
vmstat.8
6
vmstat.8
@@ -207,15 +207,15 @@ vmstat uses slabinfo 1.1
|
||||
Does not tabulate the block io per device or count the number of system calls.
|
||||
.SH AUTHORS
|
||||
Written by
|
||||
.UR al172\@yfn.\:ysu.\:edu
|
||||
.UR al172@yfn.\:ysu.\:edu
|
||||
Henry Ware
|
||||
.UE .
|
||||
.br
|
||||
.UR ffrederick\@users.\:sourceforge.\:net
|
||||
.UR ffrederick@users.\:sourceforge.\:net
|
||||
Fabian Fr\('ed\('erick
|
||||
.UE
|
||||
(diskstat, slab, partitions...)
|
||||
.SH "REPORTING BUGS"
|
||||
Please send bug reports to
|
||||
.UR procps\@freelists.org
|
||||
.UR procps@freelists.org
|
||||
.UE
|
||||
|
||||
Reference in New Issue
Block a user