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

Diff for /mandoc/man_validate.c between version 1.154 and 1.155

version 1.154, 2020/04/24 12:02:33 version 1.155, 2020/10/30 13:24:33
Line 324  post_SH(CHKARGS)
Line 324  post_SH(CHKARGS)
                                         *cp = '_';                                          *cp = '_';
                         if (nc != NULL && nc->type == ROFFT_TEXT &&                          if (nc != NULL && nc->type == ROFFT_TEXT &&
                             strcmp(nc->string, tag) == 0)                              strcmp(nc->string, tag) == 0)
                                 tag_put(NULL, TAG_WEAK, n);                                  tag_put(NULL, TAG_STRONG, n);
                         else                          else
                                 tag_put(tag, TAG_FALLBACK, n);                                  tag_put(tag, TAG_FALLBACK, n);
                         free(tag);                          free(tag);

Legend:
Removed from v.1.154  
changed lines
  Added in v.1.155

CVSweb