CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2010/02/25 10:10:34
Modified files: lib/libc/compat-43: sigvec.3 lib/libc/gen : signal.3 lib/libc/sys : sigaction.2 Log message: 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.