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

Diff for /mandoc/mdoc.c between version 1.269 and 1.270

version 1.269, 2018/08/17 20:33:37 version 1.270, 2018/12/04 02:53:51
Line 155  mdoc_elem_alloc(struct roff_man *mdoc, int line, int p
Line 155  mdoc_elem_alloc(struct roff_man *mdoc, int line, int p
         mdoc->next = ROFF_NEXT_CHILD;          mdoc->next = ROFF_NEXT_CHILD;
 }  }
   
 void  
 mdoc_node_relink(struct roff_man *mdoc, struct roff_node *p)  
 {  
   
         roff_node_unlink(mdoc, p);  
         p->prev = p->next = NULL;  
         roff_node_append(mdoc, p);  
 }  
   
 /*  /*
  * Parse free-form text, that is, a line that does not begin with the   * Parse free-form text, that is, a line that does not begin with the
  * control character.   * control character.

Legend:
Removed from v.1.269  
changed lines
  Added in v.1.270

CVSweb