summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2002-07-12 01:30:18 +0000
committerkeramida <keramida@FreeBSD.org>2002-07-12 01:30:18 +0000
commit760cdded06d9b716bbb8b99efb1b1893553b479d (patch)
treec0378c540dde6f5cab3ee7014a299a42b405d111 /lib
parent43e8f8124109a4953ca4db73d7794e8f6728baf6 (diff)
downloadFreeBSD-src-760cdded06d9b716bbb8b99efb1b1893553b479d.zip
FreeBSD-src-760cdded06d9b716bbb8b99efb1b1893553b479d.tar.gz
Various typo fixes.
PR: docs/39395 Submitted by: Rich Neswold <rneswold@ameritech.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/signal.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3
index 20a5ef0..24b1c6b 100644
--- a/lib/libc/gen/signal.3
+++ b/lib/libc/gen/signal.3
@@ -190,7 +190,7 @@ or
.Xr wait 2 .
However, calls that have already committed are not restarted,
but instead return a partial success (for example, a short read count).
-This semantics could be changed with
+These semantics could be changed with
.Xr siginterrupt 3 .
.Pp
When a process which has installed signal handlers forks,
@@ -204,7 +204,7 @@ ignored signals remain ignored.
See
.Xr sigaction 2
for a list of functions
-that are considered safe for use in signal handler.
+that are considered safe for use in signal handlers.
.Sh RETURN VALUES
The previous action is returned on a successful call.
Otherwise, SIG_ERR is returned and the global variable
OpenPOWER on IntegriCloud