summaryrefslogtreecommitdiffstats
path: root/mandoc.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-15 07:01:51 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-15 07:01:51 +0000
commit4f14d32dcd946fddf1df23d122e4f4d6248e6bf9 (patch)
tree84cbffb2695342695e120169b852ba1c42677ddb /mandoc.c
parent63c50855905c3409df3d977f38d5877dc487bde6 (diff)
downloadmandoc-4f14d32dcd946fddf1df23d122e4f4d6248e6bf9.tar.gz
Documented EOS buffered spaces and added `]'.
Diffstat (limited to 'mandoc.c')
-rw-r--r--mandoc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mandoc.c b/mandoc.c
index 5ed306c6..43ccfb21 100644
--- a/mandoc.c
+++ b/mandoc.c
@@ -320,6 +320,8 @@ mandoc_eos(const char *p, size_t sz)
/* FALLTHROUGH */
case ('\''):
/* FALLTHROUGH */
+ case (']'):
+ /* FALLTHROUGH */
case (')'):
break;
case ('.'):