=================================================================== RCS file: /cvs/mandoc/Attic/macro.c,v retrieving revision 1.72 retrieving revision 1.73 diff -u -p -r1.72 -r1.73 --- mandoc/Attic/macro.c 2009/03/16 22:19:19 1.72 +++ mandoc/Attic/macro.c 2009/03/16 23:37:28 1.73 @@ -1,6 +1,6 @@ -/* $Id: macro.c,v 1.72 2009/03/16 22:19:19 kristaps Exp $ */ +/* $Id: macro.c,v 1.73 2009/03/16 23:37:28 kristaps Exp $ */ /* - * Copyright (c) 2008 Kristaps Dzonsons + * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the @@ -197,6 +197,7 @@ const struct mdoc_macro __mdoc_macros[MDOC_MAX] = { { in_line_eoln, 0 }, /* %C */ { obsolete, 0 }, /* Es */ { obsolete, 0 }, /* En */ + { in_line_argn, MDOC_CALLABLE | MDOC_PARSED }, /* Dx */ }; const struct mdoc_macro * const mdoc_macros = __mdoc_macros;