[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.5 and 1.6

version 1.5, 2011/10/08 09:58:29 version 1.6, 2011/10/08 11:37:27
Line 103  static const struct manact manacts[MDOC_MAX + 1] = {
Line 103  static const struct manact manacts[MDOC_MAX + 1] = {
         { cond_body, pre_enc, post_enc, "[", "]" }, /* Op */          { cond_body, pre_enc, post_enc, "[", "]" }, /* Op */
         { NULL, NULL, NULL, NULL, NULL }, /* _Ot */          { NULL, NULL, NULL, NULL, NULL }, /* _Ot */
         { NULL, pre_enc, post_enc, "\\fI", "\\fP" }, /* _Pa */          { NULL, pre_enc, post_enc, "\\fI", "\\fP" }, /* _Pa */
         { NULL, NULL, NULL, NULL, NULL }, /* _Rv */          { NULL, pre_enc, post_enc, "The \\fB",
                 /* FIXME: low-hanging `Rv' fruit. */                  "\\fP\nfunction returns the value 0 if successful;\n"
                   "otherwise the value -1 is returned and the global\n"
                   "variable \\fIerrno\\fP is set to indicate the error."
                   }, /* Rv */
         { NULL, NULL, NULL, NULL, NULL }, /* _St */          { NULL, NULL, NULL, NULL, NULL }, /* _St */
         { NULL, NULL, NULL, NULL, NULL }, /* _Va */          { NULL, NULL, NULL, NULL, NULL }, /* _Va */
         { NULL, NULL, NULL, NULL, NULL }, /* _Vt */          { NULL, NULL, NULL, NULL, NULL }, /* _Vt */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb