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

Diff for /mandoc/term.c between version 1.32 and 1.33

version 1.32, 2009/03/01 23:14:15 version 1.33, 2009/03/01 23:27:14
Line 1292  termp_cd_pre(DECL_ARGS)
Line 1292  termp_cd_pre(DECL_ARGS)
 {  {
   
         TERMPAIR_SETFLAG(p, pair, ttypes[TTYPE_CONFIG]);          TERMPAIR_SETFLAG(p, pair, ttypes[TTYPE_CONFIG]);
           newln(p);
         return(1);          return(1);
 }  }
   

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

CVSweb