summaryrefslogtreecommitdiff
path: root/doc/html/chrono/users_guide.html
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-03-21 15:45:20 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-03-21 15:46:37 +0900
commit733b5d5ae2c5d625211e2985ac25728ac3f54883 (patch)
treea5b214744b256f07e1dc2bd7273035a7808c659f /doc/html/chrono/users_guide.html
parent08c1e93fa36a49f49325a07fe91ff92c964c2b6c (diff)
downloadboost-733b5d5ae2c5d625211e2985ac25728ac3f54883.tar.gz
boost-733b5d5ae2c5d625211e2985ac25728ac3f54883.tar.bz2
boost-733b5d5ae2c5d625211e2985ac25728ac3f54883.zip
Imported Upstream version 1.58.0upstream/1.58.0
Change-Id: If0072143aa26874812e0db6872e1efb10a3e5e94 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'doc/html/chrono/users_guide.html')
-rw-r--r--doc/html/chrono/users_guide.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/chrono/users_guide.html b/doc/html/chrono/users_guide.html
index bbce8e4c33..dece6246e7 100644
--- a/doc/html/chrono/users_guide.html
+++ b/doc/html/chrono/users_guide.html
@@ -5,8 +5,8 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../chrono.html" title="Chapter&#160;6.&#160;Boost.Chrono 2.0.4">
-<link rel="prev" href="../chrono.html" title="Chapter&#160;6.&#160;Boost.Chrono 2.0.4">
+<link rel="up" href="../chrono.html" title="Chapter&#160;6.&#160;Boost.Chrono 2.0.5">
+<link rel="prev" href="../chrono.html" title="Chapter&#160;6.&#160;Boost.Chrono 2.0.5">
<link rel="next" href="reference.html" title="Reference">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -83,7 +83,7 @@
you will need to link with boost_system.
</p>
<p>
- Boost.System has un undocumented feature (use of macro BOOST_ERROR_CODE_HEADER_ONLY)
+ Boost.System has an undocumented feature (use of macro BOOST_ERROR_CODE_HEADER_ONLY)
to make it header only.
</p>
<p>
@@ -1232,7 +1232,7 @@
spellings for "hours", "minutes" and "seconds",
and their abbreviations (for the short format). The short or long format
can be easily chosen by streaming a <code class="computeroutput"><span class="identifier">duration_short</span><span class="special">()</span></code> or <code class="computeroutput"><span class="identifier">duration_long</span><span class="special">()</span></code> manipulator respectively or using
- the parameterized manimulator <code class="computeroutput"><span class="identifier">duration_fmt</span><span class="special">(</span><span class="identifier">duration_style</span><span class="special">::</span><span class="identifier">prefix</span><span class="special">)</span></code> or <code class="computeroutput"><span class="identifier">duration_fmt</span><span class="special">(</span><span class="identifier">duration_style</span><span class="special">::</span><span class="identifier">symbol</span><span class="special">)</span></code>.
+ the parameterized manipulator <code class="computeroutput"><span class="identifier">duration_fmt</span><span class="special">(</span><span class="identifier">duration_style</span><span class="special">::</span><span class="identifier">prefix</span><span class="special">)</span></code> or <code class="computeroutput"><span class="identifier">duration_fmt</span><span class="special">(</span><span class="identifier">duration_style</span><span class="special">::</span><span class="identifier">symbol</span><span class="special">)</span></code>.
</p>
</td></tr>
</table></div>
@@ -2233,7 +2233,7 @@
</li>
<li class="listitem">
<code class="computeroutput"><span class="identifier">ss</span><span class="special">.</span><span class="identifier">cc</span></code> is the number of <code class="computeroutput"><span class="identifier">seconds</span></code> rounded to the nearest
- hundreth of a second
+ hundredth of a second
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
include &lt;boost/chrono/chrono_io.hpp&gt;
@@ -2366,7 +2366,7 @@
<span class="special">}}</span>
</pre>
<p>
- Next is the <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">thread</span><span class="special">::</span><span class="identifier">timed_mutex</span></code> modified fuctions
+ Next is the <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">thread</span><span class="special">::</span><span class="identifier">timed_mutex</span></code> modified functions
</p>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span>
<span class="keyword">struct</span> <span class="identifier">timed_mutex</span> <span class="special">{</span>