CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/07/18 04:36:20
Modified files:
usr.bin/mandoc : mdoc.c predefs.in
regress/usr.bin/mandoc/char: Makefile
Added files:
regress/usr.bin/mandoc/char/bar: Makefile man.in man.out_ascii
mdoc.in mdoc.out_ascii
Log message:
The mdoc(7) \*(Ba predefined string actually forces roman font;
that's stupid because it may break enclosing font changes,
but let's do the same for groff bug compatibility.
--> Never use \*(Ba, use just plain "|"! <--
Also, predefined strings are already expanded by the roff(7) parser,
so the mdoc(7) parser has to look for the expanded string.
Formatting improvements in ksh(1), less(1), atan2(3),
hostapd.conf(5), snmpd.conf(5), and mknod(8).