aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/chars.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-08-19 23:48:36 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-08-19 23:48:36 +0000
commit65ccb4fd8fbdba6a2a583556cab2af845fbe4a1b (patch)
treeedc464eec711025f41e0b6a8f37ab66acefb0a30 /chars.c
parentf59d346a3550ec74fef122b653ac3bc9c55cef50 (diff)
downloadmandoc-65ccb4fd8fbdba6a2a583556cab2af845fbe4a1b.tar.gz
mandoc-65ccb4fd8fbdba6a2a583556cab2af845fbe4a1b.tar.zst
mandoc-65ccb4fd8fbdba6a2a583556cab2af845fbe4a1b.zip
Add the \) special character, a variant of \& so arcane that i
intentionally leave it undocumented. Abused for example in the groff(7) manual page.
Diffstat (limited to 'chars.c')
-rw-r--r--chars.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/chars.c b/chars.c
index fb9ded8b..21c6b59b 100644
--- a/chars.c
+++ b/chars.c
@@ -1,4 +1,4 @@
-/* $Id: chars.c,v 1.73 2017/08/23 13:01:29 schwarze Exp $ */
+/* $Id: chars.c,v 1.74 2018/08/19 23:48:36 schwarze Exp $ */
/*
* Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2011, 2014, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -50,6 +50,7 @@ static struct ln lines[] = {
{ "|", "", 0 },
{ "^", "", 0 },
{ "&", "", 0 },
+ { ")", "", 0 },
{ "%", "", 0 },
{ ":", ascii_break, 0 },
/* XXX The following three do not really belong here. */