Craig Small
8b4228fe71
docs: some manpage fixes
...
Some editorial changes so the man pages follow the standards.
References:
procps#173
2020-06-04 22:33:16 +10:00
Jaromir Capik
9f3cfd7c36
pmap: Including -p in the man page
...
Previously the pmap man page was missing the -p switch.
This commit fixes that.
2013-11-26 13:45:22 +01:00
Jaromir Capik
09594c8926
pmap: Including -c -C -n -N in the man page
...
Previously the pmap man page was missing the -c -C -n -N switches.
This commit fixes that.
2013-11-26 13:31:44 +01:00
Dimitrios Apostolou
faec340719
Two new options for pmap, -X and -XX
...
Both options provide more information about a process using -X and -XX
flags. The data comes from /proc/PID/smaps so it may vary.
Signed-off-by: Craig Small <csmall@enc.com.au>
2012-09-27 22:08:04 +10:00
Sami Kerola
47100a8125
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>
2012-04-16 12:55:53 +02:00
Sami Kerola
127c82763a
docs: add exit values to pmap manual page
...
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-12-20 17:30:54 +01:00
Sami Kerola
f6d715e7fa
docs: mention long options in man pmap.1
...
Also add range option to manual page. The commit includes few generic manual
clean ups as well.
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-12-20 17:17:02 +01:00
Sami Kerola
71d10d3a49
name change: procps -> procps-ng
...
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
2011-06-04 20:50:12 +02:00
Jan Görig
039e2bb7df
Manual pages fixes
...
Taken from Debian with small changes added
Authors: Craig Small <csmall@debian.org>, Brendan O'Dea <bod@debian.org>
2011-02-23 09:17:54 +01:00
albert
74954d33e3
3.2.0 release prep; pmap -d
2004-01-29 05:05:37 +00:00
albert
ea4be1f178
pmap
2002-10-27 10:35:13 +00:00