groff-commit
[Top][All Lists]
Advanced

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

[groff] 03/19: [contrib,man,src,tmac]: Fix man page cross refs.


From: G. Branden Robinson
Subject: [groff] 03/19: [contrib,man,src,tmac]: Fix man page cross refs.
Date: Sun, 22 Sep 2024 00:33:02 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit f8363855fb15970ed59da36d080a8a0686a7892b
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Sep 17 09:42:52 2024 -0500

    [contrib,man,src,tmac]: Fix man page cross refs.
    
    Ensure that groff commands that can be prefixed use the applicable
    prefix in `MR` citations of their man pages.
---
 contrib/gdiffmk/gdiffmk.1.man     | 4 ++--
 man/groff_char.7.man              | 2 +-
 man/groff_tmac.5.man              | 2 +-
 src/devices/grolj4/grolj4.1.man   | 2 +-
 src/devices/grotty/grotty.1.man   | 2 +-
 src/roff/groff/groff.1.man        | 6 +++---
 src/utils/xtotroff/xtotroff.1.man | 2 +-
 tmac/groff_trace.7.man            | 2 +-
 8 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/contrib/gdiffmk/gdiffmk.1.man b/contrib/gdiffmk/gdiffmk.1.man
index 0f4528941..6a5c3704f 100644
--- a/contrib/gdiffmk/gdiffmk.1.man
+++ b/contrib/gdiffmk/gdiffmk.1.man
@@ -320,8 +320,8 @@ developers.
 .\" ====================================================================
 .
 .MR groff @MAN1EXT@ ,
-.MR nroff @MAN1EXT@ ,
-.MR gtroff @MAN1EXT@ ,
+.MR @g@nroff @MAN1EXT@ ,
+.MR @g@troff @MAN1EXT@ ,
 .MR roff @MAN7EXT@ ,
 .MR diff @MAN1EXT@
 .
diff --git a/man/groff_char.7.man b/man/groff_char.7.man
index 633172711..c6ee48220 100644
--- a/man/groff_char.7.man
+++ b/man/groff_char.7.man
@@ -2250,7 +2250,7 @@ which extends and in some cases overrides the definitions 
listed above.
 .
 .P
 .MR groff @MAN1EXT@ ,
-.MR troff @MAN1EXT@ ,
+.MR @g@troff @MAN1EXT@ ,
 .MR groff @MAN7EXT@
 .
 .
diff --git a/man/groff_tmac.5.man b/man/groff_tmac.5.man
index 5bb82ec89..8b5ca1212 100644
--- a/man/groff_tmac.5.man
+++ b/man/groff_tmac.5.man
@@ -1460,7 +1460,7 @@ summarizes the language recognized by GNU
 .
 .
 .TP
-.MR troff @MAN1EXT@
+.MR @g@troff @MAN1EXT@
 documents the default macro file search path.
 .
 .
diff --git a/src/devices/grolj4/grolj4.1.man b/src/devices/grolj4/grolj4.1.man
index 617e0e4c2..b29ce1160 100644
--- a/src/devices/grolj4/grolj4.1.man
+++ b/src/devices/grolj4/grolj4.1.man
@@ -725,7 +725,7 @@ The differences in glyph metrics may be particularly 
noticeable with
 composite parentheses,
 brackets,
 and braces used by
-.MR eqn @MAN1EXT@ .
+.MR @g@eqn @MAN1EXT@ .
 .
 A script,
 located in
diff --git a/src/devices/grotty/grotty.1.man b/src/devices/grotty/grotty.1.man
index dd44b12b2..2a50a7fc5 100644
--- a/src/devices/grotty/grotty.1.man
+++ b/src/devices/grotty/grotty.1.man
@@ -641,7 +641,7 @@ defines fallback characters for use with
 .I grotty.
 .
 See
-.MR nroff @MAN1EXT@ .
+.MR @g@nroff @MAN1EXT@ .
 .
 .
 .\" ====================================================================
diff --git a/src/roff/groff/groff.1.man b/src/roff/groff/groff.1.man
index 26111fe81..0c26cb658 100644
--- a/src/roff/groff/groff.1.man
+++ b/src/roff/groff/groff.1.man
@@ -1668,7 +1668,7 @@ diagram into a cropped image.
 .P
 Another set of programs works with the bibliographic data files used
 by the
-.MR refer @MAN1EXT@
+.MR @g@refer @MAN1EXT@
 preprocessor.
 .
 .
@@ -2102,7 +2102,7 @@ executable commands.
 .TP
 .I @COMMON_WORDS_FILE@
 List of common words for
-.MR indxbib @MAN1EXT@ .
+.MR @g@indxbib @MAN1EXT@ .
 .
 .
 .TP
@@ -2115,7 +2115,7 @@ Directory for data files.
 Default index for
 .MR lkbib @MAN1EXT@
 and
-.MR refer @MAN1EXT@ .
+.MR @g@refer @MAN1EXT@ .
 .
 .
 .TP
diff --git a/src/utils/xtotroff/xtotroff.1.man 
b/src/utils/xtotroff/xtotroff.1.man
index b6bf025fc..f764481ab 100644
--- a/src/utils/xtotroff/xtotroff.1.man
+++ b/src/utils/xtotroff/xtotroff.1.man
@@ -225,7 +225,7 @@ by Jim Flowers and Stephen Gildea.
 .MR X 7 ,
 .MR groff @MAN1EXT@ ,
 .MR gxditview @MAN1EXT@ ,
-.MR troff @MAN1EXT@ ,
+.MR @g@troff @MAN1EXT@ ,
 .MR groff_font @MAN5EXT@
 .
 .
diff --git a/tmac/groff_trace.7.man b/tmac/groff_trace.7.man
index 9c9ca0d59..6237ae737 100644
--- a/tmac/groff_trace.7.man
+++ b/tmac/groff_trace.7.man
@@ -302,7 +302,7 @@ document formatting system.
 .
 .
 .TP
-.MR troff @MAN1EXT@
+.MR @g@troff @MAN1EXT@
 supplies details of the
 .B \-m
 command-line option.



reply via email to

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