From 46783700524058bc04763ed74ad5581210e707b0 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Sun, 9 Nov 2003 04:08:39 +0000 Subject: [PATCH] Fix a man page bug. git-svn-id: http://scons.tigris.org/svn/scons/trunk@841 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- doc/man/scons.1 | 4 ++-- src/CHANGES.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/man/scons.1 b/doc/man/scons.1 index 453ff661..f3ccafc3 100644 --- a/doc/man/scons.1 +++ b/doc/man/scons.1 @@ -5274,8 +5274,8 @@ The optional argument .I include_quotes must be a two character string, where the first character denotes the opening -quote and the second character denotes the closing quote (both default -to \N'34') +quote and the second character denotes the closing quote. +By default, both characters are " (double quote). The optional argument .I language should be either diff --git a/src/CHANGES.txt b/src/CHANGES.txt index c30d6c8c..6b2a89eb 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -18,6 +18,8 @@ RELEASE 0.95 - XXX - Don't swallow the AttributeError when someone uses an expansion like $TARGET.bak, so we can supply a more informative error message. + - Fix an odd double-quote escape sequence in the man page. + RELEASE 0.94 - Fri, 07 Nov 2003 05:29:48 -0600 -- 2.26.2