URL:
  <https://savannah.gnu.org/bugs/?59528>

                 Summary: [PATCH] doc/ms.ms: Warnings from "test-groff -Tdvi
-ms -t -z ms.ms":
                 Project: GNU troff
            Submitted by: bjarniig
            Submitted on: Tue 24 Nov 2020 12:53:48 AM UTC
                Category: None
                Severity: 3 - Normal
              Item Group: Warning/Suspicious behaviour
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

>From 21ae923aa10a63e4ef84430504a936117aaf7453 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <[email protected]>
Subject: [PATCH] doc/ms.ms: Warnings from "test-groff -Tdvi -ms -t -z ms.ms":

troff: backtrace: 'ms.ms':6: composite character 'pp'
troff: backtrace: file 'ms.ms':254
troff: ms.ms:254: warning: can't find numbered character 182

  and more lines

  There is no character number 182 in dvi-fonts.

  In other fonts this is the character \[ps], the paragraph symbol.

  Fixed by substituting "\N'182'" with "\(ps".

Signed-off-by: Bjarni Ingi Gislason <[email protected]>
---
 doc/ms.ms | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ms.ms b/doc/ms.ms
index 8d4bcf23..6498d854 100644
--- a/doc/ms.ms
+++ b/doc/ms.ms
@@ -3,7 +3,7 @@
 \s-1\\$1\s0\\$2
 ..
 .\" Paragraph symbol
-.ie t .char \(pp \N'182'
+.ie t .char \(pp \(ps
 .el .char \(pp para.
 .\".RP
 .nr LL 6.8i
-- 
2.29.2






    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?59528>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/


Reply via email to