=================================================================== RCS file: /cvs/mandoc/term.c,v retrieving revision 1.130 retrieving revision 1.131 diff -u -p -r1.130 -r1.131 --- mandoc/term.c 2010/04/03 12:46:35 1.130 +++ mandoc/term.c 2010/04/08 07:05:38 1.131 @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.130 2010/04/03 12:46:35 kristaps Exp $ */ +/* $Id: term.c,v 1.131 2010/04/08 07:05:38 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -526,10 +526,12 @@ term_word(struct termp *p, const char *word) p->flags |= TERMP_NOSPACE; } + /* + * Note that we don't process the pipe: the parser sees it as + * punctuation, but we don't in terms of typography. + */ if (sv[0] && 0 == sv[1]) switch (sv[0]) { - case('|'): - /* FALLTHROUGH */ case('('): /* FALLTHROUGH */ case('['):