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

Diff for /docbook2mdoc/parse.c between version 1.53 and 1.54

version 1.53, 2019/04/28 15:03:29 version 1.54, 2019/04/28 15:32:05
Line 361  pnode_closetext(struct parse *p, int check_last_word)
Line 361  pnode_closetext(struct parse *p, int check_last_word)
   
         /* Move the last word into its own node, for use with .Pf. */          /* Move the last word into its own node, for use with .Pf. */
   
         n = pnode_alloc(p->cur);          n = pnode_alloc_text(p->cur, last_word);
         n->node = NODE_TEXT;  
         n->flags |= NFLAG_SPC;          n->flags |= NFLAG_SPC;
         n->b = xstrdup(last_word);  
 }  }
   
 static void  static void

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

CVSweb