summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJason Cox <me@jasoncarloscox.com>2023-01-25 20:34:21 +1100
committerCraig Small <csmall@dropbear.xyz>2023-01-25 20:34:21 +1100
commit848be2b1e23d4db4420dcfc15d3166073e813f4e (patch)
tree7372d710c50ea1f434d5f08bb2bf5f7602cb9c39 /NEWS
parent356730edbb96c73c6145103ab86445f96602ba75 (diff)
downloadprocps-ng-848be2b1e23d4db4420dcfc15d3166073e813f4e.tar.gz
pgrep: make --terminal respect other criteria
In some cases the --terminal option to pgrep will cause all processes matching the terminal to be output, even if other criteria would exclude them. Specifically, I noticed that it overrides the --runstates option. Signed-off-by: Craig Small <csmall@dropbear.xyz>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 40a39e9..a0cb848 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ procps-ng-NEXT
---------------
* docs: Don't install English manpages twice
* pgrep: Add -H match on userspace signal handler merge #165
+ * pgrep: make --terminal respect other criteria
* ps: c flag shows command name again Debian #1026326
* ps.1: Match drs description from top.1 merge #156
* skill: Match on -p again Debian #1025915