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

Diff for /mandoc/term_ascii.c between version 1.11 and 1.12

version 1.11, 2011/01/02 12:21:07 version 1.12, 2011/01/25 17:32:04
Line 48  ascii_alloc(char *outopts)
Line 48  ascii_alloc(char *outopts)
         const char      *toks[2];          const char      *toks[2];
         char            *v;          char            *v;
   
         if (NULL == (p = term_alloc(TERMENC_ASCII)))          p = term_alloc(TERMENC_ASCII);
                 return(NULL);  
   
         p->tabwidth = 5;          p->tabwidth = 5;
         p->defrmargin = 78;          p->defrmargin = 78;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb