diff options
author | Ned Ludd <solar@gentoo.org> | 2006-04-25 04:36:10 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2006-04-25 04:36:10 +0000 |
commit | 3cbb1f29356a05a192e02f95ef604a423b6d91e8 (patch) | |
tree | d8eb93e575cb4e90c7d3bd4232fb27ecc14b9c27 | |
parent | - code cleanup (diff) | |
download | pax-utils-3cbb1f29356a05a192e02f95ef604a423b6d91e8.tar.gz pax-utils-3cbb1f29356a05a192e02f95ef604a423b6d91e8.tar.bz2 pax-utils-3cbb1f29356a05a192e02f95ef604a423b6d91e8.zip |
- update man page for new optionsv0.1.12
-rw-r--r-- | man/pspax.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/pspax.1 b/man/pspax.1 index ebc0d3b..26982e6 100644 --- a/man/pspax.1 +++ b/man/pspax.1 @@ -23,6 +23,12 @@ pspax is a user-space utility that scans the proc directory and list ELF types, \fB\-p, \-\-pid\fR * Process ID/pid # .TP +\fB\-n, \-\-nx\fR +* Only display w^x processes +.TP +\fB\-w, \-\-wx\fR +* Only display w|x processes +.TP \fB\-v, \-\-verbose\fR * Be verbose about executable mappings .TP |