docs: Update pgrep.1 example to more modern browser
This commit is contained in:
parent
f9bef2b2c3
commit
dd47a9744f
6
pgrep.1
6
pgrep.1
@ -7,7 +7,7 @@
|
|||||||
.\" the Free Software Foundation; either version 2 of the License, or
|
.\" the Free Software Foundation; either version 2 of the License, or
|
||||||
.\" (at your option) any later version.
|
.\" (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
|
.SH NAME
|
||||||
pgrep, pkill \- look up or signal processes based on name and other attributes
|
pgrep, pkill \- look up or signal processes based on name and other attributes
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -194,10 +194,10 @@ processes:
|
|||||||
$ ps \-fp $(pgrep \-d, \-x xterm)
|
$ ps \-fp $(pgrep \-d, \-x xterm)
|
||||||
.PP
|
.PP
|
||||||
Example 4: Make all
|
Example 4: Make all
|
||||||
.B netscape
|
.B chrome
|
||||||
processes run nicer:
|
processes run nicer:
|
||||||
.IP
|
.IP
|
||||||
$ renice +4 $(pgrep netscape)
|
$ renice +4 $(pgrep chrome)
|
||||||
.SH "EXIT STATUS"
|
.SH "EXIT STATUS"
|
||||||
.PD 0
|
.PD 0
|
||||||
.TP
|
.TP
|
||||||
|
Loading…
Reference in New Issue
Block a user