summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Managan <managan1@llnl.gov>2012-11-09 14:00:15 -0800
committerRobert Managan <managan1@llnl.gov>2012-11-09 14:00:15 -0800
commit3afab9f6cfef537010a8005d70e469e4246bbca5 (patch)
treeb6abb64eaba6ae4d1e03e20fa9e796584b8b542e
parent8e37c8dd1027ec48c8ceb88396b1d941a3ba9e39 (diff)
downloadscons-3afab9f6cfef537010a8005d70e469e4246bbca5.tar.gz
Fix typo, change period to comma
-rw-r--r--src/engine/SCons/Tool/__init__.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/__init__.xml b/src/engine/SCons/Tool/__init__.xml
index 38a4ba6c..d491fa5d 100644
--- a/src/engine/SCons/Tool/__init__.xml
+++ b/src/engine/SCons/Tool/__init__.xml
@@ -147,7 +147,7 @@ and a loadable module (explicitly loaded by user action).
For maximum portability, use the &b-LoadableModule; builder for the latter.
When the &cv-link-SHLIBVERSION; construction variable is defined a versioned
-shared library is created. This modifies the &cv-link-SHLINKFLAGS; as required.
+shared library is created. This modifies the &cv-link-SHLINKFLAGS; as required,
adds the version number to the library name, and creates the symlinks that
are needed. &cv-link-SHLIBVERSION; needs to be of the form X.Y.Z, where X
and Y are numbers, and Z is a number but can also contain letters to designate