From 8d05f7d15635479a0ea1aad38c4dfb52bc1e1a14 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Sun, 9 Nov 2003 04:08:39 +0000 Subject: Fix a man page bug. --- 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 453ff66..f3ccafc 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 c30d6c8..6b2a89e 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 -- cgit v0.12