summaryrefslogtreecommitdiff
path: root/more
diff options
context:
space:
mode:
authorDave Abrahams <dave@boostpro.com>2009-07-11 19:48:21 +0000
committerDave Abrahams <dave@boostpro.com>2009-07-11 19:48:21 +0000
commita4997bfdef1449c944c77a8db93f6f9898882b1d (patch)
treefe1e99ea64ea6bd5cf6128ddb6e9a69f98801f4d /more
parent9a11d27c126379f2110b8048596de0f4f4360b71 (diff)
downloadboost-a4997bfdef1449c944c77a8db93f6f9898882b1d.tar.gz
Fixes #3260
[SVN r54900]
Diffstat (limited to 'more')
-rw-r--r--more/getting_started/index.html28
-rw-r--r--more/getting_started/index.rst2
-rw-r--r--more/getting_started/unix-variants.html2
-rw-r--r--more/getting_started/unix-variants.rst2
4 files changed, 17 insertions, 17 deletions
diff --git a/more/getting_started/index.html b/more/getting_started/index.html
index d1b1cfe3ce..399d794eec 100644
--- a/more/getting_started/index.html
+++ b/more/getting_started/index.html
@@ -3,31 +3,31 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.4.1: http://docutils.sourceforge.net/" />
+<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/" />
<title>Boost Getting Started</title>
<link rel="stylesheet" href="../../rst.css" type="text/css" />
</head>
<body>
<div class="document" id="logo-getting-started">
-<h1 class="title"><a class="reference" href="../../index.htm"><img alt="Boost" class="boost-logo" src="../../boost.png" /></a> Getting Started</h1>
+<h1 class="title"><a class="reference external" href="../../index.htm"><img alt="Boost" class="boost-logo" src="../../boost.png" /></a> Getting Started</h1>
<!-- Copyright David Abrahams 2006. Distributed under the Boost -->
<!-- Software License, Version 1.0. (See accompanying -->
<!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
<div class="admonition-use-the-latest-version-of-this-getting-started-guide admonition">
<p class="first admonition-title">Use the latest version of this Getting Started guide</p>
-<p class="last">The <a class="reference" href="http://www.boost.org/doc/libs/release/more/getting_started/index.html">Boost website version of this Getting Started guide</a> may
-have undated information, such as the location of additional installers
+<p class="last">The <a class="reference external" href="http://www.boost.org/doc/libs/release/more/getting_started/index.html">Boost website version of this Getting Started guide</a> may
+have updated information, such as the location of additional installers
or improved installation procedures, so you might want use that version
if you've got an Internet connection available.</p>
</div>
-<div class="section">
-<h1><a id="welcome" name="welcome">Welcome</a></h1>
+<div class="section" id="welcome">
+<h1>Welcome</h1>
<p>Welcome to the Boost libraries! By the time you've completed this
tutorial, you'll be at least somewhat comfortable with the contents
of a Boost distribution and how to go about using it.</p>
</div>
-<div class="section">
-<h1><a id="what-s-here" name="what-s-here">What's Here</a></h1>
+<div class="section" id="what-s-here">
+<h1>What's Here</h1>
<p>This document is designed to be an <em>extremely</em> gentle introduction,
so we included a fair amount of material that may already be very
familiar to you. To keep things simple, we also left out some
@@ -35,8 +35,8 @@ information intermediate and advanced users will probably want. At
the end of this document, we'll refer you on to resources that can
help you pursue these topics further.</p>
</div>
-<div class="section">
-<h1><a id="preliminaries" name="preliminaries">Preliminaries</a></h1>
+<div class="section" id="preliminaries">
+<h1>Preliminaries</h1>
<p>We use one typographic convention that might not be immediately
obvious: <em>italic</em> text in examples is meant as a descriptive
placeholder for something else, usually information that you'll
@@ -47,16 +47,16 @@ provide. For example:</p>
<p>Here you're expected to imagine replacing the text “your name” with
your actual name.</p>
</div>
-<div class="section">
-<h1><a id="ready" name="ready">Ready?</a></h1>
+<div class="section" id="ready">
+<h1>Ready?</h1>
<p>Let's go!</p>
</div>
</div>
<div class="footer">
<hr class="footer" />
<div class="nextpage line-block">
-<div class="line"><strong>Next:</strong> <a class="reference" href="windows.html">Getting Started on Microsoft Windows</a></div>
-<div class="line"><strong>or:</strong> <a class="reference" href="unix-variants.html">Getting Started on Unix variants (e.g. Linux, MacOS)</a></div>
+<div class="line"><strong>Next:</strong> <a class="reference external" href="windows.html">Getting Started on Microsoft Windows</a></div>
+<div class="line"><strong>or:</strong> <a class="reference external" href="unix-variants.html">Getting Started on Unix variants (e.g. Linux, MacOS)</a></div>
</div>
</div>
diff --git a/more/getting_started/index.rst b/more/getting_started/index.rst
index 025226efc9..c3176146ca 100644
--- a/more/getting_started/index.rst
+++ b/more/getting_started/index.rst
@@ -15,7 +15,7 @@ __ ../../index.htm
.. Admonition:: Use the latest version of this Getting Started guide
The `Boost website version of this Getting Started guide`_ may
- have undated information, such as the location of additional installers
+ have updated information, such as the location of additional installers
or improved installation procedures, so you might want use that version
if you've got an Internet connection available.
diff --git a/more/getting_started/unix-variants.html b/more/getting_started/unix-variants.html
index 42086e681d..cb1166a743 100644
--- a/more/getting_started/unix-variants.html
+++ b/more/getting_started/unix-variants.html
@@ -273,7 +273,7 @@ least use</p>
<strong>$</strong> ./bootstrap.sh <strong>--prefix=</strong><em>path</em>/<em>to</em>/<em>installation</em>/<em>prefix</em>
</pre>
<p>to install somewhere else. Also, consider using the
-<tt class="docutils literal"><span class="pre">--show-libraries</span></tt> and <tt class="docutils literal"><span class="pre">--with-libraries=</span></tt> options to limit the
+<tt class="docutils literal"><span class="pre">--show-libraries</span></tt> and <tt class="docutils literal"><span class="pre">--with-</span></tt><em>library_name</em> options to limit the
long wait you'll experience if you build everything. Finally,</p>
<pre class="literal-block">
<strong>$</strong> ./bjam install
diff --git a/more/getting_started/unix-variants.rst b/more/getting_started/unix-variants.rst
index 1444cb9690..a0af629137 100644
--- a/more/getting_started/unix-variants.rst
+++ b/more/getting_started/unix-variants.rst
@@ -108,7 +108,7 @@ least use
**$** ./bootstrap.sh **--prefix=**\ *path*\ /\ *to*\ /\ *installation*\ /\ *prefix*
to install somewhere else. Also, consider using the
-``--show-libraries`` and ``--with-libraries=`` options to limit the
+``--show-libraries`` and ``--with-``\ *library_name* options to limit the
long wait you'll experience if you build everything. Finally,
.. parsed-literal::