gbranden pushed a commit to branch master
in repository groff.

commit 5d26d74289d1ac8d1d1cb0a33a91815d0ac5ddf4
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Mar 3 17:35:12 2021 +1100

    groff_ms(7) (Highlighting): Swap order of .BI, .CW.
    
    This way the four traditional font styles are presented before the
    somewhat anomalous .CW.
---
 tmac/groff_ms.7.man | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/tmac/groff_ms.7.man b/tmac/groff_ms.7.man
index a0c546a..2eb4df9 100644
--- a/tmac/groff_ms.7.man
+++ b/tmac/groff_ms.7.man
@@ -685,24 +685,27 @@ It operates similarly to the
 .B B
 macro otherwise.
 .
+.
 .TP
-.B .CW\c
+.B .BI\c
 .RI " [" txt " [" post " [" pre ]]]
-Sets its first argument in a constant-width face.
+Sets its first argument in bold italic type.
 .
 It operates similarly to the
 .B B
 macro otherwise.
 .
+.
 .TP
-.B .BI\c
+.B .CW\c
 .RI " [" txt " [" post " [" pre ]]]
-Sets its first argument in bold italic type.
+Sets its first argument in a constant-width face.
 .
 It operates similarly to the
 .B B
 macro otherwise.
 .
+.
 .TP
 .B .BX\c
 .RI " [" txt ]

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to