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

Diff for /src/usr.bin/man/Attic/man.c between version 1.31 and 1.32

version 1.31, 2005/11/12 00:51:13 version 1.32, 2006/12/14 19:25:58
Line 624 
Line 624 
                         print = 1;                          print = 1;
                         continue;                          continue;
                 } else if (!strncmp(buf, D1, sizeof(D1) - 1) ||                  } else if (!strncmp(buf, D1, sizeof(D1) - 1) ||
                     !strncmp(buf, D2, sizeof(D2) - 1))                      !strncmp(buf, D2, sizeof(D2) - 1)) {
                           (void)fclose(fp);
                         return;                          return;
                   }
                 if (!print)                  if (!print)
                         continue;                          continue;
                 if (*buf == '\n')                  if (*buf == '\n')

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32