aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit16ede3e649bf837494504cc2463707e031e36a4e (patch)
tree492a338034e26f2315df9a0095a5a81343f38ee8 /mandoc.c
parent164c2ced881cacd1340af5361de6bb6bf55b1b51 (diff)
downloadmandoc-16ede3e649bf837494504cc2463707e031e36a4e.tar.gz
mandoc-16ede3e649bf837494504cc2463707e031e36a4e.tar.zst
mandoc-16ede3e649bf837494504cc2463707e031e36a4e.zip
Documented EOS buffered spaces and added `]'.
Diffstat (limited to 'mandoc.c')
-rw-r--r--mandoc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mandoc.c b/mandoc.c
index adfafe84..3ade0787 100644
--- a/mandoc.c
+++ b/mandoc.c
@@ -1,4 +1,4 @@
-/* $Id: mandoc.c,v 1.14 2010/05/15 06:48:13 kristaps Exp $ */
+/* $Id: mandoc.c,v 1.15 2010/05/15 07:01:51 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -320,6 +320,8 @@ mandoc_eos(const char *p, size_t sz)
/* FALLTHROUGH */
case ('\''):
/* FALLTHROUGH */
+ case (']'):
+ /* FALLTHROUGH */
case (')'):
break;
case ('.'):