bug-groff
[Top][All Lists]
Advanced

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

[bug #55789] tmac/doc-syms-u: Some abbreviations are missing.


From: Bjarni Ingi Gislason
Subject: [bug #55789] tmac/doc-syms-u: Some abbreviations are missing.
Date: Sat, 1 Feb 2020 17:58:14 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #2, bug #55789 (project groff):



  Following is still used in "mdoc.7" from "mandoc-1.14.5" (10th March 2019)

Output is from: test-groff -b -e -mandoc -T utf8 -rF0 -t -w w -z

<mdoc.7>: mdoc warning: .St: Unknown standard abbreviation '-susv1' (#2402)
              Please refer to the groff_mdoc(7) manpage for a
              list of available standard abbreviations.
<mdoc.7>: mdoc warning: .St: Unknown standard abbreviation '-xsh4.2' (#2411)
              Please refer to the groff_mdoc(7) manpage for a
              list of available standard abbreviations.
<mdoc.7>: mdoc warning: .St: Unknown standard abbreviation '-susv4' (#2473)
              Please refer to the groff_mdoc(7) manpage for a
              list of available standard abbreviations.

  These strings are defined in "st.c" and only used in "mdoc.7".

  The simplest fix is to define them where the other strings are
(tmac/doc-syms-u):

>From 187d702f3cb7193228194c94aa3a4c944846b2b5 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Sat, 1 Feb 2020 22:32:29 +0000
Subject: [PATCH] doc-syms-u: Add definitions of some standard abbreviations

  Add the following definition for "susv1", "susv4", and "xsh4.2"

Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
 tmac/doc-syms-u | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tmac/doc-syms-u b/tmac/doc-syms-u
index 7113f722..b86011cf 100644
--- a/tmac/doc-syms-u
+++ b/tmac/doc-syms-u
@@ -662,10 +662,14 @@
 .as doc-str-St--iso9945-2-93   " (\*[Lq]\)\*[Px]\*[doc-str-St].2\*[Rq])
 .
 .\" X/Open
+.ds doc-str-St--susv1          Version\~1 of the Single
\*[doc-Tn-font-size]UNIX\*[doc-str-St] Specification
+.as doc-str-St--susv1          "
(\*[Lq]\*[doc-Tn-font-size]SUSv1\*[doc-str-St]\*[Rq])
 .ds doc-str-St--susv2          Version\~2 of the Single
\*[doc-Tn-font-size]UNIX\*[doc-str-St] Specification
 .as doc-str-St--susv2          "
(\*[Lq]\*[doc-Tn-font-size]SUSv2\*[doc-str-St]\*[Rq])
 .ds doc-str-St--susv3          Version\~3 of the Single
\*[doc-Tn-font-size]UNIX\*[doc-str-St] Specification
 .as doc-str-St--susv3          "
(\*[Lq]\*[doc-Tn-font-size]SUSv3\*[doc-str-St]\*[Rq])
+.ds doc-str-St--susv4          Version\~4 of the Single
\*[doc-Tn-font-size]UNIX\*[doc-str-St] Specification
+.as doc-str-St--susv4          "
(\*[Lq]\*[doc-Tn-font-size]SUSv4\*[doc-str-St]\*[Rq])
 .ds doc-str-St--svid4          System\~V Interface Definition, Fourth
Edition
 .as doc-str-St--svid4          "
(\*[Lq]\*[doc-Tn-font-size]SVID\*[doc-str-St]\^4\*[Rq])
 .ds doc-str-St--xbd5           \*[doc-Tn-font-size]X/Open\*[doc-str-St] Base
Definitions Issue\~5
@@ -684,6 +688,8 @@
 .as doc-str-St--xpg4           "
(\*[Lq]\*[doc-Tn-font-size]XPG\*[doc-str-St]\^4\*[Rq])
 .ds doc-str-St--xpg4.2         \*[doc-Tn-font-size]X/Open\*[doc-str-St]
Portability Guide Issue\~4, Version\~2
 .as doc-str-St--xpg4.2         "
(\*[Lq]\*[doc-Tn-font-size]XPG\*[doc-str-St]\^4.2\*[Rq])
+.ds doc-str-St--xsh4.2         \*[doc-Tn-font-size]X/Open\*[doc-str-St]
System Interfaces and Headers Issue\~4.2
+.as doc-str-St--xsh4.2         "
(\*[Lq]\*[doc-Tn-font-size]XSH\*[doc-str-St]\^4.2\*[Rq])
 .ds doc-str-St--xsh5           \*[doc-Tn-font-size]X/Open\*[doc-str-St]
System Interfaces and Headers Issue\~5
 .as doc-str-St--xsh5           "
(\*[Lq]\*[doc-Tn-font-size]XSH\*[doc-str-St]\^5\*[Rq])
 .
-- 
2.24.1



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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