3.2.0 release prep; pmap -d

This commit is contained in:
albert
2004-01-29 05:05:37 +00:00
parent 98f8cbd614
commit 74954d33e3
6 changed files with 71 additions and 28 deletions

5
pmap.1
View File

@ -11,7 +11,8 @@ pmap \- report memory map of a process
.SH SYNOPSIS
.nf
pmap [-x] [-V] pids...
pmap [ -x | -d ] [ -q ] pids...
pmap -V
.fi
.SH DESCRIPTION
@ -21,6 +22,8 @@ The pmap command reports the memory map of a process or processes.
.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.
.TE