summaryrefslogtreecommitdiffstats
path: root/doc/user
diff options
context:
space:
mode:
authorGreg Noel <GregNoel@tigris.org>2009-04-10 01:56:01 (GMT)
committerGreg Noel <GregNoel@tigris.org>2009-04-10 01:56:01 (GMT)
commita2f899642f6f77a1004be134547955edf6a3c355 (patch)
tree8abecfa57e9934b95c436315366373182ec4dbd0 /doc/user
parent099795333ff369bfa78941eacf6ce6bba572f643 (diff)
downloadSCons-a2f899642f6f77a1004be134547955edf6a3c355.zip
SCons-a2f899642f6f77a1004be134547955edf6a3c355.tar.gz
SCons-a2f899642f6f77a1004be134547955edf6a3c355.tar.bz2
Issue 2349: doc-only change correcting description of text returned from sconf.Result() call
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/sconf.in6
-rw-r--r--doc/user/sconf.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/user/sconf.in b/doc/user/sconf.in
index 0ef1d85..8ac4530 100644
--- a/doc/user/sconf.in
+++ b/doc/user/sconf.in
@@ -306,8 +306,8 @@
the &Message; call prints the
specified message (with no trailing newline)
and the &Result; call prints
- <literal>ok</literal> if the check succeeds and
- <literal>failed</literal> if it doesn't.
+ <literal>yes</literal> if the check succeeds and
+ <literal>no</literal> if it doesn't.
The &TryLink; method
actually tests for whether the
specified program text
@@ -435,7 +435,7 @@
<screen>
% <userinput>scons -Q -c</userinput>
- Checking for MyLibrary... ok
+ Checking for MyLibrary... yes
Removed foo.o
Removed foo
</screen>
diff --git a/doc/user/sconf.xml b/doc/user/sconf.xml
index d89470d..b6e02eb 100644
--- a/doc/user/sconf.xml
+++ b/doc/user/sconf.xml
@@ -306,8 +306,8 @@
the &Message; call prints the
specified message (with no trailing newline)
and the &Result; call prints
- <literal>ok</literal> if the check succeeds and
- <literal>failed</literal> if it doesn't.
+ <literal>yes</literal> if the check succeeds and
+ <literal>no</literal> if it doesn't.
The &TryLink; method
actually tests for whether the
specified program text
@@ -435,7 +435,7 @@
<screen>
% <userinput>scons -Q -c</userinput>
- Checking for MyLibrary... ok
+ Checking for MyLibrary... yes
Removed foo.o
Removed foo
</screen>