2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-11 11:42:14 +00:00

Fix emphasis in tutorial examples; begin edits in advanced.xml

[SVN r26596]
This commit is contained in:
Dave Abrahams
2004-12-29 08:56:52 +00:00
parent 29bc552733
commit 10b0a5b71f
2 changed files with 162 additions and 88 deletions

View File

@@ -755,8 +755,8 @@ exe e10 : e10.cpp foo ;
<!-- "Here's a piece of Jamfile" adds nothing. -->
<programlisting>
lib network : network.cpp
: <strong>&lt;link&gt;shared:&lt;define&gt;NEWORK_LIB_SHARED</strong>
<strong>&lt;variant&gt;release:&lt;define&gt;EXTRA_FAST</strong>
: <emphasis role="bold">&lt;link&gt;shared:&lt;define&gt;NEWORK_LIB_SHARED</emphasis>
&lt;variant&gt;release:&lt;define&gt;EXTRA_FAST
;
</programlisting>