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

Diff for /mandoc/mansearch.c between version 1.13 and 1.14

version 1.13, 2014/01/04 23:43:53 version 1.14, 2014/01/05 00:29:54
Line 120  static const struct type types[] = {
Line 120  static const struct type types[] = {
         { TYPE_Va,  "Va" },          { TYPE_Va,  "Va" },
         { TYPE_Va,  "Vt" },          { TYPE_Va,  "Vt" },
         { TYPE_Xr,  "Xr" },          { TYPE_Xr,  "Xr" },
           { TYPE_sec, "sec" },
           { TYPE_arch,"arch" },
         { ~0ULL,    "any" },          { ~0ULL,    "any" },
         { 0ULL, NULL }          { 0ULL, NULL }
 };  };

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb