Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: native_client_sdk/doc_generated/devguide/devcycle/dynamic-loading.html

Issue 488133003: Second batch of corrections for incorrect paths. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/doc_generated/devguide/devcycle/dynamic-loading.html
diff --git a/native_client_sdk/doc_generated/devguide/devcycle/dynamic-loading.html b/native_client_sdk/doc_generated/devguide/devcycle/dynamic-loading.html
index 7de0c6ca36cb4c86d255a6e27905a338b68b4857..003a20d3d51c3268ade7f74da5864a31ea49e0f3 100644
--- a/native_client_sdk/doc_generated/devguide/devcycle/dynamic-loading.html
+++ b/native_client_sdk/doc_generated/devguide/devcycle/dynamic-loading.html
@@ -106,13 +106,19 @@ file and several libraries, which are on the order of 1.5MB).</li>
due to licensing considerations), we recommend that you use the glibc
library.</strong></p>
<aside class="note">
-<p><strong>Notes:</strong></p>
+<p><strong>Disclaimer:</strong></p>
<ul class="small-gap">
<li><strong>None of the above constitutes legal advice, or a description of the legal
obligations you need to fulfill in order to be compliant with the LGPL or
newlib licenses. The above description is only a technical explanation of
the differences between newlib and glibc, and the choice you must make
between the two libraries.</strong></li>
+</ul>
+
+</aside>
+<aside class="note">
+<p><strong>Notes:</strong></p>
+<ul class="small-gap">
<li>Static linking with glibc is rarely used. Use this feature with caution.</li>
<li>The standard C++ runtime in Native Client is provided by libstdc++; this
library is independent from and layered on top of glibc. Because of

Powered by Google App Engine
This is Rietveld 408576698