libstdc++: Fix run_doxygen for Doxygen 1.10 man page format
commitc9cc1c850c6d084752207b6cf247a0a48bae0d52
authorJonathan Wakely <jwakely@redhat.com>
Thu, 25 Apr 2024 12:24:56 +0000 (25 13:24 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 25 Apr 2024 17:38:43 +0000 (25 18:38 +0100)
tree60e95d4ac10178029620aa2cd5fd459ead48224f
parentd5b2c6b32c97e1fd03214771d35f8d67b0d72940
libstdc++: Fix run_doxygen for Doxygen 1.10 man page format

Doxygen switched from \fC to \fR in its man page output:
https://github.com/doxygen/doxygen/pull/10497

This breaks our script that expects \fC so change the regaulr expression
to work with either style.

libstdc++-v3/ChangeLog:

* scripts/run_doxygen: Adjust sed pattern to match '\fR' for
new man output that Doxygen 1.10 generates.
libstdc++-v3/scripts/run_doxygen