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

Diff for /pod2mdoc/pod2mdoc.c between version 1.56 and 1.57

version 1.56, 2015/02/20 13:33:52 version 1.57, 2015/02/21 21:15:41
Line 1440  ordinary(struct state *st, const char *buf, size_t sta
Line 1440  ordinary(struct state *st, const char *buf, size_t sta
                         while (start < end &&                          while (start < end &&
                              isspace((unsigned char)buf[start]))                               isspace((unsigned char)buf[start]))
                                 start++;                                  start++;
                           while (start < end && '.' == buf[end - 1])
                                   end--;
                         formatcodeln(st, "Nd", buf, &start, end, 1);                          formatcodeln(st, "Nd", buf, &start, end, 1);
                         mdoc_newln(st);                          mdoc_newln(st);
                         return;                          return;

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

CVSweb