gbranden pushed a commit to branch master
in repository groff.
commit ecf6d8f8abfcb76c4f17299489b04c92e69302b0
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Mar 24 01:56:55 2024 -0500
tmac/doc.tmac (Xr): Fix copy-and-paste error.
* tmac/doc.tmac (Xr): Fix copy-and-paste error that made all man page
hyperlinks "internal". Continues commit 4c59005ba0, 16 March.
---
ChangeLog | 6 ++++++
tmac/doc.tmac | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 2ac528f9d..f4fe35c0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-03-24 G. Branden Robinson <[email protected]>
+
+ * tmac/doc.tmac (Xr): Fix copy-and-paste error that made all man
+ page hyperlinks "internal". Continues commit 4c59005ba0, 16
+ March.
+
2024-03-16 G. Branden Robinson <[email protected]>
* tmac/an.tmac (an*scan-string-for-backslash): Choose an escape
diff --git a/tmac/doc.tmac b/tmac/doc.tmac
index b299349ed..07799e433 100644
--- a/tmac/doc.tmac
+++ b/tmac/doc.tmac
@@ -4727,7 +4727,7 @@ arguments
. ds doc-destination-bookmark-tag-Xr \
"\*[doc-target-identifier-Xr](\*[doc-target-section-Xr])
. pdf:lookup \*[doc-destination-bookmark-tag-Xr]
-. ie !'\\*[pdf:lookup-result]'' \
+. ie !'\*[pdf:lookup-result]'' \
. pdfhref L -S -D \*[doc-destination-bookmark-tag-Xr]
. el \
. doc-begin-hyperlink-\*[.T] \*[doc-target-uri-Xr]
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit