CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/11/18 10:59:03
Modified files:
usr.bin/mandoc : mdoc_man.c
regress/usr.bin/mandoc/man/RS: Makefile
regress/usr.bin/mandoc/mdoc/Bd: Makefile
regress/usr.bin/mandoc/mdoc/Bl: Makefile
Added files:
regress/usr.bin/mandoc/man/RS: nested.in nested.out_ascii
regress/usr.bin/mandoc/mdoc/Bd: nested.in nested.out_ascii
Log message:
Correct indentation for lists and displays inside lists.
Inspired by a diff from millert@, but implemented rather
differently and with slightly better functionality.
In particular, this one respects -offset and -width
arguments found in the input file.