CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/04/05 08:43:10
Modified files:
usr.bin/mandoc : mdoc_macro.c
regress/usr.bin/mandoc/mdoc/break: Makefile
Added files:
regress/usr.bin/mandoc/mdoc/break: tail.in tail.out_ascii
tail.out_lint
Log message:
Arguments to end macros of broken partial explicit blocks
must go inside the breaking block. For example, in
.It Ic cmd Oo
.Ar optional_arg Oc Ar mandatory_arg
the mandatory_arg is still inside the .It block.
Used for example by mutella(1).