chiark / gitweb /
Error handling: Fix messages resulting from bad directive arguments
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 26 Dec 2019 01:32:43 +0000 (01:32 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 30 Dec 2019 11:35:15 +0000 (11:35 +0000)
commitecbc3dad2da6cddc7562ce77807231d995f6353a
tree209fec5d29a8608269be231cf5a91c55ea6704ab
parent25f6a903cdc66a97dd3d2092aafe16800c450a53
Error handling: Fix messages resulting from bad directive arguments

"Unknown directive" is not necessarily accurate; another possibility
is that the directive is known but didn't match the parsing regexp
because of problems with the arguments.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
generate