1 --- signal.3.bsdnew 2009-11-08 14:20:21.000000000 -0800
2 +++ signal.3 2009-11-08 14:26:22.000000000 -0800
5 .nr in-synopsis-section 1
6 .\" XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX
9 -equivalent but easier to read typedef'd version:
10 +or in the equivalent but easier to read typedef'd version:
11 .Ft typedef "void \*(lp*sig_t\*(rp \*(lpint\*(rp" ;
14 @@ -67,9 +65,9 @@ is a simplified interface to the more ge
18 -Signals allow the manipulation of a process from outside its
19 -domain as well as allowing the process to manipulate itself or
20 -copies of itself (children).
21 +Signals allow the manipulation of a process from outside its domain,
22 +as well as allowing the process to manipulate itself
23 +or copies of itself (children).
24 There are two general types of signals:
25 those that cause termination of a process and those that do not.
26 Signals which cause termination of a program might result from
27 @@ -82,11 +80,10 @@ Signals are optionally generated
28 when a process resumes after being stopped,
29 when the status of child processes changes,
30 or when input is ready at the control terminal.
31 -Most signals result in the termination of the process receiving them
33 -is taken; some signals instead cause the process receiving them
34 -to be stopped, or are simply discarded if the process has not
36 +Most signals result in the termination of the process receiving them,
37 +if no action is taken;
38 +some signals instead cause the process receiving them to be stopped,
39 +or are simply discarded if the process has not requested otherwise.
43 @@ -140,7 +137,6 @@ is possible on a descriptor (see
44 .It 29 Ta Dv SIGINFO Ta "discard signal" Ta "status request from keyboard"
45 .It 30 Ta Dv SIGUSR1 Ta "terminate process" Ta "User defined signal 1"
46 .It 31 Ta Dv SIGUSR2 Ta "terminate process" Ta "User defined signal 2"
47 -.It 32 Ta Dv SIGTHR Ta "terminate process" Ta "thread interrupt"
51 @@ -156,7 +152,7 @@ should be
54 resets the default action.
56 +To ignore the signal,
60 @@ -192,7 +188,7 @@ The affected system calls include
68 on a communications channel or a low speed device