CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2026/08/18 07:51:51

Modified files:
        usr.bin/mandoc : mdoc.c 

Log message:
In mdoc_ptext(), stop confusingly declaring two pointers "const"
that actually point into a non-const string that is sometimes modified
in the function (to trim trailing whitespace).

No functional change.
Small style issue reported by gcc-16.1.1 on Fedora 44
via Xose Vazquez Perez <[email protected]>.

Reply via email to