]> granicus.if.org Git - procps-ng/commitdiff
misc: Add pwait to news
authorCraig Small <csmall@dropbear.xyz>
Tue, 22 Dec 2020 04:17:58 +0000 (15:17 +1100)
committerCraig Small <csmall@dropbear.xyz>
Tue, 22 Dec 2020 04:17:58 +0000 (15:17 +1100)
New command, pwait! Waits for another process to finish just like
pgrep finds or pkill kills another process.

References:
 procps-ng/procps!97

NEWS

diff --git a/NEWS b/NEWS
index 7457d6a246d4aa1d274add072b9c613ee8b2fc6f..4b4ed85d3fb922bfdaae657a7085b2652f9dace3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ procps-ng NEXT
   * pidof: show worker threads                             Redhat #1803640
   * ps.1: Mention stime alias                              issue #164
   * ps: check also match on truncated 16 char comm names
+  * pwait: New command waits for a process                 merge #97
   * sysctl: Match systemd directory order                  Debian #950788
   * sysctl: Document directory order                       Debian #951550
   * top: ensure config file backward compatibility         Debian #951335