Up to [cvsweb.bsd.lv] / mandoc
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: VERSION_1_9_15
Revision 1.51 / (download) - annotate - [selected], Thu Nov 12 05:50:13 2009 UTC (13 years, 10 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_9_16,
VERSION_1_9_15-pre2,
VERSION_1_9_15-pre1,
VERSION_1_9_15,
VERSION_1_9_14
Changes since 1.50: +18 -7 lines
Diff to previous 1.50 (colored)
Basically re-wrote -Tascii font handling: instead of incrementers for bold and underline, we use a stack (no cascading, no double-font-mode). Font modes with \f only affect the current stack point, as documented in mdoc.7 and man.7. While -mdoc stacks fonts with embedded macros, -man replaces them (the stack is always size 1). This works for all invocations in supported systems' manual corpora to date. It doesn't support groff's insanity with line-scoped \f as documented in mdoc.7.