summaryrefslogtreecommitdiffstats
path: root/misc-utils/kill.1
diff options
context:
space:
mode:
authorMichael Kerrisk (man-pages)2016-11-10 11:59:53 +0100
committerKarel Zak2016-11-29 10:44:19 +0100
commitf76c7478a0809803077023f4d9de24bc230541c5 (patch)
tree429f977ff0bfca0953f4a22e1e36593bc458db16 /misc-utils/kill.1
parentFix formatting errors in page cross references (diff)
downloadkernel-qcow2-util-linux-f76c7478a0809803077023f4d9de24bc230541c5.tar.gz
kernel-qcow2-util-linux-f76c7478a0809803077023f4d9de24bc230541c5.tar.xz
kernel-qcow2-util-linux-f76c7478a0809803077023f4d9de24bc230541c5.zip
Replace reference to sigvec(2) with sigaction(2)
The sigvec(3) (not sigvec(2)) page documents ancient BSD APIs. The right page to cross reference here is sigaction(2), which documents the modern POSIX APIs. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'misc-utils/kill.1')
-rw-r--r--misc-utils/kill.12
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/kill.1 b/misc-utils/kill.1
index d0626bfc5..d638ead6c 100644
--- a/misc-utils/kill.1
+++ b/misc-utils/kill.1
@@ -145,7 +145,7 @@ partial success (when more than one process specified)
.SH SEE ALSO
.BR bash (1),
.BR tcsh (1),
-.BR sigvec (2),
+.BR sigaction (2),
.BR kill (2),
.BR signal (7)