=================================================================== RCS file: /cvs/mandoc/chars.c,v retrieving revision 1.73 retrieving revision 1.74 diff -u -p -r1.73 -r1.74 --- mandoc/chars.c 2017/08/23 13:01:29 1.73 +++ mandoc/chars.c 2018/08/19 23:48:36 1.74 @@ -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 * Copyright (c) 2011, 2014, 2015, 2017 Ingo Schwarze @@ -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. */