CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2011/07/04 22:12:41
Modified files: usr.bin/mandoc : html.c man_html.c man_macro.c man_term.c mdoc_argv.c mdoc_html.c mdoc_term.c roff.c Log message: Sync to bsd.lv (all coded by kristaps@): - mdoc(7): fix an assertion if the first line after .Bd -column starts with a blank, and some simplifications in mdoc_argv.c - man(7): literal mode ends at .SH and .SS (bug reported by naddy@) - allow .RS/.RE blocks to nest (bug reported by dcoppa@ and gsoares@) - improve vertical spacing of man(7) blocks - roff(7): clear user-defined strings when starting a new file - correct ID tags in -T[x]html