[BACK]Return to mdoc_html.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mdoc_html.c between version 1.97 and 1.98

version 1.97, 2010/07/19 11:06:31 version 1.98, 2010/07/19 11:11:54
Line 209  static const struct htmlmdoc mdocs[MDOC_MAX] = {
Line 209  static const struct htmlmdoc mdocs[MDOC_MAX] = {
         {mdoc_em_pre, NULL}, /* Em */          {mdoc_em_pre, NULL}, /* Em */
         {NULL, NULL}, /* Eo */          {NULL, NULL}, /* Eo */
         {mdoc_xx_pre, NULL}, /* Fx */          {mdoc_xx_pre, NULL}, /* Fx */
         {mdoc_ms_pre, NULL}, /* Ms */ /* FIXME: convert to symbol? */          {mdoc_ms_pre, NULL}, /* Ms */
         {NULL, NULL}, /* No */          {NULL, NULL}, /* No */
         {mdoc_ns_pre, NULL}, /* Ns */          {mdoc_ns_pre, NULL}, /* Ns */
         {mdoc_xx_pre, NULL}, /* Nx */          {mdoc_xx_pre, NULL}, /* Nx */

Legend:
Removed from v.1.97  
changed lines
  Added in v.1.98

CVSweb