From 3c84a8756e31e78727093b906730287effd7819b Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 28 Apr 2013 18:30:41 +0200 Subject: [PATCH 1/1] Improve how mksubj.pl reports malformed .SA argument --- info/mksubj.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/mksubj.pl b/info/mksubj.pl index 406390985..2a3aef960 100644 --- a/info/mksubj.pl +++ b/info/mksubj.pl @@ -135,7 +135,7 @@ sub parse_file { if (/^\.SA "([^\"]*)"/) { parse_see_also($topic, $1); } else { - error("Incorrect .SA Syntax. Syntax should be '.SA \"item1, item2\"'"); + error("Incorrect .SA argument, expecting '.SA \"item1, item2\"'"); } } else { error(".SA request is missing"); -- 2.43.0