From 22c17699961b61390b0edf1528ac584f4dee3b8d 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'macro.c') diff --git a/macro.c b/macro.c index dff02ed4..4bcc7d43 100644 --- a/macro.c +++ b/macro.c @@ -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; -- cgit v1.2.3