groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 41/49: [mdoc]: Set `Cm`, `Fl` args in `CR`, not `CB`.


From: G. Branden Robinson
Subject: [groff] 41/49: [mdoc]: Set `Cm`, `Fl` args in `CR`, not `CB`.
Date: Sun, 6 Nov 2022 00:37:23 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit f286368a5e5edd902d45fdde129af06fd5fbeb4b
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Nov 4 08:21:30 2022 -0500

    [mdoc]: Set `Cm`, `Fl` args in `CR`, not `CB`.
    
    * tmac/mdoc/doc-diroff (doc-Cm-font, doc-Fl-Font): Switch from Courier
      roman to Courier bold.  This congrues better with other `Li` literals,
      which were not in boldface.
---
 ChangeLog             | 9 +++++++++
 tmac/mdoc/doc-ditroff | 4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b9471e1b5..0381c766c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2022-11-04  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       [mdoc]: Use font CR, not CB, for `Cm` ("command modifier") and
+       `Fl` ("flag") macros on typesetters.
+
+       * tmac/mdoc/doc-diroff (doc-Cm-font, doc-Fl-Font): Switch from
+       Courier roman to Courier bold.  This congrues better with other
+       `Li` literals, which were not in boldface.
+
 2022-11-04  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * tmac/mdoc/doc-nroff (doc-Li-Font): Switch from roman to bold.
diff --git a/tmac/mdoc/doc-ditroff b/tmac/mdoc/doc-ditroff
index f43bf84dd..a0347256c 100644
--- a/tmac/mdoc/doc-ditroff
+++ b/tmac/mdoc/doc-ditroff
@@ -55,13 +55,13 @@
 .ds doc-page-section-font \f[R]
 .ds doc-Ad-font \f[I]
 .ds doc-Ar-font \f[CI]
-.ds doc-Cm-font \f[CB]
+.ds doc-Cm-font \f[CR]
 .ds doc-Em-font \f[I]
 .ds doc-Er-font \f[CR]
 .ds doc-Ev-font \f[CR]
 .ds doc-Fa-font \f[CI]
 .ds doc-Fd-font \f[CB]
-.ds doc-Fl-font \f[CB]
+.ds doc-Fl-font \f[CR]
 .ds doc-Fn-font \f[CB]
 .ds doc-Ft-font \f[CI]
 .ds doc-Ic-font \f[CB]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]