CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/07/08 09:00:43
Modified files:
usr.bin/mandoc : mdoc_man.c
Log message:
Instead of adding one integer variable for each global boolean output flag
and passing around a structure containing them into each and every function,
just use a single static bitfield.
In preparation for adding more output flags to support more features.
