aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/pspax.16
-rw-r--r--man/scanelf.13
-rw-r--r--pspax.c6
3 files changed, 11 insertions, 4 deletions
diff --git a/man/pspax.1 b/man/pspax.1
index 64fea9b..1e7e4b9 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\-u, \-\-uid\fR
+* Process user/uid #
+.TP
+\fB\-g, \-\-gid\fR
+* Process group/gid #
+.TP
\fB\-n, \-\-nx\fR
* Only display w^x processes
.TP
diff --git a/man/scanelf.1 b/man/scanelf.1
index 84a17d3..8b11b7a 100644
--- a/man/scanelf.1
+++ b/man/scanelf.1
@@ -1,4 +1,4 @@
-.TH "scanelf" "1" "Feb 2006" "Ned Ludd, Mike Frysinger" "User Commands"
+.TH "scanelf" "1" "Dec 2006" "Ned Ludd, Mike Frysinger" "User Commands"
.SH "NAME"
.LP
scanelf \-
@@ -110,6 +110,7 @@ Use specified format for output.
\fB%i\fR INTERP
\fB%s\fR symbol
\fB%k\fR section
+ \fB%a\fR arch
\fB%N\fR library
\fB%T\fR TEXTRELs
\fB%o\fR Elf Type
diff --git a/pspax.c b/pspax.c
index 6e42c63..16370ef 100644
--- a/pspax.c
+++ b/pspax.c
@@ -24,7 +24,7 @@
#endif
#define PROC_DIR "/proc"
-static const char *rcsid = "$Id: pspax.c,v 1.36 2006/11/28 04:01:04 vapier Exp $";
+static const char *rcsid = "$Id: pspax.c,v 1.37 2006/12/12 23:34:34 solar Exp $";
#define argv0 "pspax"
@@ -385,8 +385,8 @@ static const char *opts_help[] = {
"Show all processes",
"Print GNU_STACK/PT_LOAD markings",
"Process ID/pid #",
- "Process UID #",
- "Process GID #",
+ "Process user/uid #",
+ "Process group/gid #",
"Only display w^x processes",
"Only display w|x processes",
"Be verbose about executable mappings",