diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-30 00:57:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-30 00:57:08 +0000 |
commit | de1dddbd7f583cbd577938e694536b8b95511f7e (patch) | |
tree | 0521b44e3bdcba5656a4a4dfe0cbf26327e90bef /lib | |
parent | 2a30b7a0152f42187a50f3cd27ea83d68a5e1f89 (diff) |
SIGSTOP needs .Dv, not .Ev;
from freebsd pr docs/75615;
Diffstat (limited to 'lib')
-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 fab391fe4c9..c7976dd357b 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: signal.3,v 1.29 2004/05/03 17:25:00 millert Exp $ +.\" $OpenBSD: signal.3,v 1.30 2004/12/30 00:57:07 jmc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -394,7 +394,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 , |