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. --- argv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'argv.c') diff --git a/argv.c b/argv.c index c0b8e65a..7aa6a029 100644 --- a/argv.c +++ b/argv.c @@ -1,4 +1,4 @@ -/* $Id: argv.c,v 1.53 2009/03/16 23:37:28 kristaps Exp $ */ +/* $Id: argv.c,v 1.54 2009/03/21 09:42:07 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -223,6 +223,7 @@ static int mdoc_argflags[MDOC_MAX] = { 0, /* Es */ 0, /* En */ 0, /* Dx */ + ARGS_QUOTED, /* %Q */ }; -- cgit v1.2.3-56-ge451