summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaromir Capik <jcapik@redhat.com>2013-11-26 13:31:44 +0100
committerJaromir Capik <jcapik@redhat.com>2013-11-26 13:31:44 +0100
commit09594c89264fba9a4859a18f5021ec0686a91718 (patch)
tree5888a27add77a42a6bc0111e86351845a805271a
parenta8a4a4f595c33d3ae90bf311628d5f8ab2ebaa3c (diff)
downloadprocps-ng-09594c89264fba9a4859a18f5021ec0686a91718.tar.gz
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.
-rw-r--r--pmap.112
1 files changed, 12 insertions, 0 deletions
diff --git a/pmap.1 b/pmap.1
index 028a882..28bbd05 100644
--- a/pmap.1
+++ b/pmap.1
@@ -39,6 +39,18 @@ according to \fI/proc/PID/smaps\fR
\fB\-XX\fR
Show everything the kernel provides
.TP
+\fB\-c\fR, \fB\-\-read\-rc\fR
+Read the default configuration
+.TP
+\fB\-C\fR, \fB\-\-read\-rc\-from\fR \fIfile\fR
+Read the configuration from \fIfile\fR
+.TP
+\fB\-n\fR, \fB\-\-create\-rc\fR
+Create new default configuration
+.TP
+\fB\-N\fR, \fB\-\-create\-rc\-to\fR \fIfile\fR
+Create new configuration to \fIfile\fR
+.TP
\fB\-h\fR, \fB\-\-help\fR
Display help text and exit.
.TP