summaryrefslogtreecommitdiffstats
path: root/misc-utils/kill.1
diff options
context:
space:
mode:
authorBjarni Ingi Gislason2018-05-18 21:21:42 +0200
committerKarel Zak2018-05-23 10:43:27 +0200
commit0bb7e904d72213b29f890364e25796685ee377f4 (patch)
tree5930dd59265bbad36cd13b69f5028d0e6d58bf61 /misc-utils/kill.1
parentmore: reorder global declarations (diff)
downloadkernel-qcow2-util-linux-0bb7e904d72213b29f890364e25796685ee377f4.tar.gz
kernel-qcow2-util-linux-0bb7e904d72213b29f890364e25796685ee377f4.tar.xz
kernel-qcow2-util-linux-0bb7e904d72213b29f890364e25796685ee377f4.zip
man: Use the correct macro for a font change of one argument
Use the correct macro (I, B) for the font change of one argument, not those that are used for alternating two fonts, like "BR", "IR", "RB", or "RI". Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Diffstat (limited to 'misc-utils/kill.1')
-rw-r--r--misc-utils/kill.110
1 files changed, 5 insertions, 5 deletions
diff --git a/misc-utils/kill.1 b/misc-utils/kill.1
index 630aeb1f0..24c32a249 100644
--- a/misc-utils/kill.1
+++ b/misc-utils/kill.1
@@ -37,7 +37,7 @@ Most modern shells have a builtin kill command, with a usage rather similar to
that of the command described here. The
.BR \-\-all ,
.BR \-\-pid ", and"
-.BR \-\-queue
+.B \-\-queue
options, and the possibility to specify processes by command name, are local extensions.
.PP
If \fIsignal\fR is 0, then no actual signal is sent, but error checking is still performed.
@@ -135,7 +135,7 @@ in the target process that is not blocking the signal.
For more details, see
.BR signal (7)
and the description of
-.BR CLONE_THREAD
+.B CLONE_THREAD
in
.BR clone (2).
@@ -143,13 +143,13 @@ in
.B kill
has the following return codes:
.TP
-.BR 0
+.B 0
success
.TP
-.BR 1
+.B 1
failure
.TP
-.BR 64
+.B 64
partial success (when more than one process specified)
.SH SEE ALSO