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.
This commit is contained in:
Jilles Tjoelker 2010-05-06 22:49:54 +00:00
parent 29b7bdea79
commit c84cab5626
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=207735
11 changed files with 13 additions and 19 deletions

View file

@ -76,8 +76,7 @@ If no alarm is currently set, the return value is 0.
.Sh SEE ALSO
.Xr setitimer 2 ,
.Xr sigaction 2 ,
.Xr sigpause 2 ,
.Xr sigvec 2 ,
.Xr sigsuspend 2 ,
.Xr signal 3 ,
.Xr sleep 3 ,
.Xr ualarm 3 ,

View file

@ -109,9 +109,8 @@ is not a valid signal number.
.El
.Sh SEE ALSO
.Xr sigaction 2 ,
.Xr sigblock 2 ,
.Xr sigpause 2 ,
.Xr sigsetmask 2 ,
.Xr sigprocmask 2 ,
.Xr sigsuspend 2 ,
.Xr signal 3
.Sh HISTORY
The

View file

@ -84,8 +84,8 @@ A microsecond is 0.000001 seconds.
.Sh SEE ALSO
.Xr getitimer 2 ,
.Xr setitimer 2 ,
.Xr sigpause 2 ,
.Xr sigvec 2 ,
.Xr sigaction 2 ,
.Xr sigsuspend 2 ,
.Xr alarm 3 ,
.Xr signal 3 ,
.Xr sleep 3 ,

View file

@ -189,8 +189,8 @@ the calling process:
.It interval timers Ta see Xr getitimer 2
.It resource limits Ta see Xr getrlimit 2
.It file mode mask Ta see Xr umask 2
.It signal mask Ta see Xr sigvec 2 ,
.Xr sigsetmask 2
.It signal mask Ta see Xr sigaction 2 ,
.Xr sigprocmask 2
.El
.Pp
When a program is executed as a result of an

View file

@ -618,7 +618,7 @@ for the reasons as stated in
.Xr flock 2 ,
.Xr getdtablesize 2 ,
.Xr open 2 ,
.Xr sigvec 2 ,
.Xr sigaction 2 ,
.Xr lockf 3 ,
.Xr tcgetpgrp 3 ,
.Xr tcsetpgrp 3

View file

@ -171,7 +171,7 @@ to be handled.
.Sh SEE ALSO
.Xr gettimeofday 2 ,
.Xr select 2 ,
.Xr sigvec 2 ,
.Xr sigaction 2 ,
.Xr clocks 7
.Sh HISTORY
The

View file

@ -193,7 +193,7 @@ raised the maximum limit value, and the caller is not the super-user.
.Xr quota 1 ,
.Xr quotactl 2 ,
.Xr sigaltstack 2 ,
.Xr sigvec 2 ,
.Xr sigaction 2 ,
.Xr sysctl 3 ,
.Xr ulimit 3
.Sh HISTORY

View file

@ -609,13 +609,9 @@ or
.Xr kill 2 ,
.Xr ptrace 2 ,
.Xr sigaltstack 2 ,
.Xr sigblock 2 ,
.Xr sigpause 2 ,
.Xr sigpending 2 ,
.Xr sigprocmask 2 ,
.Xr sigsetmask 2 ,
.Xr sigsuspend 2 ,
.Xr sigvec 2 ,
.Xr wait 2 ,
.Xr fpsetmask 3 ,
.Xr setjmp 3 ,

View file

@ -83,7 +83,7 @@ The process status longword is invalid or would improperly
raise the privilege level of the process.
.El
.Sh SEE ALSO
.Xr sigvec 2 ,
.Xr sigaction 2 ,
.Xr setjmp 3 ,
.Xr ucontext 3
.Sh HISTORY

View file

@ -104,7 +104,7 @@ Same as for
.Xr _exit 2 ,
.Xr fork 2 ,
.Xr rfork 2 ,
.Xr sigvec 2 ,
.Xr sigaction 2 ,
.Xr wait 2 ,
.Xr exit 3
.Sh HISTORY

View file

@ -168,7 +168,7 @@ while
will print details of each terminating command.
.Sh SEE ALSO
.Xr last 1 ,
.Xr sigvec 2 ,
.Xr sigaction 2 ,
.Xr acct 5 ,
.Xr core 5
.Sh HISTORY