groff-commit
[Top][All Lists]
Advanced

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

[groff] 18/49: [mdoc]: Set man page topic cross refs in italics.


From: G. Branden Robinson
Subject: [groff] 18/49: [mdoc]: Set man page topic cross refs in italics.
Date: Sun, 6 Nov 2022 00:37:19 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 52c79663f003b5986cd1609aecebe599530150f7
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Nov 3 06:25:07 2022 -0500

    [mdoc]: Set man page topic cross refs in italics.
    
    * tmac/mdoc/doc-ditroff (doc-Xr-font):
    * tmac/mdoc/doc-nroff (doc-Xr-font): Set man page topic cross references
      in italics.
---
 ChangeLog             | 6 ++++++
 tmac/mdoc/doc-ditroff | 2 +-
 tmac/mdoc/doc-nroff   | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5d7df0ddf..10f281ad2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-11-03  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/mdoc/doc-ditroff (doc-Xr-font):
+       * tmac/mdoc/doc-nroff (doc-Xr-font): Set man page topic cross
+       references in italics.
+
 2022-11-03  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * tmac/mdoc/doc-ditroff:
diff --git a/tmac/mdoc/doc-ditroff b/tmac/mdoc/doc-ditroff
index dc72da2d9..7f783f2df 100644
--- a/tmac/mdoc/doc-ditroff
+++ b/tmac/mdoc/doc-ditroff
@@ -76,7 +76,7 @@
 .ds doc-Sx-font \f[B]
 .ds doc-Tn-font \f[R]
 .ds doc-Va-font \f[I]
-.ds doc-Xr-font \f[CR]
+.ds doc-Xr-font \f[I]
 .
 .ds doc-left-parenthesis \f[R](\f[]
 .ds doc-right-parenthesis \f[R])\f[]
diff --git a/tmac/mdoc/doc-nroff b/tmac/mdoc/doc-nroff
index c554b2ed3..c4efff854 100644
--- a/tmac/mdoc/doc-nroff
+++ b/tmac/mdoc/doc-nroff
@@ -68,7 +68,7 @@
 .ds doc-Sx-font \f[I]
 .ds doc-Tn-font \f[R]
 .ds doc-Va-font \f[I]
-.ds doc-Xr-font \f[R]
+.ds doc-Xr-font \f[I]
 .
 .ds doc-left-parenthesis \f[R](\f[]
 .ds doc-right-parenthesis \f[R])\f[]



reply via email to

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