49 lines
1.2 KiB
Diff
49 lines
1.2 KiB
Diff
Description: Cleanup pmap.1 manual page
|
|
Author: Brendan O'Dea <bod@debian.org>
|
|
Bug-Debian: http://bugs.debian.org/282168
|
|
Reviewed-by: Craig Small <csmall@debian.org>
|
|
Index: b/pmap.1
|
|
===================================================================
|
|
--- a/pmap.1 2009-11-24 20:53:06.000000000 +1100
|
|
+++ b/pmap.1 2009-11-24 21:00:30.000000000 +1100
|
|
@@ -10,25 +10,29 @@
|
|
pmap \- report memory map of a process
|
|
|
|
.SH SYNOPSIS
|
|
-.nf
|
|
-pmap [ -x | -d ] [ -q ] pids...
|
|
-pmap -V
|
|
-.fi
|
|
+.B pmap
|
|
+.RB [ \-x | \-d ]
|
|
+.RB [ \-q ]
|
|
+.I pid
|
|
+\& ...
|
|
+.br
|
|
+.B pmap \-V
|
|
|
|
.SH DESCRIPTION
|
|
The pmap command reports the memory map of a process or processes.
|
|
|
|
.SH "GENERAL OPTIONS"
|
|
.TS
|
|
-l l l.
|
|
--x extended Show the extended format.
|
|
--d device Show the device format.
|
|
--q quiet Do not display some header/footer lines.
|
|
--V show version Displays version of program.
|
|
+lB l l.
|
|
+\-x extended Show the extended format.
|
|
+\-d device Show the device format.
|
|
+\-q quiet Do not display some header/footer lines.
|
|
+\-V show version Displays version of program.
|
|
.TE
|
|
|
|
.SH "SEE ALSO"
|
|
-ps(1) pgrep(1)
|
|
+.BR ps(1),
|
|
+.BR pgrep(1)
|
|
|
|
.SH STANDARDS
|
|
No standards apply, but pmap looks an awful lot like a SunOS command.
|