ovsdb-data: Free string leaked in ovsdb_datum_from_string().
[openvswitch] / utilities / ovs-kill.8.in
index af4ec987fdf8964380e1e2e5512910c18f707812..e8fef368822071292b12331dfc5f36f857b7b96c 100644 (file)
@@ -25,13 +25,13 @@ interface to \fBfcntl\fR-based file locking.
 
 .SH OPTIONS
 .TP
 
 .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
 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.
 
 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"
 
 
 .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.
 
 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
 status 0.
 
 .SH BUGS