summaryrefslogtreecommitdiff
path: root/tmac/mdoc
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-11-04 08:00:29 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-11-04 22:58:15 -0500
commitc3ef5d7f3d4032766f6092787b1446d636c61999 (patch)
tree8215ea84338563f2b60df38bed61b3a86e2ac3b0 /tmac/mdoc
parent27055b367f3eee6ea2e598b449d05e05f75fcf60 (diff)
downloadgroff-git-c3ef5d7f3d4032766f6092787b1446d636c61999.tar.gz
[mdoc]: Use bold for `Li` on terminal devices.
* tmac/mdoc/doc-nroff (doc-Li-Font): Switch from roman to bold. On typesetters, the use of Courier (roman) plainly distinguishes unquoted literals from their context. On terminals there was no such visible distinction. Fortunately, in groff_mdoc(7) itself, this does not result in a blinding blitz of boldface because the `Ql` (quoted literal) macro is so often used, and it maintains the roman style. This change further aligns groff mdoc(7) with groff man(7) style conventions. (Also see how we handle literals for typesetters and terminals in the "ms.ms" document.)
Diffstat (limited to 'tmac/mdoc')
-rw-r--r--tmac/mdoc/doc-nroff2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmac/mdoc/doc-nroff b/tmac/mdoc/doc-nroff
index 35deab386..a23c57b3d 100644
--- a/tmac/mdoc/doc-nroff
+++ b/tmac/mdoc/doc-nroff
@@ -57,7 +57,7 @@
.ds doc-Fn-font \f[B]
.ds doc-Ft-font \f[I]
.ds doc-Ic-font \f[B]
-.ds doc-Li-font \f[R]
+.ds doc-Li-font \f[B]
.ds doc-Lk-font \f[R]\"
.ds doc-Me-font \f[B]
.ds doc-Nm-font \f[B]