summaryrefslogtreecommitdiffstats
path: root/read.c
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 /read.c
parent4daa963c181b90eb8758f9cf7064f5926c509ced (diff)
downloadmandoc-5e455d86a5a5d8a59d1be5988f9769217208b603.tar.gz
style message about missing .Fn markup; inspired by mdoclint
Diffstat (limited to 'read.c')
-rw-r--r--read.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/read.c b/read.c
index 609594ae..0db43ef3 100644
--- a/read.c
+++ b/read.c
@@ -94,6 +94,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"duplicate errno",
"description line ends with a full stop",
"no blank before trailing delimiter",
+ "function name without markup",
"generic warning",