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

Diff for /mandoc/html.c between version 1.152 and 1.153

version 1.152, 2013/08/08 20:07:47 version 1.153, 2014/01/05 19:10:56
Line 722  buffmt_man(struct html *h, 
Line 722  buffmt_man(struct html *h, 
                         bufcat(h, sec ? sec : "1");                          bufcat(h, sec ? sec : "1");
                         break;                          break;
                 case('N'):                  case('N'):
                         bufcat_fmt(h, name);                          bufcat_fmt(h, "%s", name);
                         break;                          break;
                 default:                  default:
                         bufncat(h, p, 2);                          bufncat(h, p, 2);

Legend:
Removed from v.1.152  
changed lines
  Added in v.1.153

CVSweb