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

Diff for /mandoc/mdoc_man.c between version 1.18 and 1.19

version 1.18, 2012/07/08 11:10:13 version 1.19, 2012/07/08 13:57:53
Line 134  static const struct manact manacts[MDOC_MAX + 1] = {
Line 134  static const struct manact manacts[MDOC_MAX + 1] = {
                 "variable \\fIerrno\\fP is set to indicate the error."                  "variable \\fIerrno\\fP is set to indicate the error."
                 }, /* Rv */                  }, /* Rv */
         { NULL, NULL, NULL, NULL, NULL }, /* St */          { NULL, NULL, NULL, NULL, NULL }, /* St */
         { NULL, NULL, NULL, NULL, NULL }, /* _Va */          { NULL, pre_enc, post_enc, "\\fI", "\\fP" }, /* Va */
         { NULL, pre_vt, post_vt, NULL, NULL }, /* Vt */          { NULL, pre_vt, post_vt, NULL, NULL }, /* Vt */
         { NULL, pre_xr, NULL, NULL, NULL }, /* Xr */          { NULL, pre_xr, NULL, NULL, NULL }, /* Xr */
         { NULL, NULL, post_percent, NULL, NULL }, /* _%A */          { NULL, NULL, post_percent, NULL, NULL }, /* _%A */
Line 875  static void
Line 875  static void
 post_vt(DECL_ARGS)  post_vt(DECL_ARGS)
 {  {
   
         if (MDOC_BODY != n->type)          if (MDOC_SYNPRETTY & n->flags && MDOC_BODY != n->type)
                 return;                  return;
   
         mm->need_space = 0;          mm->need_space = 0;

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb