From: Michael Kerrisk (man-pages) Date: Thu, 10 Nov 2016 10:59:53 +0000 (+0100) Subject: Replace reference to sigvec(2) with sigaction(2) X-Git-Tag: v2.30-rc1~407 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f76c7478a0809803077023f4d9de24bc230541c5;p=thirdparty%2Futil-linux.git 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 --- 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)