]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r207735: Update xrefs from 4.3BSD to modern signal functions in various
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 24 Jul 2011 20:09:42 +0000 (20:09 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 24 Jul 2011 20:09:42 +0000 (20:09 +0000)
commit5a468d636faeeee549391719a2ad8ac895420aa7
tree567bd1469d6b6ecc8ca1715fba63637861d252e6
parent5ab9834766ced7aa65f74d6edbaa3bc02a77a637
MFC r207735: Update xrefs from 4.3BSD to modern signal functions in various
man pages.

sigvec(2) references have been updated to sigaction(2), sigsetmask(2) and
sigblock(2) to sigprocmask(2), sigpause(2) to sigsuspend(2).

Some legacy man pages still refer to them, that is OK.

git-svn-id: svn://svn.freebsd.org/base/stable/8@224297 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/gen/alarm.3
lib/libc/gen/siginterrupt.3
lib/libc/gen/ualarm.3
lib/libc/sys/execve.2
lib/libc/sys/fcntl.2
lib/libc/sys/getitimer.2
lib/libc/sys/getrlimit.2
lib/libc/sys/sigaction.2
lib/libc/sys/sigreturn.2
lib/libc/sys/vfork.2
usr.bin/lastcomm/lastcomm.1