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 |