[BACK]Return to mdoc_action.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/Attic/mdoc_action.c between version 1.31 and 1.32

version 1.31, 2010/05/14 01:54:37 version 1.32, 2010/05/14 14:47:44
Line 416 
Line 416 
   
         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.31  
changed lines
  Added in v.1.32