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

Diff for /mandoc/mdoc_validate.c between version 1.276 and 1.277

version 1.276, 2015/02/06 16:06:25 version 1.277, 2015/02/10 08:05:30
Line 1815  static void
Line 1815  static void
 post_sh_see_also(POST_ARGS)  post_sh_see_also(POST_ARGS)
 {  {
         const struct mdoc_node  *n;          const struct mdoc_node  *n;
         const char              *name, *sec;          const char              *name, *sec;
         const char              *lastname, *lastsec, *lastpunct;          const char              *lastname, *lastsec, *lastpunct;
         int                      cmp;          int                      cmp;
   

Legend:
Removed from v.1.276  
changed lines
  Added in v.1.277

CVSweb