diff options
author | 2010-02-25 17:10:34 +0000 | |
---|---|---|
committer | 2010-02-25 17:10:34 +0000 | |
commit | dd302ccae2c009fe5153bb496ec1438ac2379c9b (patch) | |
tree | 0695d673d7776e95b120468f2b135a5c55b1353a /lib/libc/sys | |
parent | The correct value of DEL is 0x7F, not 0xFF. This is purely a documentation (diff) | |
download | wireguard-openbsd-dd302ccae2c009fe5153bb496ec1438ac2379c9b.tar.xz wireguard-openbsd-dd302ccae2c009fe5153bb496ec1438ac2379c9b.zip |
Do not attempt to silently continue text for the last column of tables
generated by .Bl -column .It <tab> on following lines. This is a
workaround; fixing it properly in a way compatible with our old groff
would require .Xo support for .Bl -column phrases in mandoc(1), which
is too much work right now just to fix exactly this one place in our tree.
ok jmc@
This commit fixes the last issue i'm aware of which prevented building
our whole tree with mandoc. Not all pages format nicely yet, but
none kill the build any more.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/sigaction.2 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index c4fa391f6c8..dfe714910a0 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigaction.2,v 1.45 2009/12/16 07:36:56 guenther Exp $ +.\" $OpenBSD: sigaction.2,v 1.46 2010/02/25 17:10:34 schwarze Exp $ .\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)sigaction.2 8.2 (Berkeley) 4/3/94 .\" -.Dd $Mdocdate: December 16 2009 $ +.Dd $Mdocdate: February 25 2010 $ .Dt SIGACTION 2 .Os .Sh NAME @@ -304,9 +304,7 @@ with names as in the include file .It Dv SIGQUIT No " create core image" " quit program" .It Dv SIGILL No " create core image" " illegal instruction" .It Dv SIGTRAP No " create core image" " trace trap" -.It Dv SIGABRT No " create core image" Xr abort 3 -call (formerly -.Dv SIGIOT ) +.It Dv SIGABRT No " create core image" " abort(3) call (formerly SIGIOT)" .It Dv SIGEMT No " create core image" " emulate instruction executed" .It Dv SIGFPE No " create core image" " floating-point exception" .It Dv SIGKILL No " terminate process" " kill program (cannot be caught or ignored)" |