diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2012-11-16 22:21:05 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2012-11-16 22:21:05 +0000 |
commit | fef2be9d4fbfa0fd7ac0a086c950c1ce9013a984 (patch) | |
tree | 81f4f49ee588e1bb33214f329f50637fe674b62d /read.c | |
parent | 82b810d5c731f9ec651a74358edd7bc1447233ba (diff) | |
download | mandoc-fef2be9d4fbfa0fd7ac0a086c950c1ce9013a984.tar.gz |
Warn about unknown volume or arch in Dt macro arguments;
patch written by Nicolas Joly <njoly at pasteur dot fr>.
Diffstat (limited to 'read.c')
-rw-r--r-- | read.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -95,6 +95,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "no title in document", "document title should be all caps", "unknown manual section", + "unknown manual volume or arch", "date missing, using today's date", "cannot parse date, using it verbatim", "prologue macros out of order", |