gbranden pushed a commit to branch master
in repository groff.

commit 6a9397f819a6b8151784a93c8af7638363232d03
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Aug 8 22:43:06 2024 -0500

    [doc-old]: Migrate from font name "C" to "CR".
    
    * tmac/doc-old.tmac: Migrate from font name "C" to "CR", fixing
      warnings.
    
      troff:.../doc-old.tmac:...: warning: cannot select font 'C'
    
    Also annotate control line that looks like an encore of Savannah #57622
    but isn't.
---
 ChangeLog         |  7 +++++++
 tmac/doc-old.tmac | 20 ++++++++++----------
 2 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 066867538..fb70d52f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-08-08  G. Branden Robinson <[email protected]>
+
+       * tmac/doc-old.tmac: Migrate from font name "C" to "CR", fixing
+       warnings.
+
+         troff:.../doc-old.tmac:...: warning: cannot select font 'C'
+
 2024-08-08  Bjarni Ingi Gislason <[email protected]>
 
        * tmac/doc-old.tmac: Drop spurious dot in control line.
diff --git a/tmac/doc-old.tmac b/tmac/doc-old.tmac
index 1c0589d7b..dc7fd90bf 100644
--- a/tmac/doc-old.tmac
+++ b/tmac/doc-old.tmac
@@ -46,9 +46,9 @@
 .\"    Emphasis (in the English sense - usually italics)
 .ds eM \fI
 .\"    Errno Style
-.ds eR \fC
+.ds eR \f(CR
 .\"    Environment Variable Style
-.ds eV \fC
+.ds eV \f(CR
 .\"    Command Line Flag Style
 .ds fL \f(CB
 .\"    Header String Style
@@ -56,7 +56,7 @@
 .\"    Interactive Command Style
 .ds iC \f(CB
 .\"    Literal Style
-.ds lI \fC
+.ds lI \f(CR
 .\"    Left Parenthesis Style
 .ds lP \fR\|(\|\fP
 .\"    Right Parenthesis Style
@@ -68,7 +68,7 @@
 .\"    Name (subject of manpage) Style
 .ds nM \f(CB
 .\"    Pathname Style
-.ds pA \fC
+.ds pA \f(CR
 .\"    Accepted punctuation string for -mdoc syntax
 .ds Pu \fR[.,:;(\^)[\^]\fR]
 .\"    Section Header Style
@@ -81,7 +81,7 @@
 .\"    Volume Title Style
 .ds Vs \fR
 .\"    Cross Reference STyle (man page only)
-.ds xR \fC
+.ds xR \f(CR
 .\"    Math *
 .tr *\(**
 .\}
@@ -136,7 +136,7 @@
 .\}
 .\"    INDENTS - Subheaders(sI), Text(Ti) between Section Headers and Subsects
 .if t \{\
-.      nr sI \w'\fC,'u*5
+.      nr sI \w'\f(CR,'u*5
 .      nr Ti \n(sIu
 .\}
 .if n \{\
@@ -265,7 +265,7 @@
 .\" Footer Margin
 .      nr Fm .5i
 .\}
-..
+.. \" pL
 .\" Adjustment mode
 .if n \{\
 .ad l
@@ -1110,9 +1110,9 @@
 .\"
 .\" sW returns number of characters in a string
 .if t \{\
-.nr fW \w'\fC,'
+.nr fW \w'\f(CR,'
 .de sW
-.nr sW \w'\fC\\$1'
+.nr sW \w'\f(CR\\$1'
 .\}
 .if n \{\
 .nr fW \w'0'
@@ -1256,7 +1256,7 @@
 .ie "\\*(iM"Op" \{\
 .      if \\n(aO .aO
 .if t \{\
-.      if (\\n(.lu-\\n(.ku-\\n(.ou-(2*\\n(fWu))<\w'\fC\\*(f1'u .br
+.      if (\\n(.lu-\\n(.ku-\\n(.ou-(2*\\n(fWu))<\w'\f(CR\\*(f1'u .br
 .\}
 .if n \{\
 .      nr aa \w'\\*(f1'u

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

Reply via email to