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:
4
sysctl.8
4
sysctl.8
@@ -149,10 +149,10 @@ echo 256 > /proc/sys/net/ipv6/neigh/eth0/base_reachable_time
|
||||
.BR sysctl.conf (5)
|
||||
.BR regex (7)
|
||||
.SH AUTHOR
|
||||
.UR staikos\@0wned.org
|
||||
.UR staikos@0wned.org
|
||||
George Staikos
|
||||
.UE
|
||||
.SH "REPORTING BUGS"
|
||||
Please send bug reports to
|
||||
.UR procps\@freelists.org
|
||||
.UR procps@freelists.org
|
||||
.UE
|
||||
|
||||
Reference in New Issue
Block a user