diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2002-07-16 16:14:35 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2002-07-16 16:14:35 +0000 |
| commit | 240b159e39dd6c4a37b3af923e48a1737405d51b (patch) | |
| tree | cda8cfe8474bc1c2bd18dd3194b7f2e0190196d9 /lib/libc/gen | |
| parent | 251a872d874a400e4272412ff5ed340c48c94987 (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen')
| -rw-r--r-- | lib/libc/gen/signal.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index 20a5ef033d0e..24b1c6b4e052 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 |
