CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/06/27 03:48:23
Modified files:
usr.bin/mandoc : roff.c
regress/usr.bin/mandoc/roff/cond: Makefile
Added files:
regress/usr.bin/mandoc/roff/cond: close.in close.out_ascii
Log message:
Parse for the closing delimiter `\}' for conditionals
even when the conditional evaluated to false.
While here, reshuffle the code to reduce indentation and make it
more readable; that way, we can even trim down the comments because
it becomes obvious what the code does.
Found in zipinfo(1) - thanks to espie@ and naddy@
for making me look at that manual page.