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

Diff for /mandoc/Attic/apropos.c between version 1.22 and 1.23

version 1.22, 2011/11/29 10:53:42 version 1.23, 2011/12/07 16:08:55
Line 133  static int
Line 133  static int
 cmp(const void *p1, const void *p2)  cmp(const void *p1, const void *p2)
 {  {
   
         return(strcmp(((const struct res *)p1)->title,          return(strcasecmp(((const struct res *)p1)->title,
                                 ((const struct res *)p2)->title));                                  ((const struct res *)p2)->title));
 }  }
   

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

CVSweb