diff options
author | Greg Noel <GregNoel@tigris.org> | 2009-04-10 01:56:01 (GMT) |
---|---|---|
committer | Greg Noel <GregNoel@tigris.org> | 2009-04-10 01:56:01 (GMT) |
commit | a2f899642f6f77a1004be134547955edf6a3c355 (patch) | |
tree | 8abecfa57e9934b95c436315366373182ec4dbd0 /doc/man | |
parent | 099795333ff369bfa78941eacf6ce6bba572f643 (diff) | |
download | SCons-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/man')
-rw-r--r-- | doc/man/scons.1 | 4 |
1 files changed, 2 insertions, 2 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 |