[BACK]Return to man_html.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/man_html.c between version 1.59 and 1.60

version 1.59, 2014/12/02 10:07:17 version 1.60, 2014/12/04 02:05:16
Line 280 
Line 280 
   
         if (MAN_TEXT != n->type)          if (MAN_TEXT != n->type)
                 return(0);                  return(0);
         if (a2roffsu(n->string, su, SCALE_BU))          if (a2roffsu(n->string, su, SCALE_EN))
                 return(1);                  return(1);
   
         return(0);          return(0);

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60