[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.64 and 1.65

version 1.64, 2009/07/29 08:46:06 version 1.65, 2009/07/29 09:02:41
Line 1399  static int
Line 1399  static int
 termp_sh_pre(DECL_ARGS)  termp_sh_pre(DECL_ARGS)
 {  {
         /*          /*
          * FIXME: using two `Sh' macros in sequence has no vspace           * XXX: undocumented: using two `Sh' macros in sequence has no
          * between calls, only a newline.           * vspace between calls, only a newline.
          */           */
         switch (node->type) {          switch (node->type) {
         case (MDOC_HEAD):          case (MDOC_BLOCK):
                   if (node->prev && MDOC_Sh == node->prev->tok)
                           if (NULL == node->prev->body->child)
                                   break;
                 term_vspace(p);                  term_vspace(p);
                   break;
           case (MDOC_HEAD):
                 pair->flag |= ttypes[TTYPE_SECTION];                  pair->flag |= ttypes[TTYPE_SECTION];
                 break;                  break;
         case (MDOC_BODY):          case (MDOC_BODY):

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

CVSweb