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

Diff for /mandoc/Attic/action.c between version 1.18 and 1.19

version 1.18, 2009/02/21 21:00:06 version 1.19, 2009/02/22 14:31:08
Line 194  post_sh(struct mdoc *mdoc)
Line 194  post_sh(struct mdoc *mdoc)
         if (xstrlcats(buf, mdoc->last->child, 64)) {          if (xstrlcats(buf, mdoc->last->child, 64)) {
                 if (SEC_CUSTOM != (sec = mdoc_atosec(buf)))                  if (SEC_CUSTOM != (sec = mdoc_atosec(buf)))
                         mdoc->lastnamed = sec;                          mdoc->lastnamed = sec;
                   mdoc->lastsec = sec;
                 return(1);                  return(1);
         }          }
   

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb