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
This commit is contained in:
Craig Small 2020-12-22 15:17:58 +11:00
parent 02a55381ad
commit dbc65b1ac8

1
NEWS
View File

@ -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