]> granicus.if.org Git - procps-ng/commitdiff
docs: Update pgrep.1 example to more modern browser
authorCraig Small <csmall@enc.com.au>
Fri, 22 Dec 2017 03:56:08 +0000 (14:56 +1100)
committerCraig Small <csmall@enc.com.au>
Fri, 22 Dec 2017 04:10:54 +0000 (15:10 +1100)
pgrep.1

diff --git a/pgrep.1 b/pgrep.1
index f2aefff2c2f282543d7f78948e8473e1a128a68a..336fadb827e4d645bd3e1c1bf46c9b1708c82618 100644 (file)
--- a/pgrep.1
+++ b/pgrep.1
@@ -7,7 +7,7 @@
 .\" the Free Software Foundation; either version 2 of the License, or
 .\" (at your option) any later version.
 .\"
-.TH PGREP "1" "2017-02-04" "procps-ng" "User Commands"
+.TH PGREP "1" "2017-12-22" "procps-ng" "User Commands"
 .SH NAME
 pgrep, pkill \- look up or signal processes based on name and other attributes
 .SH SYNOPSIS
@@ -194,10 +194,10 @@ processes:
 $ ps \-fp $(pgrep \-d, \-x xterm)
 .PP
 Example 4: Make all
-.B netscape
+.B chrome
 processes run nicer:
 .IP
-$ renice +4 $(pgrep netscape)
+$ renice +4 $(pgrep chrome)
 .SH "EXIT STATUS"
 .PD 0
 .TP