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

Diff for /mandoc/out.c between version 1.20 and 1.21

version 1.20, 2010/07/19 07:53:40 version 1.21, 2010/07/21 20:35:03
Line 278  a2roffdeco(enum roffdeco *d, const char **word, size_t
Line 278  a2roffdeco(enum roffdeco *d, const char **word, size_t
                 *d = DECO_NOSPACE;                  *d = DECO_NOSPACE;
                 return(i);                  return(i);
         default:          default:
                 *d = DECO_SPECIAL;                  *d = DECO_SSPECIAL;
                 i--;                  i--;
                 lim = 1;                  lim = 1;
                 break;                  break;

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb