#! /bin/sh /usr/share/dpatch/dpatch-run ## 15_doc_pidof.dpatch by Petter Reinholdtsen ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Fix typo in pidof manual page. @DPATCH@ Index: sysvinit/man/pidof.8 =================================================================== --- sysvinit/man/pidof.8 (revision 93) +++ sysvinit/man/pidof.8 (working copy) @@ -27,7 +27,7 @@ .IP -x Scripts too - this causes the program to also return process id's of shells running the named scripts. -.IP -o \fIomitpid\fP +.IP "-o \fIomitpid\fP" Tells \fIpidof\fP to omit processes with that process id. The special pid \fB%PPID\fP can be used to name the parent process of the \fIpidof\fP program, in other words the calling shell or shell script.