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

Diff for /mandoc/man_html.c between version 1.128 and 1.129

version 1.128, 2017/01/20 23:51:00 version 1.129, 2017/01/21 01:20:32
Line 455  man_IP_pre(MAN_ARGS)
Line 455  man_IP_pre(MAN_ARGS)
         const struct roff_node  *nn;          const struct roff_node  *nn;
   
         if (n->type == ROFFT_BODY) {          if (n->type == ROFFT_BODY) {
                 print_otag(h, TAG_DD, "");                  print_otag(h, TAG_DD, "c", "It-tag");
                 return 1;                  return 1;
         } else if (n->type != ROFFT_HEAD) {          } else if (n->type != ROFFT_HEAD) {
                 print_otag(h, TAG_DL, "");                  print_otag(h, TAG_DL, "c", "Bl-tag");
                 return 1;                  return 1;
         }          }
   
         /* FIXME: width specification. */          /* FIXME: width specification. */
   
         print_otag(h, TAG_DT, "");          print_otag(h, TAG_DT, "c", "It-tag");
   
         /* For IP, only print the first header element. */          /* For IP, only print the first header element. */
   

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.129

CVSweb