summaryrefslogtreecommitdiffstats
path: root/mandoc.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-11 17:16:51 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-11 17:16:51 +0000
commit5e455d86a5a5d8a59d1be5988f9769217208b603 (patch)
tree61b376a9356bdd6125f0fcc79ea8085475c7c28f /mandoc.h
parent4daa963c181b90eb8758f9cf7064f5926c509ced (diff)
downloadmandoc-5e455d86a5a5d8a59d1be5988f9769217208b603.tar.gz
style message about missing .Fn markup; inspired by mdoclint
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 99f84254..67abe210 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -52,6 +52,7 @@ enum mandocerr {
MANDOCERR_ER_REP, /* duplicate errno: Er ... */
MANDOCERR_ND_DOT, /* description line ends with a full stop */
MANDOCERR_DELIM, /* no blank before trailing delimiter: macro ... */
+ MANDOCERR_FUNC, /* function name without markup: name() */
MANDOCERR_WARNING, /* ===== start of warnings ===== */