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

Diff for /mandoc/mandocdb.c between version 1.247 and 1.248

version 1.247, 2017/05/04 17:48:28 version 1.248, 2017/05/05 13:17:55
Line 305  static const struct mdoc_handler __mdocs[MDOC_MAX - MD
Line 305  static const struct mdoc_handler __mdocs[MDOC_MAX - MD
         { NULL, 0, 0 },  /* sp */          { NULL, 0, 0 },  /* sp */
         { NULL, 0, 0 },  /* %U */          { NULL, 0, 0 },  /* %U */
         { NULL, 0, 0 },  /* Ta */          { NULL, 0, 0 },  /* Ta */
         { NULL, 0, 0 },  /* ll */  
 };  };
 static  const struct mdoc_handler *const mdocs = __mdocs - MDOC_Dd;  static  const struct mdoc_handler *const mdocs = __mdocs - MDOC_Dd;
   

Legend:
Removed from v.1.247  
changed lines
  Added in v.1.248

CVSweb