=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.175 retrieving revision 1.176 diff -u -p -r1.175 -r1.176 --- mandoc/mdoc_term.c 2010/07/19 11:06:31 1.175 +++ mandoc/mdoc_term.c 2010/07/19 11:11:54 1.176 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.175 2010/07/19 11:06:31 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.176 2010/07/19 11:11:54 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -208,7 +208,7 @@ static const struct termact termacts[MDOC_MAX] = { { termp_under_pre, NULL }, /* Em */ { NULL, NULL }, /* Eo */ { termp_xx_pre, NULL }, /* Fx */ - { termp_bold_pre, NULL }, /* Ms */ /* FIXME: convert to symbol? */ + { termp_bold_pre, NULL }, /* Ms */ { NULL, NULL }, /* No */ { termp_ns_pre, NULL }, /* Ns */ { termp_xx_pre, NULL }, /* Nx */