=================================================================== RCS file: /cvs/mandoc/out.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- mandoc/out.c 2009/11/08 09:23:35 1.10 +++ mandoc/out.c 2009/11/12 08:21:05 1.11 @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.10 2009/11/08 09:23:35 kristaps Exp $ */ +/* $Id: out.c,v 1.11 2009/11/12 08:21:05 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -330,6 +330,11 @@ a2roffdeco(enum roffdeco *d, case ('['): break; + + case ('c'): + *d = DECO_NOSPACE; + *sz = 1; + return(1); default: *d = DECO_SPECIAL;