CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2026/08/16 10:22:47

Modified files:
        usr.bin/mandoc : roff.c roff.h 
        share/man/man7 : roff.7 
        regress/usr.bin/mandoc/roff/string: Makefile 
Added files:
        regress/usr.bin/mandoc/roff/string: stringup.in 
                                            stringup.out_ascii 
                                            stringup.out_utf8 
                                            stringup_bad.in 
                                            stringup_bad.out_ascii 
                                            stringup_bad.out_lint 

Log message:
groff-1.23.0 invented new roff(7) requests .stringup and .stringdown that
change the case of the named user-defined string in place.  I haven't seen
them used in any manual page yet and - like for all roff(7) requests - do
not recommend using them, but i chose to implement them anyway because that
was almost as trivial as it would have been to mark them as unsupported.

G. Branden Robinson reminded me of the new feature.

Reply via email to