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

Diff for /mandoc/libman.h between version 1.85 and 1.86

version 1.85, 2018/12/31 04:55:46 version 1.86, 2018/12/31 10:04:39
Line 39  struct man_macro {
Line 39  struct man_macro {
 const struct man_macro *man_macro(enum roff_tok);  const struct man_macro *man_macro(enum roff_tok);
   
 void              man_descope(struct roff_man *, int, int, char *);  void              man_descope(struct roff_man *, int, int, char *);
 void              man_state(struct roff_man *, struct roff_node *);  
 void              man_unscope(struct roff_man *, const struct roff_node *);  void              man_unscope(struct roff_man *, const struct roff_node *);

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

CVSweb