keithmarshall pushed a commit to branch dev-gropdf-boxes in repository groff.
commit 2051302b96b17c339dc126c2e1eff2ca802605a3 Author: G. Branden Robinson <[email protected]> AuthorDate: Mon Jan 4 17:10:20 2021 +1100 [troffrc]: Change hyphenation language us to en. --- tmac/troffrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tmac/troffrc b/tmac/troffrc index 2ba343e..d0d54b8 100644 --- a/tmac/troffrc +++ b/tmac/troffrc @@ -54,12 +54,12 @@ troffrc!html .el \ . do tr \[char65]\~ . -.\" Set the hyphenation language to 'us'. -.do hla us +.\" Set the hyphenation language to English. +.do hla en . .\" Load hyphenation patterns and exceptions. -.do hpf hyphen.us -.do hpfa hyphenex.us +.do hpf hyphen.en +.do hpfa hyphenex.en . .\" Handle paper formats. .do mso papersize.tmac _______________________________________________ Groff-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/groff-commit
