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

Diff for /docbook2mdoc/docbook2mdoc.c between version 1.79 and 1.80

version 1.79, 2019/04/02 15:53:02 version 1.80, 2019/04/02 16:24:23
Line 438  pnode_printauthor(struct format *f, struct pnode *n)
Line 438  pnode_printauthor(struct format *f, struct pnode *n)
         }          }
   
         /*          /*
            * If there is an email address,
            * print it on the same macro line.
            */
   
           if ((nc = pnode_findfirst(n, NODE_EMAIL)) != NULL) {
                   pnode_print(f, nc);
                   pnode_unlink(nc);
           }
   
           /*
          * If there are still unprinted children, end the scope           * If there are still unprinted children, end the scope
          * with a comma.  Otherwise, leave the scope open in case           * with a comma.  Otherwise, leave the scope open in case
          * a text node follows that starts with closing punctuation.           * a text node follows that starts with closing punctuation.

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

CVSweb