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

Diff for /src/usr.bin/mandoc/main.h between version 1.21 and 1.22

version 1.21, 2016/07/15 19:31:53 version 1.22, 2017/03/03 14:21:41
Line 49 
Line 49 
 void              terminal_mdoc(void *, const struct roff_man *);  void              terminal_mdoc(void *, const struct roff_man *);
 void              terminal_man(void *, const struct roff_man *);  void              terminal_man(void *, const struct roff_man *);
 void              terminal_sepline(void *);  void              terminal_sepline(void *);
   
   void              markdown_mdoc(void *, const struct roff_man *);

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22