[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.28 and 1.29

version 1.28, 2010/04/02 12:39:47 version 1.29, 2010/04/04 17:36:57
Line 417 
Line 417 
         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)          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.28  
changed lines
  Added in v.1.29