summaryrefslogtreecommitdiffstats
path: root/share/man/man3/siginfo.3
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-12-14 01:59:11 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-12-14 01:59:11 +0000
commit952c53a74a9de27a465719536a17a0cbd0ef1a4e (patch)
tree567e00015b0c02af8db682e076d98da93aefa217 /share/man/man3/siginfo.3
parent624e7ec4b0595624f955866daa760850c9f32c3b (diff)
downloadFreeBSD-src-952c53a74a9de27a465719536a17a0cbd0ef1a4e.zip
FreeBSD-src-952c53a74a9de27a465719536a17a0cbd0ef1a4e.tar.gz
Style fixs, add missing word 'signal'.
Reviewed by: deischen
Diffstat (limited to 'share/man/man3/siginfo.3')
-rw-r--r--share/man/man3/siginfo.39
1 files changed, 5 insertions, 4 deletions
diff --git a/share/man/man3/siginfo.3 b/share/man/man3/siginfo.3
index 17b1623..ca43889 100644
--- a/share/man/man3/siginfo.3
+++ b/share/man/man3/siginfo.3
@@ -117,9 +117,9 @@ illegal addressing mode
.It Ta Dv ILL_ILLTRP Ta
illegal trap
.It Ta Dv ILL_PRVOPC Ta
-illegal Privileged opcode
+illegal privileged opcode
.It Ta Dv ILL_PRVREG Ta
-illegal Privileged register
+illegal privileged register
.It Ta Dv ILL_COPROC Ta
coprocessor error
.It Ta Dv ILL_BADSTK Ta
@@ -271,13 +271,14 @@ the ID of the message queue which generated the signal
.El
.Sh NOTES
Currently, the kernel never generates
-.Dv SIGPOLL .
+.Dv SIGPOLL
+signal.
Also, the
.Xr kill 2
system call does not queue signals, so you will not get code
.Dv SI_USER .
.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
Realtime Extensions like aio, timer, message queue also queue
signals.
OpenPOWER on IntegriCloud