Omari Norman
unread,Feb 24, 2013, 10:29:02 AM2/24/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bug-...@gnu.org
Greetings groffers,
The man page groff_ms(7) states that the .R macro sets its arguments
in regular type, but works like the .B macro otherwise. However, it
seems that .R does not work like .B when given arguments:
---
.LP
.B "bold in parenthesis - works" ) (
.R "regular in parenthesis - does not work" ) (
.B
Bold - no parenthesis - works
.R
Regular - no parenthesis - works
---
Is this a bug? Thanks. --Omari