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 /mandoc.h | |
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 'mandoc.h')
-rw-r--r-- | mandoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ enum mandocerr { MANDOCERR_BL_LATETYPE, /* list type is not the first argument: Bl arg */ MANDOCERR_BL_NOWIDTH, /* missing -width in -tag list, using 8n */ MANDOCERR_EX_NONAME, /* missing utility name, using "": Ex */ + MANDOCERR_FO_NOHEAD, /* missing function name, using "": Fo */ MANDOCERR_IT_NOHEAD, /* empty head in list item: Bl -type It */ MANDOCERR_IT_NOBODY, /* empty list item: Bl -type It */ MANDOCERR_BF_NOFONT, /* missing font type, using \fR: Bf */ |