Skip to content

pgrep: improve wording about matched process name

Jeremie Knuesel requested to merge elgad/procps:pgrep-match-wording into master

A small change to the pkill/pgrep man page: the current wording

         $ pgrep -u root sshd

  will only list the processes called sshd AND owned by root.

is misleading since this command will also match processes with names such as not_sshd.

Merge request reports