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

Diff for /src/usr.bin/mandoc/mdoc_validate.c between version 1.273 and 1.274

version 1.273, 2018/04/11 17:10:35 version 1.274, 2018/08/01 13:44:15
Line 438 
Line 438 
                      np->string != '\0' &&                       np->string != '\0' &&
                      isalpha((unsigned char)np->string[                       isalpha((unsigned char)np->string[
                        strlen(np->string) - 1])) ||                         strlen(np->string) - 1])) ||
                     (cp[2] != '\0' ?                      (cp[1] != '\0' && cp[2] != '\0' ?
                      isalpha((unsigned char)cp[2]) :                       isalpha((unsigned char)cp[2]) :
                      nn != NULL &&                       nn != NULL &&
                      nn->type == ROFFT_TEXT &&                       nn->type == ROFFT_TEXT &&

Legend:
Removed from v.1.273  
changed lines
  Added in v.1.274