aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-12-05 10:43:53 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-12-05 16:51:16 +0100
commitd9818c9b7983aef785db59f093f724ce275b0a5c (patch)
tree073999f9101b38e52ffcb93713635fbd770464cc
parentf793f8bc91eb39179cd9f010aaf3069ba58742a7 (diff)
downloadutil-linux-d9818c9b7983aef785db59f093f724ce275b0a5c.tar.gz
docs: kill(1): Formatting fixes
Formatting fixes for constants and structure/field names, as per man-pages(7). Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--misc-utils/kill.19
1 files changed, 7 insertions, 2 deletions
diff --git a/misc-utils/kill.1 b/misc-utils/kill.1
index 1d7e765521..34d76c8605 100644
--- a/misc-utils/kill.1
+++ b/misc-utils/kill.1
@@ -111,10 +111,15 @@ rather than
The
.I value
argument is an integer that is sent along with the signal. If the
-receiving process has installed a handler for this signal using the SA_SIGINFO
+receiving process has installed a handler for this signal using the
+.B SA_SIGINFO
flag to
.BR sigaction (2),
-then it can obtain this data via the si_sigval field of the siginfo_t structure.
+then it can obtain this data via the
+.I si_sigval
+field of the
+.I siginfo_t
+structure.
.SH NOTES
Although it is possible to specify the TID (thread ID, see