Style fixs, add missing word 'signal'.

Reviewed by: deischen
This commit is contained in:
David Xu 2005-12-14 01:59:11 +00:00
parent aa5eb8878e
commit dbcf945af6

View File

@ -117,9 +117,9 @@ illegal addressing mode
.It Ta Dv ILL_ILLTRP Ta .It Ta Dv ILL_ILLTRP Ta
illegal trap illegal trap
.It Ta Dv ILL_PRVOPC Ta .It Ta Dv ILL_PRVOPC Ta
illegal Privileged opcode illegal privileged opcode
.It Ta Dv ILL_PRVREG Ta .It Ta Dv ILL_PRVREG Ta
illegal Privileged register illegal privileged register
.It Ta Dv ILL_COPROC Ta .It Ta Dv ILL_COPROC Ta
coprocessor error coprocessor error
.It Ta Dv ILL_BADSTK Ta .It Ta Dv ILL_BADSTK Ta
@ -271,13 +271,14 @@ the ID of the message queue which generated the signal
.El .El
.Sh NOTES .Sh NOTES
Currently, the kernel never generates Currently, the kernel never generates
.Dv SIGPOLL . .Dv SIGPOLL
signal.
Also, the Also, the
.Xr kill 2 .Xr kill 2
system call does not queue signals, so you will not get code system call does not queue signals, so you will not get code
.Dv SI_USER . .Dv SI_USER .
.Dv SIGCHLD .Dv SIGCHLD
is queued when a process changed its status or exited. signal is queued when a process changed its status or exited.
.Tn POSIX .Tn POSIX
Realtime Extensions like aio, timer, message queue also queue Realtime Extensions like aio, timer, message queue also queue
signals. signals.