summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2022-08-31 17:43:17 +1000
committerCraig Small <csmall@dropbear.xyz>2022-08-31 17:43:17 +1000
commit8eee6cc48c6dbe9f991c665adaae5fc05f6ebece (patch)
tree866838c0b5a0bda4e50394bd13ba3e7723ae3857
parentd68c2d1a1cef9115487101b42e21a1b93452ad41 (diff)
downloadprocps-ng-8eee6cc48c6dbe9f991c665adaae5fc05f6ebece.tar.gz
misc: Update NEWS/man date for pgrep -A
Added NEWS item Update pgrep.1 date References: commit 4b44ab98c144dae099442e30a62966a7689818c6
-rw-r--r--NEWS1
-rw-r--r--man/pgrep.12
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e394233..38b1af8 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ procps-ng-NEXT
Re-add elogind support merge #151
Used memory is Total - Available
Renaming, it is now libproc2
+ * pgrep: Add -A to ignore ancestors merge #160
* pidwait: Better warning if pidfd_open not implemented
* pmap: Dont reuse stdin filehandle issue #231
* ps: threads again display when -L is used with -q issue #234
diff --git a/man/pgrep.1 b/man/pgrep.1
index c11af42..57ddc4e 100644
--- a/man/pgrep.1
+++ b/man/pgrep.1
@@ -7,7 +7,7 @@
.\" the Free Software Foundation; either version 2 of the License, or
.\" (at your option) any later version.
.\"
-.TH PGREP "1" "2022-07-18" "procps-ng" "User Commands"
+.TH PGREP "1" "2022-08-31" "procps-ng" "User Commands"
.SH NAME
pgrep, pkill, pidwait \- look up, signal, or wait for processes based on name and other attributes
.SH SYNOPSIS