summaryrefslogtreecommitdiffstats
path: root/strings.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-14 05:36:07 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-14 05:36:07 +0000
commitc7786fc13e7b2236e756f79950f7ababcac56545 (patch)
tree153a7e0702d4a312ebad3441c7599b515b1dab07 /strings.c
parent87db307812249df3244dcee240f1c1684d76014e (diff)
downloadmandoc-c7786fc13e7b2236e756f79950f7ababcac56545.tar.gz
Bumped version.
Added \| (non-breaking space, like \&). Fixed termsym (TERMSYM_ALL).
Diffstat (limited to 'strings.c')
-rw-r--r--strings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/strings.c b/strings.c
index 0feb7141..cd623833 100644
--- a/strings.c
+++ b/strings.c
@@ -89,6 +89,8 @@ mdoc_isescape(const char *p)
/* FALLTHROUGH */
case (' '):
/* FALLTHROUGH */
+ case ('|'):
+ /* FALLTHROUGH */
case ('&'):
/* FALLTHROUGH */
case ('.'):