]> granicus.if.org Git - procps-ng/commitdiff
docs: fix manual page warnings
authorSami Kerola <kerolasa@iki.fi>
Mon, 16 Apr 2012 10:55:53 +0000 (12:55 +0200)
committerSami Kerola <kerolasa@iki.fi>
Mon, 16 Apr 2012 10:55:53 +0000 (12:55 +0200)
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>
16 files changed:
free.1
kill.1
pgrep.1
pmap.1
ps/ps.1
pwdx.1
skill.1
slabtop.1
sysctl.8
sysctl.conf.5
tload.1
top/top.1
uptime.1
vmstat.8
w.1
watch.1

diff --git a/free.1 b/free.1
index 1722f698080c7327974f1c03b81fed4d110a4151..1e6f415e505e2c14a807de3bfd0d978d39e1ada1 100644 (file)
--- a/free.1
+++ b/free.1
@@ -93,5 +93,5 @@ memory information
 Written by Brian Edmonds. 
 .SH "REPORTING BUGS"
 Please send bug reports to
-.UR procps\@freelists.org
+.UR procps@freelists.org
 .UE
diff --git a/kill.1 b/kill.1
index e9af8ee5c515225f14f2b5ac24faf5559e5b3d94..a487f917b460d1fca827f6ea03d5ed67150e7a11 100644 (file)
--- a/kill.1
+++ b/kill.1
@@ -82,12 +82,12 @@ This command meets appropriate standards. The
 .B \-L
 flag is Linux-specific.
 .SH AUTHOR
-.UR albert\@users.sf.net
+.UR albert@users.sf.net
 Albert Cahalan
 .UE
 wrote kill in 1999 to replace a bsdutils one that was not standards
 compliant.  The util-linux one might also work correctly.
 .SH "REPORTING BUGS"
 Please send bug reports to
-.UR procps\@freelists.org
+.UR procps@freelists.org
 .UE
diff --git a/pgrep.1 b/pgrep.1
index 2fc1c98a1a5f40fb27e3c42443250d917dfc59d1..b8eb864f010ebf1491add5d464dbaa28c373e43b 100644 (file)
--- a/pgrep.1
+++ b/pgrep.1
@@ -218,10 +218,10 @@ and
 .B pgrep
 were introduced in Sun's Solaris 7.  This implementation is fully compatible.
 .SH AUTHOR
-.UR kjetilho\@ifi.uio.no
+.UR kjetilho@ifi.uio.no
 Kjetil Torgrim Homme
 .UE
 .SH "REPORTING BUGS"
 Please send bug reports to
-.UR procps\@freelists.org
+.UR procps@freelists.org
 .UE
diff --git a/pmap.1 b/pmap.1
index 4d8fde525b4729191d7714e7cc50321b9b0edbb4..a3a899d9f69ce2ec61f4ce4ecaa78d248b563e7c 100644 (file)
--- a/pmap.1
+++ b/pmap.1
@@ -59,5 +59,5 @@ Did not find all processes asked for.
 No standards apply, but pmap looks an awful lot like a SunOS command.
 .SH "REPORTING BUGS"
 Please send bug reports to
-.UR procps\@freelists.org
+.UR procps@freelists.org
 .UE
diff --git a/ps/ps.1 b/ps/ps.1
index 97afbea5ce97e1b5db7833aa6fec81d17d92db88..5dce40d77100c803f9c222fea924ba04b3f7d291 100644 (file)
--- a/ps/ps.1
+++ b/ps/ps.1
@@ -1855,32 +1855,32 @@ ISO/IEC 9945:2003
 .SH AUTHOR
 .B ps
 was originally written by
-.UR lankeste\@\:fwi.\:uva.\:nl
+.UR lankeste@\:fwi.\:uva.\:nl
 Branko Lankester
 .UE .
-.UR johnsonm\@\:redhat.\:com
+.UR johnsonm@\:redhat.\:com
 Michael K. Johnson
 .UE
 re\-wrote it significantly to use the proc filesystem, changing a few things
 in the process.
-.UR mjshield\@\:nyx.\:cs.\:du.\:edu
+.UR mjshield@\:nyx.\:cs.\:du.\:edu
 Michael Shields
 .UE
 added the pid\-list feature.
-.UR cblake\@\:bbn.\:com
+.UR cblake@\:bbn.\:com
 Charles Blake
 .UE
 added multi\-level sorting, the dirent\-style library, the device
 name\-to\-number mmaped database, the approximate binary search directly on
 System.map, and many code and documentation cleanups.  David Mossberger\-Tang
 wrote the generic BFD support for psupdate.
-.UR albert\@\:users.\:sf.\:net
+.UR albert@\:users.\:sf.\:net
 Albert Cahalan
 .UE
 rewrote ps for full Unix98 and BSD support, along with some ugly hacks for
 obsolete and foreign syntax.
 .PP
 Please send bug reports to
-.UR procps\@\:freelists.\:org
+.UR procps@\:freelists.\:org
 .UE .
 No subscription is required or suggested.
diff --git a/pwdx.1 b/pwdx.1
index 0caec42b4643c7d9cc2a0c2a929daf38af4bad40..627040bf4b7a26fe63bf9e1afd1eabd4bc913829 100644 (file)
--- a/pwdx.1
+++ b/pwdx.1
@@ -22,11 +22,11 @@ Output help screen and exit.
 .SH STANDARDS
 No standards apply, but pwdx looks an awful lot like a SunOS command.
 .SH AUTHOR
