[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.63 and 1.64

version 1.63, 2009/07/25 16:03:03 version 1.64, 2009/07/29 08:46:06
Line 1398  termp_fd_post(DECL_ARGS)
Line 1398  termp_fd_post(DECL_ARGS)
 static int  static int
 termp_sh_pre(DECL_ARGS)  termp_sh_pre(DECL_ARGS)
 {  {
           /*
            * FIXME: using two `Sh' macros in sequence has no vspace
            * between calls, only a newline.
            */
         switch (node->type) {          switch (node->type) {
         case (MDOC_HEAD):          case (MDOC_HEAD):
                 term_vspace(p);                  term_vspace(p);

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

CVSweb