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

Diff for /mandoc/man.c between version 1.110 and 1.111

version 1.110, 2011/07/27 12:43:02 version 1.111, 2011/07/28 14:17:11
Line 322  man_word_alloc(struct man *m, int line, int pos, const
Line 322  man_word_alloc(struct man *m, int line, int pos, const
         struct man_node *n;          struct man_node *n;
   
         n = man_node_alloc(m, line, pos, MAN_TEXT, MAN_MAX);          n = man_node_alloc(m, line, pos, MAN_TEXT, MAN_MAX);
         n->string = mandoc_strdup(word);          n->string = roff_strdup(m->roff, word);
   
         if ( ! man_node_append(m, n))          if ( ! man_node_append(m, n))
                 return(0);                  return(0);

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111

CVSweb