=================================================================== RCS file: /cvs/mandoc/out.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- mandoc/out.c 2010/08/24 12:18:49 1.25 +++ mandoc/out.c 2010/08/24 13:07:01 1.26 @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.25 2010/08/24 12:18:49 kristaps Exp $ */ +/* $Id: out.c,v 1.26 2010/08/24 13:07:01 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -293,6 +293,12 @@ a2roffdeco(enum roffdeco *d, const char **word, size_t } else lim = 1; break; + case ('w'): + if ('\'' == wp[i++]) { + term = '\''; + break; + } + /* FALLTHROUGH */ default: *d = DECO_SSPECIAL; i--;