Fix spelling of epoch (#119)

This commit is contained in:
Jonathan Wakely
2021-05-21 15:30:36 +01:00
committed by GitHub
parent 8ee83ef1aa
commit df63bf3dca
3 changed files with 7 additions and 7 deletions

View File

@ -3748,7 +3748,7 @@ If available, the version is detected as VV.RR.P.</p>
<h4 id="_boost_lang_stdc"><a class="anchor" href="#_boost_lang_stdc"></a>4.3.3. <code>BOOST_LANG_STDC</code></h4>
<div class="paragraph">
<p><a href="http://en.wikipedia.org/wiki/C_(programming_language)">Standard C</a> language.
If available, the year of the standard is detected as YYYY.MM.1 from the Epoc date.</p>
If available, the year of the standard is detected as YYYY.MM.1 from the Epoch date.</p>
</div>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
@ -3777,7 +3777,7 @@ If available, the year of the standard is detected as YYYY.MM.1 from the Epoc da
<h4 id="_boost_lang_stdcpp"><a class="anchor" href="#_boost_lang_stdcpp"></a>4.3.4. <code>BOOST_LANG_STDCPP</code></h4>
<div class="paragraph">
<p><a href="http://en.wikipedia.org/wiki/C%2B%2B">Standard C++</a> language.
If available, the year of the standard is detected as YYYY.MM.1 from the Epoc date.
If available, the year of the standard is detected as YYYY.MM.1 from the Epoch date.
Because of the way the C++ standardization process works the
defined version year will not be the commonly known year of the standard.
Specifically the defined versions are:</p>
@ -3846,7 +3846,7 @@ Specifically the defined versions are:</p>
<h4 id="_boost_lang_stdcppcli"><a class="anchor" href="#_boost_lang_stdcppcli"></a>4.3.5. <code>BOOST_LANG_STDCPPCLI</code></h4>
<div class="paragraph">
<p><a href="http://en.wikipedia.org/wiki/C%2B%2B/CLI">Standard C++/CLI</a> language.
If available, the year of the standard is detected as YYYY.MM.1 from the Epoc date.</p>
If available, the year of the standard is detected as YYYY.MM.1 from the Epoch date.</p>
</div>
<table class="tableblock frame-all grid-all stretch">
<colgroup>
@ -7313,4 +7313,4 @@ Joel Falcou for managing the review of this library.</p>
</div>
</div>
</body>
</html>
</html>

View File

@ -15,7 +15,7 @@ http://www.boost.org/LICENSE_1_0.txt)
= `BOOST_LANG_STDC`
http://en.wikipedia.org/wiki/C_(programming_language)[Standard C] language.
If available, the year of the standard is detected as YYYY.MM.1 from the Epoc date.
If available, the year of the standard is detected as YYYY.MM.1 from the Epoch date.
[options="header"]
|===

View File

@ -15,7 +15,7 @@ http://www.boost.org/LICENSE_1_0.txt)
= `BOOST_LANG_STDCPP`
http://en.wikipedia.org/wiki/C%2B%2B[Standard {CPP}] language.
If available, the year of the standard is detected as YYYY.MM.1 from the Epoc date.
If available, the year of the standard is detected as YYYY.MM.1 from the Epoch date.
Because of the way the {CPP} standardization process works the
defined version year will not be the commonly known year of the standard.
Specifically the defined versions are:
@ -61,7 +61,7 @@ Specifically the defined versions are:
= `BOOST_LANG_STDCPPCLI`
http://en.wikipedia.org/wiki/C%2B%2B/CLI[Standard {CPP}/CLI] language.
If available, the year of the standard is detected as YYYY.MM.1 from the Epoc date.
If available, the year of the standard is detected as YYYY.MM.1 from the Epoch date.
[options="header"]
|===