[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.31 and 1.32

version 1.31, 2009/09/16 09:41:24 version 1.32, 2009/10/03 19:57:53
Line 91  static void    post_SS(DECL_ARGS);
Line 91  static void    post_SS(DECL_ARGS);
 static  void              post_TP(DECL_ARGS);  static  void              post_TP(DECL_ARGS);
 static  void              post_i(DECL_ARGS);  static  void              post_i(DECL_ARGS);
   
 static const struct termact termacts[MAN_MAX] = {  static  const struct termact termacts[MAN_MAX] = {
         { pre_br, NULL }, /* br */          { pre_br, NULL }, /* br */
         { NULL, NULL }, /* TH */          { NULL, NULL }, /* TH */
         { pre_SH, post_SH }, /* SH */          { pre_SH, post_SH }, /* SH */
Line 160  man_run(struct termp *p, const struct man *m)
Line 160  man_run(struct termp *p, const struct man *m)
   
   
 static void  static void
   
 fmt_block_vspace(struct termp *p, const struct man_node *n)  fmt_block_vspace(struct termp *p, const struct man_node *n)
 {  {
         term_newln(p);          term_newln(p);

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

CVSweb