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

Unified Diff: native_client_sdk/src/doc/devguide/devcycle/dynamic-loading.rst

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/src/doc/devguide/devcycle/dynamic-loading.rst
diff --git a/native_client_sdk/src/doc/devguide/devcycle/dynamic-loading.rst b/native_client_sdk/src/doc/devguide/devcycle/dynamic-loading.rst
index 3b8dbee328fb128b5c12da6e71d5b64763bbf21e..d0242f004a8569c1cf289e121143dd789f258127 100644
--- a/native_client_sdk/src/doc/devguide/devcycle/dynamic-loading.rst
+++ b/native_client_sdk/src/doc/devguide/devcycle/dynamic-loading.rst
@@ -84,7 +84,7 @@ library.**
.. Note::
:class: note
- **Notes:**
+ **Disclaimer:**
* **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
@@ -92,6 +92,13 @@ library.**
the differences between newlib and glibc, and the choice you must make
between the two libraries.**
+
+
+.. Note::
+ :class: note
+
+ **Notes:**
+
* Static linking with glibc is rarely used. Use this feature with caution.
* The standard C++ runtime in Native Client is provided by libstdc++; this

Powered by Google App Engine
This is Rietveld 408576698