summaryrefslogtreecommitdiffstats
path: root/read.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-02-04 18:03:47 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-02-04 18:03:47 +0000
commit8f9b15dd975dad4bc924d043c2869fa1edfaa1b0 (patch)
treed8ba17e383559d88a775b62283d9b479d9ab7dcb /read.c
parent4b11a0d9e89857f2dca95de899e7a6a4115e4c1a (diff)
downloadmandoc-8f9b15dd975dad4bc924d043c2869fa1edfaa1b0.tar.gz
discard .Rs head arguments and improve .Rs diagnostics
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 0a5add74..7126c76d 100644
--- a/read.c
+++ b/read.c
@@ -147,6 +147,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"missing font type, using \\fR",
"unknown font type, using \\fR",
"nothing follows prefix",
+ "empty reference block",
"missing -std argument, adding it",
"missing eqn box, using \"\"",