summaryrefslogtreecommitdiffstats
path: root/mandoc.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-02-06 03:38:45 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-02-06 03:38:45 +0000
commitf1b8e7051e92af5f6c90c234ea75598ee7976318 (patch)
treee89f39da84ae391f6274db2c8a96f024fdf27709 /mandoc.h
parent5c488f049fc8ba35c593e62595b53c5e7baf56f8 (diff)
downloadmandoc-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mandoc.h b/mandoc.h
index 0be99722..9d365cb3 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -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 */