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

Diff for /mandoc/man.c between version 1.19 and 1.20

version 1.19, 2009/06/10 20:18:43 version 1.20, 2009/06/16 19:13:28
Line 324  man_pmacro(struct man *m, int ln, char *buf)
Line 324  man_pmacro(struct man *m, int ln, char *buf)
   
         ppos = i;          ppos = i;
   
         if (buf[i] && '\\' == buf[i])  
                 if (buf[i + 1] && '\"' == buf[i + 1])  
                         goto out;  
   
         /* Copy the first word into a nil-terminated buffer. */          /* Copy the first word into a nil-terminated buffer. */
   
         for (j = 0; j < 4; j++, i++) {          for (j = 0; j < 4; j++, i++) {

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb