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

Diff for /src/usr.bin/mandoc/roff.c between version 1.185 and 1.186

version 1.185, 2017/06/17 22:40:27 version 1.186, 2017/06/17 23:06:43
Line 1194 
Line 1194 
                 }                  }
                 if (cp != NULL &&                  if (cp != NULL &&
                     isalnum((unsigned char)*cp) == 0 &&                      isalnum((unsigned char)*cp) == 0 &&
                     strchr(cp, '$') != NULL)                      strchr(cp, '$') != NULL) {
                           if (r->man->meta.rcsids & (1 << os_e))
                                   mandoc_msg(MANDOCERR_RCS_REP, r->parse,
                                       ln, stesc + 1 - buf->buf, stesc + 1);
                         r->man->meta.rcsids |= 1 << os_e;                          r->man->meta.rcsids |= 1 << os_e;
                   }
   
                 /* Handle trailing whitespace. */                  /* Handle trailing whitespace. */
   

Legend:
Removed from v.1.185  
changed lines
  Added in v.1.186