[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.73 and 1.74

version 1.73, 2010/06/07 20:57:09 version 1.74, 2010/06/09 08:07:13
Line 73  struct termact {
Line 73  struct termact {
 static  int               a2width(const struct man_node *);  static  int               a2width(const struct man_node *);
 static  int               a2height(const struct man_node *);  static  int               a2height(const struct man_node *);
   
 static  void              print_man_head(struct termp *, const void *);  
 static  void              print_man_nodelist(DECL_ARGS);  static  void              print_man_nodelist(DECL_ARGS);
 static  void              print_man_node(DECL_ARGS);  static  void              print_man_node(DECL_ARGS);
   static  void              print_man_head(struct termp *, const void *);
 static  void              print_man_foot(struct termp *, const void *);  static  void              print_man_foot(struct termp *, const void *);
 static  void              print_bvspace(struct termp *,  static  void              print_bvspace(struct termp *,
                                 const struct man_node *);                                  const struct man_node *);

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

CVSweb