summaryrefslogtreecommitdiff
path: root/pmap.1
diff options
context:
space:
mode:
authoralbert <>2002-10-27 10:35:13 +0000
committeralbert <>2002-10-27 10:35:13 +0000
commitea4be1f178871b9ef1af4ed11c6346a2cbbb9b60 (patch)
treefc7da178ccfaa18ccfc422bf650f84b73807960e /pmap.1
parent2591b1f87fbc544463c29a2776cea605cd257877 (diff)
downloadprocps-ng-ea4be1f178871b9ef1af4ed11c6346a2cbbb9b60.tar.gz
pmap
Diffstat (limited to 'pmap.1')
-rw-r--r--pmap.136
1 files changed, 36 insertions, 0 deletions
diff --git a/pmap.1 b/pmap.1
new file mode 100644
index 0000000..930fd6b
--- /dev/null
+++ b/pmap.1
@@ -0,0 +1,36 @@
+'\" t
+.\" (The preceding line is a note to broken versions of man to tell
+.\" them to pre-process this man page with tbl)
+.\" Man page for pmap.
+.\" Licensed under version 2 of the GNU General Public License.
+.\" Written by Albert Cahalan.
+.\"
+.TH PMAP 1 "October 26, 2002" "Linux" "Linux User's Manual"
+.SH NAME
+pmap \- report memory map of a process
+
+.SH SYNOPSIS
+.nf
+pmap [-x] [-V] pids...
+.fi
+
+.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.
+-V show version Displays version of program.
+.TE
+
+.SH "SEE ALSO"
+ps(1) pgrep(1)
+
+.SH STANDARDS
+No standards apply, but pmap looks an awful lot like a SunOS command.
+
+.SH AUTHOR
+Albert Cahalan <albert@users.sf.net> wrote pmap in 2002, and is the current
+maintainer of the procps collection. Please send bug reports
+to <procps-feedback@lists.sf.net>.