X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-kill.8.in;h=e8fef368822071292b12331dfc5f36f857b7b96c;hb=9466d7d4b9388f276a99506d9d8a4eca84fb509f;hp=af4ec987fdf8964380e1e2e5512910c18f707812;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=openvswitch diff --git a/utilities/ovs-kill.8.in b/utilities/ovs-kill.8.in index af4ec987..e8fef368 100644 --- a/utilities/ovs-kill.8.in +++ b/utilities/ovs-kill.8.in @@ -25,13 +25,13 @@ interface to \fBfcntl\fR-based file locking. .SH OPTIONS .TP -\fB-s \fInumber\fR|\fIname\fR, \fB\-\^\-signal=\fInumber\fR|\fIname\fR +\fB\-s \fInumber\fR|\fIname\fR, \fB\-\^\-signal=\fInumber\fR|\fIname\fR Sets the signal to be sent to each process. Signals may be given by number (e.g. \fB1\fR) or by name (e.g. \fBHUP\fR or \fBSIGHUP\fR). By default, \fBSIGTERM\fR is sent. .TP -\fB-f\fR, \fB\-\^\-force\fR +\fB\-f\fR, \fB\-\^\-force\fR Causes \fBovs\-kill\fR to ignore all errors without printing a message to \fBstderr\fR, and to exit with return code 0. @@ -39,12 +39,12 @@ to \fBstderr\fR, and to exit with return code 0. .SH "EXIT CODE" -Without \fB-f\fR or \fB\-\^\-force\fR, \fBovs\-kill\fR exits with +Without \fB\-f\fR or \fB\-\^\-force\fR, \fBovs\-kill\fR exits with status 0 if at least one \fIpidfile\fR was given and the process represented by every \fIpidfile\fR was signaled successfully, otherwise with status 1. -With \fB-f\fR or \fB\-\^\-force\fR, \fBovs\-kill\fR always exits with +With \fB\-f\fR or \fB\-\^\-force\fR, \fBovs\-kill\fR always exits with status 0. .SH BUGS