bug-groff
[Top][All Lists]
Advanced

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

[bug #52982] [PATCH] an-old.tmac: Define register 'F' and macro 'IX' to


From: Bjarni Ingi Gislason
Subject: [bug #52982] [PATCH] an-old.tmac: Define register 'F' and macro 'IX' to avoid warnings
Date: Fri, 26 Jan 2018 17:35:19 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

URL:
  <http://savannah.gnu.org/bugs/?52982>

                 Summary: [PATCH] an-old.tmac: Define register 'F' and macro
'IX' to avoid  warnings
                 Project: GNU troff
            Submitted by: bjarniig
            Submitted on: Fri 26 Jan 2018 10:35:18 PM UTC
                Category: Macro - man
                Severity: 3 - Normal
              Item Group: Wishlist
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

>From 89fa1385780c2121ad62f7fa836bc258ef277dd5 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Fri, 26 Jan 2018 22:28:26 +0000
Subject: [PATCH] an-old.tmac: Define register 'F' and macro 'IX' to avoid
 warnings

Man pages created with "pod2man" use these.
Some other man pages use the macro.

Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
 tmac/an-old.tmac | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index c8bcc6f0..9ae3b9f9 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -686,6 +686,15 @@
 .  char  ` \N'96'
 .\}
 .
+.\" Define register "F" and macro "IX" to avoid warnings
+.\" Man pages created with "pod2man" use these
+.\" Some other man pages use the macro
+.if !r F .nr F 0
+.if !d IX \{\
+.de IX
+..
+.\}
+.
 .\" Load man macro extensions.
 .mso an-ext.tmac
 .
-- 
2.11.0






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52982>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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