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@xxxxxxxxx> --- 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 d0626bf..d638ead 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.5.5 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html