From dbc65b1ac84923d050253e15f36dcad288997c48 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Tue, 22 Dec 2020 15:17:58 +1100 Subject: [PATCH] misc: Add pwait to news New command, pwait! Waits for another process to finish just like pgrep finds or pkill kills another process. References: procps-ng/procps!97 --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 7457d6a2..4b4ed85d 100644 --- 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