From 3e12cc6290bbac37cb1fccf8c6bd8bce4e414a22 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 16 Mar 2009 23:37:28 +0000 Subject: Changed e-mail address to @openbsd. Cleaned up manual-page documentation. --- macro.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'macro.c') diff --git a/macro.c b/macro.c index 45eb1938..a274a362 100644 --- a/macro.c +++ b/macro.c @@ -1,6 +1,6 @@ /* $Id$ */ /* - * 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; -- cgit