diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-02-06 03:38:45 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-02-06 03:38:45 +0000 |
commit | f1b8e7051e92af5f6c90c234ea75598ee7976318 (patch) | |
tree | e89f39da84ae391f6274db2c8a96f024fdf27709 /read.c | |
parent | 5c488f049fc8ba35c593e62595b53c5e7baf56f8 (diff) | |
download | mandoc-f1b8e7051e92af5f6c90c234ea75598ee7976318.tar.gz |
better handle .Fo and .Fd without argument
better handle .Fo with more than one argument
Diffstat (limited to 'read.c')
-rw-r--r-- | read.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "list type is not the first argument", "missing -width in -tag list, using 8n", "missing utility name, using \"\"", + "missing function name, using \"\"", "empty head in list item", "empty list item", "missing font type, using \\fR", |