diff options
author | keramida <keramida@FreeBSD.org> | 2004-12-29 19:40:56 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2004-12-29 19:40:56 +0000 |
commit | 58e937efb00b12c0787f20638a199cb762e4f360 (patch) | |
tree | 6b3d12d716c876604d6afb9a1df53a13d3bb4be4 /lib/libc | |
parent | 047b0db61385113fe60e9dc86ceba83dfe92ffaa (diff) | |
download | FreeBSD-src-58e937efb00b12c0787f20638a199cb762e4f360.zip FreeBSD-src-58e937efb00b12c0787f20638a199cb762e4f360.tar.gz |
Mark up SIGSTOP with .Dv and use .Nm in HISTORY for marking up `signal'.
PR: docs/75615
Submitted by: n-kogane@syd.odn.ne.jp
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 |