=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Attic/mdoc_strings.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/mandoc/Attic/mdoc_strings.c 2009/06/15 03:42:51 1.4 --- src/usr.bin/mandoc/Attic/mdoc_strings.c 2009/06/18 01:19:02 1.5 *************** *** 1,4 **** ! /* $Id: mdoc_strings.c,v 1.4 2009/06/15 03:42:51 schwarze Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: mdoc_strings.c,v 1.5 2009/06/18 01:19:02 schwarze Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * *************** *** 143,148 **** --- 143,150 ---- { switch (p) { + case('|'): + /* FALLTHROUGH */ case('.'): /* FALLTHROUGH */ case(','):