diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-24 01:58:33 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-01-24 01:58:33 +0000 |
commit | 991c1bddc9c3575802d343811e28c260b842dc84 (patch) | |
tree | 5aa08b22b4a4ceb0455bb8a67cfc91a2e0a1cfb9 /read.c | |
parent | 4d5758c224d49c1ba03a52b3d534ecba57dab18d (diff) | |
download | mandoc-991c1bddc9c3575802d343811e28c260b842dc84.tar.gz |
Support .RE with an argument; needed for audio/pms(1).
Diffstat (limited to 'read.c')
-rw-r--r-- | read.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |