CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2010/09/23 14:39:13
Modified files: usr.bin/mandoc : mdoc_term.c Log message: When the HEAD of an .Nm block in the SYNOPSIS might be wider than the column containing it, the TERMP_HANG flag is required, but avoid the flag when we know that the HEAD is shorter, because in that case, the flag might ruin the alignment. Problem originally reported by jmc@, who also spotted a regression in an earlier version of this patch. "feel free to commit" kristaps@