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

Diff for /mandoc/libman.h between version 1.80 and 1.81

version 1.80, 2017/04/24 23:06:17 version 1.81, 2017/04/29 12:45:41
Line 35  struct man_macro {
Line 35  struct man_macro {
 extern  const struct man_macro *const man_macros;  extern  const struct man_macro *const man_macros;
   
   
 enum roff_tok     man_hash_find(const char *);  
 void              man_node_validate(struct roff_man *);  void              man_node_validate(struct roff_man *);
 void              man_state(struct roff_man *, struct roff_node *);  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.80  
changed lines
  Added in v.1.81

CVSweb