diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/signal.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index b6b2ecc..7b99fab 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -255,7 +255,7 @@ is not a valid signal number. An attempt is made to ignore or supply a handler for .Dv SIGKILL or -.Ev SIGSTOP . +.Dv SIGSTOP . .El .Sh SEE ALSO .Xr kill 1 , @@ -271,8 +271,8 @@ or .Xr siginterrupt 3 , .Xr tty 4 .Sh HISTORY -This -.Fn signal +The +.Nm facility appeared in .Bx 4.0 . The option to avoid the creation of child zombies through ignoring |