[BACK]Return to apropos.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / apropos

Diff for /src/usr.bin/apropos/Attic/apropos.c between version 1.4 and 1.5

version 1.4, 1997/01/15 23:42:10 version 1.5, 1997/09/11 11:24:53
Line 143 
Line 143 
         char buf[LINE_MAX + 1], wbuf[LINE_MAX + 1];          char buf[LINE_MAX + 1], wbuf[LINE_MAX + 1];
   
         for (name = path; name; name = end) {   /* through name list */          for (name = path; name; name = end) {   /* through name list */
                 if (end = strchr(name, ':'))                  if ((end = strchr(name, ':')))
                         *end++ = '\0';                          *end++ = '\0';
   
                 if (buildpath) {                  if (buildpath) {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5