Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER

From Prabhu S. Khalsa:
- Fix typo in preface
- Fix typo in Chapter 10 of User Guide

From Mats Wichmann:
- Introduce some unit tests for the file locking utility routines
Expand Down
1 change: 1 addition & 0 deletions RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ DOCUMENTATION
- Update documentation for IMPLICIT_COMMAND_DEPENDENCIES construction variable.

- Fix typo in preface
- Fix typo in Chapter 10 of User Guide

DEVELOPMENT
-----------
Expand Down
2 changes: 1 addition & 1 deletion doc/user/command-line.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This file is processed by the bin/SConsDoc.py module.
<para>

Command-line arguments that begin with a
<literal>-</literal> (hyphen) characters
<literal>-</literal> (hyphen) character
are called <firstterm>options</firstterm>.
&SCons; provides ways for you to examine
and act on options and their values,
Expand Down
Loading