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

Diff for /mandoc/Attic/mdoc_action.c between version 1.54 and 1.55

version 1.54, 2010/05/08 07:30:19 version 1.55, 2010/05/12 08:41:17
Line 419  post_sh(POST_ARGS)
Line 419  post_sh(POST_ARGS)
   
         if ( ! concat(m, buf, n->child, BUFSIZ))          if ( ! concat(m, buf, n->child, BUFSIZ))
                 return(0);                  return(0);
         sec = mdoc_atosec(buf);          sec = mdoc_str2sec(buf);
         /*          /*
          * The first section should always make us move into a non-new           * The first section should always make us move into a non-new
          * state.           * state.

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

CVSweb