Add pidof manpage
This commit is contained in:
parent
e5b519c192
commit
a226576983
18
pidof.1
Normal file
18
pidof.1
Normal file
@ -0,0 +1,18 @@
|
||||
.TH PIDOF 1 ubase-VERSION
|
||||
.SH NAME
|
||||
\fBpidof\fR - Find the process ID of a running program
|
||||
.SH SYNOPSIS
|
||||
\fBpidof\fR [\fB-o\fI pid1,pid2,...,pidN\fR] [\fB-s\fR] [\fIprogram...\fR]
|
||||
.SH DESCRIPTION
|
||||
\fBpidof\fR finds the process id's of the named programs and prints them on
|
||||
stdout.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB-o\fR
|
||||
Tell pidof to omit processes with that process id. The special pid
|
||||
%PPID can be used to name the parent process of the pidof program.
|
||||
.TP
|
||||
\fB-s\fR
|
||||
Single shot - this instructs the program to only return one process id.
|
||||
.SH SEE ALSO
|
||||
killall5(8)
|
Loading…
Reference in New Issue
Block a user