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

Diff for /docbook2mdoc/macro.c between version 1.16 and 1.17

version 1.16, 2019/04/24 18:38:02 version 1.17, 2019/05/01 15:05:39
Line 49  macro_open(struct format *f, const char *name)
Line 49  macro_open(struct format *f, const char *name)
                 }                  }
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
         case LINE_TEXT:          case LINE_TEXT:
                   if (f->nofill)
                           fputs(" \\c", stdout);
                 putchar('\n');                  putchar('\n');
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
         case LINE_NEW:          case LINE_NEW:

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb