=================================================================== RCS file: /cvs/mandoc/out.c,v retrieving revision 1.18 retrieving revision 1.20 diff -u -p -r1.18 -r1.20 --- mandoc/out.c 2010/07/18 22:55:06 1.18 +++ mandoc/out.c 2010/07/19 07:53:40 1.20 @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.18 2010/07/18 22:55:06 kristaps Exp $ */ +/* $Id: out.c,v 1.20 2010/07/19 07:53:40 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -218,8 +218,14 @@ a2roffdeco(enum roffdeco *d, const char **word, size_t break; } break; + case ('M'): + /* FALLTHROUGH */ + case ('m'): + /* FALLTHROUGH */ case ('*'): - *d = DECO_RESERVED; + if ('*' == c) + *d = DECO_RESERVED; + switch (wp[i++]) { case ('('): lim = 2;