CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2011/07/07 14:07:38
Modified files: usr.bin/mandoc : man_validate.c roff.c Log message: Fix a bogus "unknown macro" error reported in the pod2man(1) preamble: - Actually let roff_parse() recognize ".\}" as a cond block end request. - Do not rewrite "\}" to the zero-width space "\&" because that prevents recognition of immediately preceding macros; use normal blanks instead. - To avoid a vertical spacing regression in pod2man(1) manuals, drop one vertical spacing request just before NAME. >From kristaps@.