From: Günter M. <mi...@us...> - 2022-09-07 12:11:15
|
- **labels**: manpage-writer --> manpage writer --- ** [bugs:#287] rst2man: comma after option argument is in bold** **Status:** closed-fixed **Labels:** manpage writer **Created:** Mon Dec 07, 2015 11:24 AM UTC by Dmitry Shachnev **Last Updated:** Tue Mar 03, 2020 09:41 PM UTC **Owner:** nobody [ Forwarded from [Debian #806601](https://bugs.debian.org/806601). ] With the following reStructuredText file: :::restructuredtext -f, --foo FOO -b n, --bar n BAR `rst2man` produces the following output: .B \-f\fP,\fB \-\-foo .BI \-b \ n\fP,\fB \ \-\-bar \ n I suppose `\fP` was intended to reset to the normal font; but in the `.BI` line it actually switches to the bold font. --- Sent from sourceforge.net because doc...@li... is subscribed to https://sourceforge.net/p/docutils/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |