gbranden pushed a commit to branch master
in repository groff.

commit d3632851e229795890d3cad64a52881e72a56698
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed Sep 11 08:19:55 2024 -0500

    groff(1), soelim(1): Hyperlink more xrefs.
    
    * src/preproc/soelim/soelim.1.man (Description):
    * src/roff/groff/groff.1.man (groff-specific options, Usage)
      (Getting started): Hyperlink man page cross references on first
      occurrences.
    
    Fixes <https://savannah.gnu.org/bugs/?66103>.  Thanks to Helge
    Kreutzmann and the manpage-l10n project for the report.
    
    ANNOUNCE: Acknowlede Helge.
---
 ANNOUNCE                        |  1 +
 ChangeLog                       | 10 ++++++++++
 src/preproc/soelim/soelim.1.man |  2 +-
 src/roff/groff/groff.1.man      | 10 +++++-----
 4 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/ANNOUNCE b/ANNOUNCE
index a008ae5a2..74a5e44aa 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -176,6 +176,7 @@ Frederic Chartier
 Gavin Smith
 Hans Bezemer
 Heinz-Jürgen Oertel
+Helge Kreutzmann, manpages-l10n project
 Ian Ropers
 Ingo Schwarze
 Jeff Conrad
diff --git a/ChangeLog b/ChangeLog
index b853ece09..8bd39aa00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,16 @@
        might not notice right away.  Fixes problem introduced by me in
        commit 3bb13e4752, 4 September.
 
+2024-09-11  G. Branden Robinson <[email protected]>
+
+       * src/preproc/soelim/soelim.1.man (Description):
+       * src/roff/groff/groff.1.man (groff-specific options, Usage)
+       (Getting started): Hyperlink man page cross references on first
+       occurrences.
+
+       Fixes <https://savannah.gnu.org/bugs/?66103>.  Thanks to Helge
+       Kreutzmann and the manpage-l10n project for the report.
+
 2024-09-11  G. Branden Robinson <[email protected]>
 
        * src/preproc/html/pre-html.cpp (html_system): Improve report of
diff --git a/src/preproc/soelim/soelim.1.man b/src/preproc/soelim/soelim.1.man
index 25fda86db..4f5193f39 100644
--- a/src/preproc/soelim/soelim.1.man
+++ b/src/preproc/soelim/soelim.1.man
@@ -300,7 +300,7 @@ files sourced with
 are normally read
 .I only
 by the formatter,
-.IR @g@troff .
+.MR @g@troff @MAN1EXT@ .
 .
 .I @g@soelim
 is
diff --git a/src/roff/groff/groff.1.man b/src/roff/groff/groff.1.man
index aa66cec0e..26111fe81 100644
--- a/src/roff/groff/groff.1.man
+++ b/src/roff/groff/groff.1.man
@@ -9,7 +9,7 @@ document formatting system
 .\" Legal Terms
 .\" ====================================================================
 .\"
-.\" Copyright (C) 1989-2023 Free Software Foundation, Inc.
+.\" Copyright (C) 1989-2024 Free Software Foundation, Inc.
 .\"
 .\" This file is part of groff, the GNU roff type-setting system.
 .\"
@@ -479,9 +479,9 @@ Operate in unsafe mode.
 passes the
 .B \-U
 option to
-.I @g@pic
+.MR @g@pic @MAN1EXT@
 and
-.IR @g@troff .
+.MR @g@troff @MAN1EXT@ .
 .
 .
 .TP
@@ -696,7 +696,7 @@ output drivers
 (or \[lq]postprocessors\[rq]),
 and a suite of utilities,
 with the formatter program
-.I @g@troff
+.MR @g@troff @MAN1EXT@
 at its heart.
 .
 See
@@ -745,7 +745,7 @@ Hello, world!
 .
 .P
 We used a
-.I sed
+.MR sed 1
 command only to eliminate the 65 blank lines that would otherwise flood
 the terminal screen.
 .

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

Reply via email to