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 a3fd054b19f0605303fcfb19f0e2fb229173475f..12f540fe0e5dced2c49695c793674bfcc26fbd82 100644 |
--- a/native_client_sdk/doc_generated/devguide/devcycle/building.html |
+++ b/native_client_sdk/doc_generated/devguide/devcycle/building.html |
@@ -514,10 +514,9 @@ 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_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>. |
-The entry point is similar to the standard C <code>main()</code> function, complete |
-with <code>argc</code> and <code>argv[]</code> parameters. For details see |
-<code>include/ppapi_simple/ps.h</code>. For an example of |
+simple <code>main()</code> entry point. The entry point is similar to the standard C |
+<code>main()</code> function, complete with <code>argc</code> and <code>argv[]</code> parameters. For |
+details see <code>include/ppapi_simple/ps.h</code>. For an example of |
how to use ppapi_simple, <code>see examples/tutorial/using_ppapi_simple</code>.</dd> |
</dl> |
<aside class="note"> |