summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2015-05-05 22:55:55 +0200
committerDirk Baechle <dl9obn@darc.de>2015-05-05 22:55:55 +0200
commit7a6098f0abe954c32705b9cc49d1a68f960c86ee (patch)
tree400d65c68ef90bee2629a63033b218e8defcfc28 /doc
parente47efb4fd1905a55aa469425c9d53524ce063ff5 (diff)
parent4e40ce56615596a82461455a932377b657954962 (diff)
downloadscons-7a6098f0abe954c32705b9cc49d1a68f960c86ee.tar.gz
Merged in spollard/scons-issue-2989 (pull request #1), fixes #2989 (doc change in libraries.xml, forked from dirkbaechle/scons)
Diffstat (limited to 'doc')
-rw-r--r--doc/user/libraries.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/libraries.xml b/doc/user/libraries.xml
index 626e9392..d7983c90 100644
--- a/doc/user/libraries.xml
+++ b/doc/user/libraries.xml
@@ -123,7 +123,7 @@ void f3() { printf("f3.c\n"); }
list of source files.
You can, however, also give the &b-link-Library; call
object files,
- and it will correctly realize
+ and it will correctly realize they are object files.
In fact, you can arbitrarily mix source code files
and object files in the source list: