summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/doc_generated
diff options
context:
space:
mode:
authorjfb@chromium.org <jfb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-16 06:33:33 +0000
committerjfb@chromium.org <jfb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-16 06:33:33 +0000
commitf030a0bc17522da0d5cba7e2d8dd71ad71faacae (patch)
tree031d21c55d8098ed1b42575ebb9d7937abd8e372 /native_client_sdk/doc_generated
parent5264ac5674156cc24d6cc54309b1d8f204012a2a (diff)
downloadchromium_src-f030a0bc17522da0d5cba7e2d8dd71ad71faacae.zip
chromium_src-f030a0bc17522da0d5cba7e2d8dd71ad71faacae.tar.gz
chromium_src-f030a0bc17522da0d5cba7e2d8dd71ad71faacae.tar.bz2
PNaCl docs: Fix links to 'undefined behavior'
R= sbc@chromium.org Review URL: https://codereview.chromium.org/227023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264137 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/doc_generated')
-rw-r--r--native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html b/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html
index 78ad20b..ce1bfea 100644
--- a/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html
+++ b/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html
@@ -71,7 +71,7 @@ locations to each other as the C11/C++11 standards do.</p>
<p>Non-atomic memory accesses may be reordered, separated, elided or fused
according to C and C++&#8217;s memory model before the pexe is created as well
as after its creation. Accessing atomic memory location through
-non-atomic primitives is <cite>Undefined Behavior &lt;undefined_behavior&gt;</cite>.</p>
+non-atomic primitives is <a class="reference internal" href="/native-client/reference/pnacl-undefined-behavior.html#undefined-behavior"><em>Undefined Behavior</em></a>.</p>
<p>As in C11/C++11 some atomic accesses may be implemented with locks on
certain platforms. The <code>ATOMIC_*_LOCK_FREE</code> macros will always be
<code>1</code>, signifying that all types are sometimes lock-free. The
@@ -183,7 +183,7 @@ for the target architecture has to be respected.</p>
</section><section id="undefined-behavior">
<h2 id="undefined-behavior">Undefined Behavior</h2>
<p>The C and C++ languages expose some undefined behavior which is
-discussed in <cite>PNaCl Undefined Behavior &lt;undefined_behavior&gt;</cite>.</p>
+discussed in <a class="reference internal" href="/native-client/reference/pnacl-undefined-behavior.html#undefined-behavior"><em>PNaCl Undefined Behavior</em></a>.</p>
</section><section id="floating-point">
<h2 id="floating-point">Floating-Point</h2>
<p>PNaCl exposes 32-bit and 64-bit floating point operations which are