diff options
Diffstat (limited to 'mandoc_msg.c')
-rw-r--r-- | mandoc_msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mandoc_msg.c b/mandoc_msg.c index 3ec86744..7a127331 100644 --- a/mandoc_msg.c +++ b/mandoc_msg.c @@ -55,7 +55,6 @@ static const char *const type_message[MANDOCERR_MAX] = { "unknown architecture", "operating system explicitly specified", "RCS id missing", - "referenced manual not found", "generic style suggestion", @@ -69,6 +68,7 @@ static const char *const type_message[MANDOCERR_MAX] = { "consider using OS macro", "errnos out of order", "duplicate errno", + "referenced manual not found", "trailing delimiter", "no blank before trailing delimiter", "fill mode already enabled, skipping", |