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

Diff for /mandoc/mdoc.c between version 1.10 and 1.11

version 1.10, 2008/12/29 19:25:29 version 1.11, 2008/12/30 13:43:53
Line 105  const struct mdoc_macro __mdoc_macros[MDOC_MAX] = {
Line 105  const struct mdoc_macro __mdoc_macros[MDOC_MAX] = {
         { macro_text, MDOC_CALLABLE }, /* Dv */          { macro_text, MDOC_CALLABLE }, /* Dv */
         { macro_text, MDOC_CALLABLE }, /* Er */          { macro_text, MDOC_CALLABLE }, /* Er */
         { macro_text, MDOC_CALLABLE }, /* Ev */          { macro_text, MDOC_CALLABLE }, /* Ev */
         { NULL, 0 }, /* Ex */          { macro_constant_argv, 0 }, /* Ex */
         { macro_text, MDOC_CALLABLE }, /* Fa */          { macro_text, MDOC_CALLABLE }, /* Fa */
         { NULL, 0 }, /* Fd */          { NULL, 0 }, /* Fd */
         { macro_text, MDOC_CALLABLE }, /* Fl */          { macro_text, MDOC_CALLABLE }, /* Fl */
Line 119  const struct mdoc_macro __mdoc_macros[MDOC_MAX] = {
Line 119  const struct mdoc_macro __mdoc_macros[MDOC_MAX] = {
         { NULL, 0 }, /* Op */          { NULL, 0 }, /* Op */
         { NULL, 0 }, /* Ot */          { NULL, 0 }, /* Ot */
         { macro_text, MDOC_CALLABLE }, /* Pa */          { macro_text, MDOC_CALLABLE }, /* Pa */
         { NULL, 0 }, /* Rv */          { macro_constant_argv, 0 }, /* Rv */
         { NULL, 0 }, /* St */          { NULL, 0 }, /* St */
         { macro_text, MDOC_CALLABLE }, /* Va */          { macro_text, MDOC_CALLABLE }, /* Va */
         { macro_text, MDOC_CALLABLE }, /* Vt */          { macro_text, MDOC_CALLABLE }, /* Vt */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb