CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2014/08/21 06:56:24

Modified files:
        usr.bin/mandoc : mdoc_html.c mdoc_macro.c mdoc_man.c mdoc_term.c 
        regress/usr.bin/mandoc/mdoc/Ar: punct.in punct.out_ascii 
        regress/usr.bin/mandoc/mdoc/Fl: Makefile noarg.in 
                                        noarg.out_ascii punct.in 
                                        punct.out_ascii 
        regress/usr.bin/mandoc/mdoc/Nm: Makefile 
        regress/usr.bin/mandoc/mdoc/Pa: Makefile 
Added files:
        regress/usr.bin/mandoc/mdoc/Nm: punct.in punct.out_ascii 
        regress/usr.bin/mandoc/mdoc/Pa: punct.in punct.out_ascii 

Log message:
Right after .Fl, a middle delimiter triggers an empty scope,
just like a closing delimiter.  This didn't work in groff-1.15,
but it now works in groff-1.22.

After being closed by delimiters, .Nm scopes do not reopen.

Do not suppress white space after .Fl if the next node is a text node
on the same input line; that can happen for middle delimiters.

Fixing an issue reported by jmc@.

Reply via email to