summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-11-05 10:09:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-11-05 10:09:20 +0000
commita9400f12c686f0999be8148a0f12efd60d3e574b (patch)
tree62a884f438c0388b5c49ee0e9b22060c248ae7a7 /lib/libc
parenta701153fef832bec052f0e778b69dae00e51d04d (diff)
various minor nigglies
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/sigaction.213
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2
index 2a3a5b4f4ec..bff30702b4f 100644
--- a/lib/libc/sys/sigaction.2
+++ b/lib/libc/sys/sigaction.2
@@ -148,7 +148,7 @@ until another
call is made, or an
.Xr execve 2
is performed.
-The value of
+The value of
.Fa sa_handler
(or, if the
.Dv SA_SIGINFO
@@ -236,7 +236,7 @@ with the error
.Dv EINTR ,
the call may return with a data transfer shorter than requested,
or the call may be restarted.
-Restart of pending calls is requested
+Restarting of pending calls is requested
by setting the
.Dv SA_RESTART
bit in
@@ -330,10 +330,10 @@ or
.Dv SIGSTOP .
Any attempt to do so will be silently ignored.
.Sh RETURN VALUES
-A 0 value indicated that the call succeeded. A \-1 return value
+A 0 value indicates that the call succeeded. A \-1 return value
indicates an error occurred and
.Va errno
-is set to indicated the reason.
+is set to indicate the reason.
.Sh EXAMPLE
The handler routine can be declared:
.Bd -literal -offset indent
@@ -402,7 +402,7 @@ or
The
.Fn sigaction
function conforms to
-.St -p1003.1-88 .
+.St -p1003.1-90 .
The
.Dv SA_ONSTACK
and
@@ -422,7 +422,7 @@ as are the signals
.Dv SIGWINCH ,
and
.Dv SIGINFO .
-Those signals are available on most
+These signals are available on most
.Tn BSD Ns \-derived
systems.
The
@@ -448,7 +448,6 @@ flags are options commonly found in other operating systems.
.Xr sigsuspend 2 ,
.Xr wait 2 ,
.Xr setjmp 3 ,
-.Xr siginterrupt 3 ,
.Xr sigsetops 3 ,
.Xr sigvec 3 ,
.Xr tty 4