From 7e66481dff6207c92b1375e41b0691c2c1948efd Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 5 Jul 2007 16:17:47 +0000 Subject: [PATCH] Use , not , in tutorial. [SVN r38149] --- v2/doc/src/tutorial.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/doc/src/tutorial.xml b/v2/doc/src/tutorial.xml index b0dac9e0b..590bd75cc 100644 --- a/v2/doc/src/tutorial.xml +++ b/v2/doc/src/tutorial.xml @@ -429,9 +429,9 @@ The /library-example/foo//bar syntax is used If you want all applications in some project to link to a certain library, you can avoid having to specify it directly the sources of every target by using the - <source> property. For example, if /boost/filesystem//fs + <library> property. For example, if /boost/filesystem//fs should be linked to all applications in your project, you can add - <source>/boost/filesystem//fs to the project's requirements, like this: + <library>/boost/filesystem//fs to the project's requirements, like this: project