From 092ab66d9beccc323010ab2672c3c62e417f6a28 Mon Sep 17 00:00:00 2001 From: Ali Gholami Rudi Date: Sat, 31 Mar 2018 13:44:57 +0430 Subject: [PATCH] neatroff.ms: fix the order of the arguments of .hpf Reported by Pierre-Jean . --- demo/neatroff.ms | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/neatroff.ms b/demo/neatroff.ms index 5055f32..ac242aa 100644 --- a/demo/neatroff.ms +++ b/demo/neatroff.ms @@ -317,11 +317,11 @@ Specify hyphenation inhibiting characters. Words containing any of the given characters are not hyphenated, unless after dashes (characters specified via \&.hydash) or hyphenation indicators (\\%). -.NR "\&.hpf H P C" "\-" "English" "\-" +.NR "\&.hpf P H C" "\-" "English" "\-" Set hyphenation files for patterns, exceptions, and mappings. With no arguments, loads English hyphenation patterns and exceptions. -.NR "\&.hpfa H P C" "\-" "English" "\-" +.NR "\&.hpfa P H C" "\-" "English" "\-" Like, \&.hpf, but do not clear the previous hyphenation patterns. .NR "\&.hcode abcd..." "\-" "none" "\-" -- 2.11.4.GIT