From f76c7478a0809803077023f4d9de24bc230541c5 Mon Sep 17 00:00:00 2001 From: "Michael Kerrisk (man-pages)" Date: Thu, 10 Nov 2016 11:59:53 +0100 Subject: [PATCH] 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 --- misc-utils/kill.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2