aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>2016-11-10 11:59:53 +0100
committerKarel Zak <kzak@redhat.com>2016-11-29 10:44:19 +0100
commitf76c7478a0809803077023f4d9de24bc230541c5 (patch)
tree429f977ff0bfca0953f4a22e1e36593bc458db16
parentb2cc2a7fc6f453e72b76dadae3500855cc899a4e (diff)
downloadutil-linux-f76c7478a0809803077023f4d9de24bc230541c5.tar.gz
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>
-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 d0626bfc51..d638ead6c0 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)