Many small edits.

This commit is contained in:
rsc 2005-01-13 04:49:19 +00:00
parent 741f510ce7
commit c8b6342d3c
160 changed files with 2204 additions and 864 deletions

View file

@ -207,7 +207,7 @@ is a common set that includes:
.PP
.RS 3n
.nf
.ta \w'\fLsys: write on closed pipe \fP'u \w'system call address argument out of range 'u
.ta \w'\fLsys: segmentation violation \fP'u +\w'process requested to exit 'u
\fINote\fP \fIMeaning\fP \fIUnix signal\fP
\fLinterrupt\fP user interrupt (DEL key) SIGINTR
\fLhangup\fP I/O connection closed SIGHUP
@ -217,6 +217,8 @@ is a common set that includes:
\fLsys: kill\fP process forced to exit SIGKILL
\fLsys: bus error\fP bus error SIGBUS
\fLsys: segmentation violation\fP segmentation violation SIGSEGV
\fLsys: write on closed pipe\fP write on closed pipe SIGPIPE
\fLsys: child\fP child wait status change SIGCHLD
.fi
.RE
.PP