summaryrefslogtreecommitdiff
path: root/doc/man/scons.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/scons.1')
-rw-r--r--doc/man/scons.16
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 5d0f15d..a5ad799 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -19,9 +19,9 @@
.\" OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
.\" WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
.\"
-.\" doc/man/scons.1 4629 2010/01/17 22:23:21 scons
+.\" doc/man/scons.1 4691 2010/03/06 16:22:36 bdbaddog
.\"
-.TH SCONS 1 "January 2010"
+.TH SCONS 1 "March 2010"
.\" ES - Example Start - indents and turns off line fill
.rm ES
.de ES
@@ -8292,7 +8292,7 @@ multi-stage builder.
.IP single_source
Specifies that this builder expects exactly one source file per call. Giving
-more than one source files without target files results in implicitely calling
+more than one source file without target files results in implicitely calling
the builder multiple times (once for each source given). Giving multiple
source files together with target files results in a UserError exception.