From 32a6d08fb2a78037f8ada4f095c33403ecb9be20 Mon Sep 17 00:00:00 2001 Message-Id: <32a6d08fb2a78037f8ada4f095c33403ecb9be20.1714093471.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 4 Apr 2009 14:24:49 +0100 Subject: [PATCH] Another man page hyphen fix Organization: Straylight/Edgeware From: Richard Kettlewell --- lib/macros-builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/macros-builtin.c b/lib/macros-builtin.c index 3d49c25..f314bd9 100644 --- a/lib/macros-builtin.c +++ b/lib/macros-builtin.c @@ -156,7 +156,7 @@ static int exp_include(int attribute((unused)) nargs, /*$ @include{COMMAND} * - * Executes COMMAND via the shell (using "sh -c") and copies its + * Executes COMMAND via the shell (using "sh \-c") and copies its * standard output to the template output. The shell command output * is not expanded or modified in any other way. * -- [mdw]