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

Diff for /mandoc/man_term.c between version 1.179 and 1.180

version 1.179, 2015/04/06 22:06:23 version 1.180, 2015/04/18 16:06:40
Line 138  static const struct termact termacts[MAN_MAX] = {
Line 138  static const struct termact termacts[MAN_MAX] = {
   
   
 void  void
 terminal_man(void *arg, const struct man *man)  terminal_man(void *arg, const struct roff_man *man)
 {  {
         struct termp            *p;          struct termp            *p;
         const struct roff_meta  *meta;          const struct roff_meta  *meta;

Legend:
Removed from v.1.179  
changed lines
  Added in v.1.180

CVSweb