gbranden pushed a commit to branch master
in repository groff.
commit 2c21e3d9db5c63e44420d867630aa06658b3a522
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Jul 31 10:26:58 2023 -0500
[mdoc]: Set ellipses in roman.
* tmac/doc.tmac (doc-parse-args): Set ellipses in roman.
Thanks to Lennart Jablonka for reminding me of this issue on the
linux-man mailing list.
ANNOUNCE: Credit Lennart.
---
ANNOUNCE | 1 +
ChangeLog | 7 +++++++
tmac/doc.tmac | 2 +-
3 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/ANNOUNCE b/ANNOUNCE
index d729dbe5e..f07e7446d 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -183,6 +183,7 @@ Doug McIlroy
Eloi Montañés
Frederic Chartier
Heinz-Jürgen Oertel
+Lennart Jablonka
Michał Kruszewski
Mike Fulton
Nikita Ivanov
diff --git a/ChangeLog b/ChangeLog
index e34b740b9..b7bfef1de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-07-31 G. Branden Robinson <[email protected]>
+
+ * tmac/doc.tmac (doc-parse-args): Set ellipses in roman.
+
+ Thanks to Lennart Jablonka for reminding me of this issue on the
+ linux-man mailing list.
+
2023-07-29 G. Branden Robinson <[email protected]>
* src/libs/libgroff/fontfile.cpp (font::open_file): Do more
diff --git a/tmac/doc.tmac b/tmac/doc.tmac
index 70ec41ea2..6267d2a08 100644
--- a/tmac/doc.tmac
+++ b/tmac/doc.tmac
@@ -359,7 +359,7 @@
. ie "\$1"|" \
. ds doc-arg\n[doc-arg-count] \f[R]|\f[]
. el \{ .ie "\$1"..." \
-. ds doc-arg\n[doc-arg-count] \|.\|.\|.
+. ds doc-arg\n[doc-arg-count] \f[R]\|.\|.\|.\f[]
. el \
. ds doc-arg\n[doc-arg-count] "\$1
. \}
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit