diff options
-rw-r--r-- | more/getting_started.html | 6 | ||||
-rw-r--r-- | more/getting_started.rst | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/more/getting_started.html b/more/getting_started.html index a607e60672..f0890f3a57 100644 --- a/more/getting_started.html +++ b/more/getting_started.html @@ -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 *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 *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> diff --git a/more/getting_started.rst b/more/getting_started.rst index 895d12b737..ae3b1f6e20 100644 --- a/more/getting_started.rst +++ b/more/getting_started.rst @@ -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 -------------- |