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

Diff for /mandoc/man.c between version 1.167 and 1.168

version 1.167, 2017/01/10 13:47:00 version 1.168, 2017/03/03 13:55:31
Line 203  man_pmacro(struct roff_man *man, int ln, char *buf, in
Line 203  man_pmacro(struct roff_man *man, int ln, char *buf, in
   
         /* Jump to the next non-whitespace word. */          /* Jump to the next non-whitespace word. */
   
         while (buf[offs] && buf[offs] == ' ')          while (buf[offs] == ' ')
                 offs++;                  offs++;
   
         /*          /*

Legend:
Removed from v.1.167  
changed lines
  Added in v.1.168

CVSweb