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

Diff for /src/usr.bin/mandoc/man.h between version 1.52 and 1.53

version 1.52, 2015/04/02 23:47:43 version 1.53, 2015/04/18 16:04:40
Line 61 
Line 61 
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
 struct  man;  struct  roff_man;
   
 const struct roff_node *man_node(const struct man *);  const struct roff_node *man_node(const struct roff_man *);
 const struct roff_meta *man_meta(const struct man *);  const struct roff_meta *man_meta(const struct roff_man *);
 const struct mparse   *man_mparse(const struct man *);  const struct mparse   *man_mparse(const struct roff_man *);
 void man_deroff(char **, const struct roff_node *);  void man_deroff(char **, const struct roff_node *);
   
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53