[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.51 and 1.52

version 1.51, 2010/03/31 07:13:53 version 1.52, 2010/04/05 09:03:12
Line 420  post_sh(POST_ARGS)
Line 420  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_atosec(buf);
         if (SEC_CUSTOM != sec)          /*
            * The first section should always make us move into a non-new
            * state.
            */
           if (SEC_NONE == m->lastnamed || SEC_CUSTOM != sec)
                 m->lastnamed = sec;                  m->lastnamed = sec;
   
         /* Some sections only live in certain manual sections. */          /* Some sections only live in certain manual sections. */

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

CVSweb