[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 05/26: groff_ms(7): Fix unescaped hyphens.
From: |
G. Branden Robinson |
Subject: |
[groff] 05/26: groff_ms(7): Fix unescaped hyphens. |
Date: |
Thu, 14 Nov 2024 11:54:07 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit ed2b10c16044e42d29d385abbc0bff25d4be4255
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Nov 10 21:08:50 2024 -0600
groff_ms(7): Fix unescaped hyphens.
---
tmac/groff_ms.7.man | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tmac/groff_ms.7.man b/tmac/groff_ms.7.man
index a5387c33f..a9e1c75a7 100644
--- a/tmac/groff_ms.7.man
+++ b/tmac/groff_ms.7.man
@@ -2753,8 +2753,8 @@ _
\[rs]*[8] Interpolate small letter sharp s.
\[rs]*[q] Interpolate small letter o with hook accent (ogonek).
\[rs]*[3] Interpolate small letter yogh.
-\[rs]*[d-] Interpolate small letter eth.
-\[rs]*[D-] Interpolate capital letter eth.
+\[rs]*[d\-] Interpolate small letter eth.
+\[rs]*[D\-] Interpolate capital letter eth.
\[rs]*[th] Interpolate small letter thorn.
\[rs]*[TH] Interpolate capital letter thorn.
\[rs]*[ae] Interpolate small ae ligature.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 05/26: groff_ms(7): Fix unescaped hyphens.,
G. Branden Robinson <=