summaryrefslogtreecommitdiffstats
path: root/read.c
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 /read.c
parent5c488f049fc8ba35c593e62595b53c5e7baf56f8 (diff)
downloadmandoc-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/read.c b/read.c
index 7126c76d..b1991bec 100644
--- a/read.c
+++ b/read.c
@@ -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",