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

Diff for /mandoc/mdoc_validate.c between version 1.358 and 1.359

version 1.358, 2018/04/11 17:11:13 version 1.359, 2018/08/01 13:46:15
Line 440  check_text_em(struct roff_man *mdoc, int ln, int pos, 
Line 440  check_text_em(struct roff_man *mdoc, int ln, int pos, 
                      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.358  
changed lines
  Added in v.1.359

CVSweb