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

Diff for /mandoc/mdoc_validate.c between version 1.197 and 1.198

version 1.197, 2013/10/21 23:47:58 version 1.198, 2013/12/15 21:23:52
Line 1991  post_sh_head(POST_ARGS)
Line 1991  post_sh_head(POST_ARGS)
         /* The SYNOPSIS gets special attention in other areas. */          /* The SYNOPSIS gets special attention in other areas. */
   
         if (SEC_SYNOPSIS == sec) {          if (SEC_SYNOPSIS == sec) {
                 roff_setreg(mdoc->roff, "nS", 1);                  roff_setreg(mdoc->roff, "nS", 1, '=');
                 mdoc->flags |= MDOC_SYNOPSIS;                  mdoc->flags |= MDOC_SYNOPSIS;
         } else {          } else {
                 roff_setreg(mdoc->roff, "nS", 0);                  roff_setreg(mdoc->roff, "nS", 0, '=');
                 mdoc->flags &= ~MDOC_SYNOPSIS;                  mdoc->flags &= ~MDOC_SYNOPSIS;
         }          }
   

Legend:
Removed from v.1.197  
changed lines
  Added in v.1.198

CVSweb