summaryrefslogtreecommitdiffstats
path: root/mdoc_strings.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-12 12:40:44 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-12 12:40:44 +0000
commit725e38dea0823960cd95c9477c6434e08d2e787f (patch)
treefb184e3179a2ad36e7925369cf7f6e8abb605a08 /mdoc_strings.c
parent81a387c030a677e4c49c020a270294d21c564320 (diff)
downloadmandoc-725e38dea0823960cd95c9477c6434e08d2e787f.tar.gz
Made per-macro "now callable" COMPATIBILITY claims into a single "most macros callable".
Added COMPATIBILITY note on escaped special-character sequences. Vertical bar now correctly delimits (like in new groff).
Diffstat (limited to 'mdoc_strings.c')
-rw-r--r--mdoc_strings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdoc_strings.c b/mdoc_strings.c
index 1a8b031b..24bc2b00 100644
--- a/mdoc_strings.c
+++ b/mdoc_strings.c
@@ -147,6 +147,8 @@ mdoc_iscdelim(char p)
{
switch (p) {
+ case('|'):
+ /* FALLTHROUGH */
case('.'):
/* FALLTHROUGH */
case(','):