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

Unified Diff: native_client_sdk/doc_generated/devguide/devcycle/building.html

Issue 306973002: [NaCl SDK] rename nacl_io demo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/building.html
diff --git a/native_client_sdk/doc_generated/devguide/devcycle/building.html b/native_client_sdk/doc_generated/devguide/devcycle/building.html
index 126a811be0c9b43e2a4f6a4510397b3f78a23f3c..f613f66b4fa93182f517df645215997d7fab8a2e 100644
--- a/native_client_sdk/doc_generated/devguide/devcycle/building.html
+++ b/native_client_sdk/doc_generated/devguide/devcycle/building.html
@@ -511,7 +511,7 @@ allows a module to “mount” a given directory tree. Once a module has
mounted a file system, it can use standard C library file operations:
<code>fopen</code>, <code>fread</code>, <code>fwrite</code>, <code>fseek</code>, and <code>fclose</code>.
For more detail, see the header <code>include/nacl_io/nacl_io.h</code>.
-For an example of how to use nacl_io, see <code>examples/demo/nacl_io</code>.</dd>
+For an example of how to use nacl_io, see <code>examples/demo/nacl_io_demo</code>.</dd>
<dt>libppapi_simple.a</dt>
<dd>Provides a familiar C programming environment by letting a module have a
simple entry point that is registered by <code>PPAPI_SIMPLE_REGISTER_MAIN</code>.
« no previous file with comments | « native_client_sdk/doc_generated/devguide/coding/nacl_io.html ('k') | native_client_sdk/src/build_tools/sdk_files.list » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698