summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.14
-rw-r--r--doc/user/sconf.in6
-rw-r--r--doc/user/sconf.xml6
3 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 240972c..facfd9c 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -7182,8 +7182,8 @@ will be displayed to the user, e.g. 'Checking for library X...'
Usually called after the check is done.
.I res
-can be either an integer or a string. In the former case, 'ok' (res != 0)
-or 'failed' (res == 0) is displayed to the user, in the latter case the
+can be either an integer or a string. In the former case, 'yes' (res != 0)
+or 'no' (res == 0) is displayed to the user, in the latter case the
given string is displayed.
.TP
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>