summaryrefslogtreecommitdiff
path: root/pgrep.1
diff options
context:
space:
mode:
authorAlfredo Esteban <aedelatorre@gmail.com>2012-08-18 02:20:27 +0200
committerCraig Small <csmall@enc.com.au>2012-08-29 16:47:51 +1000
commitf12277c74d591245767d77badb6bb6af91335656 (patch)
tree5cb71fff0f4389ed1dfd76011a1ea2a42b89b0ac /pgrep.1
parent00d7d4e37abdf918b62d266086cfe26f61574c2f (diff)
downloadprocps-ng-f12277c74d591245767d77badb6bb6af91335656.tar.gz
Debian Bug report #526355
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526355 Flag -f doesn't modify output anymore. There is a new flag -a to show full command line processes. Signed-off-by: Alfredo Esteban <aedelatorre@gmail.com>
Diffstat (limited to 'pgrep.1')
-rw-r--r--pgrep.15
1 files changed, 5 insertions, 0 deletions
diff --git a/pgrep.1 b/pgrep.1
index 6948b32..bc0c972 100644
--- a/pgrep.1
+++ b/pgrep.1
@@ -81,6 +81,11 @@ List the process name as well as the process ID.
.RB ( pgrep
only.)
.TP
+\fB\-a\fR, \fB\-\-list\-full\fR
+List the full command line as well as the process ID.
+.RB ( pgrep
+only.)
+.TP
\fB\-n\fR, \fB\-\-newest\fR
Select only the newest (most recently started) of the matching processes.
.TP