Fix a man page bug.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 9 Nov 2003 04:08:39 +0000 (04:08 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 9 Nov 2003 04:08:39 +0000 (04:08 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@841 fdb21ef1-2011-0410-befe-b5e4ea1792b1

doc/man/scons.1
src/CHANGES.txt

index 453ff661cbb1569c840ea4a9265e1f8994088eca..f3ccafc30d6da1514777364d4515d0190389ba30 100644 (file)
@@ -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
index c30d6c8c0a317f7445c937a2f7c5d885445f1e87..6b2a89eb70e0328d1d265ba61ad9fe0b32d695b1 100644 (file)
@@ -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