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

Diff for /mandoc/mdoc_term.c between version 1.317 and 1.318

version 1.317, 2015/04/04 17:47:18 version 1.318, 2015/04/18 16:06:41
Line 251  static const struct termact termacts[MDOC_MAX] = {
Line 251  static const struct termact termacts[MDOC_MAX] = {
   
   
 void  void
 terminal_mdoc(void *arg, const struct mdoc *mdoc)  terminal_mdoc(void *arg, const struct roff_man *mdoc)
 {  {
         const struct roff_meta  *meta;          const struct roff_meta  *meta;
         struct roff_node        *n;          struct roff_node        *n;

Legend:
Removed from v.1.317  
changed lines
  Added in v.1.318

CVSweb