-.UR nmiell\@gmail.com
+.UR nmiell@gmail.com
 Nicholas Miell
 .UE
 wrote pwdx in 2004.
 .SH "REPORTING BUGS"
 Please send bug reports to
-.UR procps\@freelists.org
+.UR procps@freelists.org
 .UE
diff --git a/skill.1 b/skill.1
index df1b5be2ffb950517f48da00600630cdd198faba..9748a1dead56d2f61da3ead96cf9717a03d83c51 100644 (file)
--- a/skill.1
+++ b/skill.1
@@ -103,12 +103,12 @@ Stop three users.
 .SH STANDARDS
 No standards apply.
 .SH AUTHOR
-.UR albert\@users.sf.net
+.UR albert@users.sf.net
 Albert Cahalan
 .UE
 wrote skill and snice in 1999 as a replacement for a non-free
 version.
 .SH "REPORTING BUGS"
 Please send bug reports to
-.UR procps\@freelists.org
+.UR procps@freelists.org
 .UE
index 8a26a4ae0bdd7c3bdaac63321566252a32d3eee3..a14d3ae7516baf94a7f5c6e7b99417bfb41df883 100644 (file)
--- a/slabtop.1
+++ b/slabtop.1
@@ -100,5 +100,5 @@ was inspired by Martin Bligh's perl script,
 .BR vmtop .
 .SH "REPORTING BUGS"
 Please send bug reports to
-.UR procps\@freelists.org
+.UR procps@freelists.org
 .UE
index d3ceefab16f64135082a20436725353477166184..e1f6cb0724034795183dec58bc5d50f1ceb487fd 100644 (file)
--- a/sysctl.8
+++ b/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
index f0eab0c96628a242791aa7b2a5b1c5edc06872d5..8d8622a236bccdbdc3786b6507f8e9cb70ebd81b 100644 (file)
@@ -63,10 +63,10 @@ option
 .SH SEE ALSO
 .BR sysctl (8)
 .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
diff --git a/tload.1 b/tload.1
index 7f9fa480e26234592661b30c9596405547e9d896..c17e05f4d47be879a66ce297eadd731bc9b50bc9 100644 (file)
--- a/tload.1
+++ b/tload.1
@@ -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
index cd11575191bf0668627d42f012ca305b3bfabc03..91778a53d9b21fc29e1b0fc7781f172c5065703f 100644 (file)
--- a/top/top.1
+++ b/top/top.1
@@ -809,7 +809,7 @@ secured, simply ask for help and view the system summary on the second
 line.
 
 .TP 7
-\ \ \<\fBEnter\fR> or <\fBSpace\fR> :\fIRefresh-Display \fR
+\ \ <\fBEnter\fR> or <\fBSpace\fR> :\fIRefresh-Display \fR
 These commands awaken \*(We and following receipt of any input
 the entire display will be repainted.
 They also force an update of any hotplugged \*(Pu or \*(MP changes.
index e5fac2eea1724038028cbebaaacb4af09f5a8a77..11fa036c508cdedfcd7038361da89bab82a12f53 100644 (file)
--- a/uptime.1
+++ b/uptime.1
@@ -40,11 +40,11 @@ process information
 .SH AUTHORS
 .B uptime
 was written by
-.UR greenfie\@gauss.\:rutgers.\:edu
+.UR greenfie@gauss.\:rutgers.\:edu
 Larry Greenfield
 .UE
 and
-.UR johnsonm\@sunsite.\:unc.\:edu
+.UR johnsonm@sunsite.\:unc.\:edu
 Michael K. Johnson
 .UE
 .SH "SEE ALSO"
@@ -54,5 +54,5 @@ Michael K. Johnson
 .BR w (1)
 .SH "REPORTING BUGS"
 Please send bug reports to
-.UR procps\@freelists.org
+.UR procps@freelists.org
 .UE
index 11e99174bc421eb42cb9838f3dd65131d8b61830..38940bf5a35cd6b1b4ee84ecc50145800097e671 100644 (file)
--- a/vmstat.8
+++ b/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
diff --git a/w.1 b/w.1
index baeaf6c5cf995bb0c8fed8f73e8073134f24c616..6adecfac484d6ac0fc389a019f34f5ff70253d74 100644 (file)
--- a/w.1
+++ b/w.1
@@ -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
diff --git a/watch.1 b/watch.1
index 13bc4fde175a3fd5d8e0cd2d64a0cee603d59dee..e31f642dcec06ee07d56777ee06ee541abfaa688 100644 (file)
--- a/watch.1
+++ b/watch.1
@@ -185,25 +185,25 @@ The watch will propagate command exit status as child exit status.
 The original
 .B watch
 was written by
-.UR rembo\@\:unisoft.\:com
+.UR rembo@\:unisoft.\:com
 Tony Rems
 .UE
 in 1991, with mods and
 corrections by Francois Pinard.  It was reworked and new features added by
-.UR mkc\@\:acm.\:org
+.UR mkc@\:acm.\:org
 Mike Coleman
 .UE
 in 1999. The beep, exec, and error handling features were added by
-.UR morty\@\:frakir.\:org
+.UR morty@\:frakir.\:org
 Morty Abzug
 .UE
 in 2008.  On a not so dark and stormy morning in March of 2003,
-.UR asd\@\:suespammers.\:org
+.UR asd@\:suespammers.\:org
 Anthony DeRobertis
 .UE
 got sick of his watches that should update every minute eventually updating
 many seconds after the minute started, and added microsecond precision.
 Unicode support was added in 2009 by
-.UR procps\@\:rrod.\:net
+.UR procps@\:rrod.\:net
 Jarrod Lowe
 .UE