aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/read.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-01-24 01:58:33 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-01-24 01:58:33 +0000
commit84a5436e156c4265426ca376f5654c53dd3ac23b (patch)
treee0d1d8f95b1f4746a91962cac4a9025f9783b64d /read.c
parent69bcff21a66e9383494117c083c088d16c778512 (diff)
downloadmandoc-84a5436e156c4265426ca376f5654c53dd3ac23b.tar.gz
mandoc-84a5436e156c4265426ca376f5654c53dd3ac23b.tar.zst
mandoc-84a5436e156c4265426ca376f5654c53dd3ac23b.zip
Support .RE with an argument; needed for audio/pms(1).
Diffstat (limited to 'read.c')
-rw-r--r--read.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/read.c b/read.c
index 0f79bed6..70fe8240 100644
--- a/read.c
+++ b/read.c
@@ -1,4 +1,4 @@
-/* $Id: read.c,v 1.114 2015/01/22 21:38:16 schwarze Exp $ */
+/* $Id: read.c,v 1.115 2015/01/24 01:58:33 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -195,6 +195,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"skipping item outside list",
"skipping column outside column list",
"skipping end of block that is not open",
+ "fewer RS blocks open, skipping",
"inserting missing end of block",
"appending missing end of block",