[SVN r36101]
This commit is contained in:
Dave Abrahams 2006-11-20 04:01:31 +00:00
parent a9340969ad
commit 06e536a74c
2 changed files with 5 additions and 5 deletions

View File

@ -227,7 +227,7 @@ int main()
<p>Start by copying the text of this program into a file called
<tt class="docutils literal"><span class="pre">example.cpp</span></tt>.</p>
<div class="section">
<h2><a class="toc-backref" href="#id23" id="nix-e-g-unix-linux-macos-cygwin" name="nix-e-g-unix-linux-macos-cygwin"><span id="nix-header-only"></span>3.1&nbsp;&nbsp;&nbsp;*nix (e.g. Unix, Linux, MacOS, Cygwin)</a></h2>
<h2><a class="toc-backref" href="#id23" id="nix-e-g-unix-linux-macos-cygwin" name="nix-e-g-unix-linux-macos-cygwin"><span id="unix-header-only"></span>3.1&nbsp;&nbsp;&nbsp;*nix (e.g. Unix, Linux, MacOS, Cygwin)</a></h2>
<p>Simply issue the following command (<tt class="docutils literal"><span class="pre">$</span></tt> represents the
prompt issued by the shell, so don't type that):</p>
<pre class="literal-block">
@ -680,7 +680,7 @@ one library; it <em>really</em> pays off when you're using multiple
libraries from the same directory.</p>
</li>
</ol>
<p>In both cases above, the bold text is what you'd add to <a class="reference" href="*nix-header-only_">the
<p>In both cases above, the bold text is what you'd add to <a class="reference" href="#unix-header-only">the
command lines we explored earlier</a>.</p>
</div>
<div class="section">
@ -834,7 +834,7 @@ recommend it.</td></tr>
</div>
<div class="footer">
<hr class="footer" />
Generated on: 2006-11-20 03:57 UTC.
Generated on: 2006-11-20 04:00 UTC.
Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>

View File

@ -206,7 +206,7 @@ one by three, and writes them to standard output::
Start by copying the text of this program into a file called
``example.cpp``.
.. _*nix-header-only:
.. _unix-header-only:
\*nix (e.g. Unix, Linux, MacOS, Cygwin)
---------------------------------------
@ -724,7 +724,7 @@ b. You can separately specify a directory to search (with ``-L``\
In both cases above, the bold text is what you'd add to `the
command lines we explored earlier`__.
__ *nix-header-only_
__ unix-header-only_
Library Naming
--------------