diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-25 17:10:35 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-02-25 17:10:35 +0000 |
commit | 8ccc0d9612663bf2c8986283ac4d3d1cf2fae45a (patch) | |
tree | cf2b30acf8b54b2b3f4ab2deae2ee2b7a5f05906 /lib/libc/gen | |
parent | 6f0563504c961423e52a8e4904d35247d5f1dd89 (diff) |
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/gen')
-rw-r--r-- | lib/libc/gen/signal.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index afd6c55de7b..b50a68bc1f1 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: signal.3,v 1.35 2009/12/16 07:36:56 guenther Exp $ +.\" $OpenBSD: signal.3,v 1.36 2010/02/25 17:10:34 schwarze Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: December 16 2009 $ +.Dd $Mdocdate: February 25 2010 $ .Dt SIGNAL 3 .Os .Sh NAME @@ -102,9 +102,7 @@ These signals are defined in the 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" |