OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / procps / original / man1 / pmap.1
1 '\" t
2 .\" (The preceding line is a note to broken versions of man to tell
3 .\" them to pre-process this man page with tbl)
4 .\" Man page for pmap.
5 .\" Licensed under version 2 of the GNU General Public License.
6 .\" Written by Albert Cahalan.
7 .\"
8 .TH PMAP 1 "October 26, 2002" "Linux" "Linux User's Manual"
9 .SH NAME
10 pmap \- report memory map of a process
11
12 .SH SYNOPSIS
13 .nf
14 pmap [ -x | -d ] [ -q ] pids...
15 pmap -V
16 .fi
17
18 .SH DESCRIPTION
19 The pmap command reports the memory map of a process or processes.
20
21 .SH "GENERAL OPTIONS"
22 .TS
23 l l l.
24 -x      extended        Show the extended format.
25 -d      device  Show the device format.
26 -q      quiet   Do not display some header/footer lines.
27 -V      show version    Displays version of program.
28 .TE
29
30 .SH "SEE ALSO"
31 ps(1) pgrep(1)
32
33 .SH STANDARDS
34 No standards apply, but pmap looks an awful lot like a SunOS command.
35
36 .SH AUTHOR
37 Albert Cahalan <albert@users.sf.net> wrote pmap in 2002, and is the current
38 maintainer of the procps collection. Please send bug reports
39 to <procps-feedback@lists.sf.net>.