=================================================================== RCS file: /cvs/mandoc/out.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- mandoc/out.c 2010/08/24 13:56:51 1.28 +++ mandoc/out.c 2010/08/29 11:28:09 1.29 @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.28 2010/08/24 13:56:51 kristaps Exp $ */ +/* $Id: out.c,v 1.29 2010/08/29 11:28:09 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -315,6 +315,8 @@ a2roffdeco(enum roffdeco *d, const char **word, size_t } else lim = 1; break; + case ('o'): + /* FALLTHROUGH */ case ('w'): if ('\'' == wp[i++]) { term = '\'';