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

Diff for /src/usr.bin/mandoc/manpath.c between version 1.6 and 1.7

version 1.6, 2013/05/29 23:15:11 version 1.7, 2013/11/21 01:47:10
Line 159 
Line 159 
                 if (strncmp(MAN_CONF_KEY, p, keysz))                  if (strncmp(MAN_CONF_KEY, p, keysz))
                         continue;                          continue;
                 p += keysz;                  p += keysz;
                 while (isspace(*p))                  while (isspace((unsigned char)*p))
                         p++;                          p++;
                 if ('\0' == *p)                  if ('\0' == *p)
                         continue;                          continue;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7