diff --git a/v2/doc/src/tutorial.xml b/v2/doc/src/tutorial.xml index 73b1e137a..bb7c7d059 100644 --- a/v2/doc/src/tutorial.xml +++ b/v2/doc/src/tutorial.xml @@ -409,7 +409,7 @@ use-project /library-example/foo : util/foo ; Second, we modify app/Jamfile to use the project id: -exe app : app.cpp /library-example/foo//bar ; +exe app : app.cpp /library-example/foo//bar ; The /library-example/foo//bar syntax is used to refer to the target bar in the project with id @@ -458,7 +458,7 @@ project shared, and to build a static library, the value should be static. You can request a static build either on the command line: - bjam link=static + bjam link=static or in the library's requirements: lib l : l.cpp : <link>static ;