diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1997-03-25 03:39:54 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-03-25 03:39:54 +0000 |
| commit | eb5ca9140849b773476806e5d2e39a613a258005 (patch) | |
| tree | 6eb147477429d0b4a0e1cbd02e3895f5c1a22970 | |
| parent | 0baa5ad9b28368dae4517a4200a86987be1ebef4 (diff) | |
Notes
| -rw-r--r-- | lib/libc/sys/sigaction.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index eb15a11b8ef2..85da04e3c3eb 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -287,7 +287,7 @@ is not allowed to block .Dv SIGKILL or .Dv SIGSTOP . -This is done silently by the system. +Attempting to do so will cause the call to fail. .Sh RETURN VALUES A 0 value indicated that the call succeeded. A \-1 return value indicates an error occurred and |
