]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Replace reference to sigvec(2) with sigaction(2)
authorMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>
Thu, 10 Nov 2016 10:59:53 +0000 (11:59 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 29 Nov 2016 09:44:19 +0000 (10:44 +0100)
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>
misc-utils/kill.1

index d0626bfc5193b219f83153693264f8fe460db06f..d638ead6c01bc664278b6c2a3d6244a5591012db 100644 (file)
@@ -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)