From 2675acb4389a4c9620cc37de681a6677cbb850c8 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 21 Mar 2009 09:42:07 +0000 Subject: Added %Q macro. --- macro.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'macro.c') diff --git a/macro.c b/macro.c index 0c0259f9..9549004d 100644 --- a/macro.c +++ b/macro.c @@ -1,4 +1,4 @@ -/* $Id: macro.c,v 1.75 2009/03/21 09:30:52 kristaps Exp $ */ +/* $Id: macro.c,v 1.76 2009/03/21 09:42:07 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -198,6 +198,7 @@ const struct mdoc_macro __mdoc_macros[MDOC_MAX] = { { obsolete, 0 }, /* Es */ { obsolete, 0 }, /* En */ { in_line_argn, MDOC_CALLABLE | MDOC_PARSED }, /* Dx */ + { in_line_eoln, 0 }, /* %Q */ }; const struct mdoc_macro * const mdoc_macros = __mdoc_macros; -- cgit v1.2.3