[BACK]Return to mdoc_man.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mdoc_man.c between version 1.16 and 1.17

version 1.16, 2012/07/08 11:08:06 version 1.17, 2012/07/08 13:56:27
Line 130 
Line 130 
                 "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 871 
Line 871 
 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.16  
changed lines
  Added in v.1.17