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

Unified Diff: native_client_sdk/doc_generated/faq.html

Issue 907103002: NaCl docs: fix clumsy sentence (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | native_client_sdk/src/doc/faq.rst » ('j') | native_client_sdk/src/doc/faq.rst » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/doc_generated/faq.html
diff --git a/native_client_sdk/doc_generated/faq.html b/native_client_sdk/doc_generated/faq.html
index a1028820272f5bae5dbb0e1c820f3d1b5dd1dc7f..a9f21686cb23bd90ff57f17396fa7dc74f64521a 100644
--- a/native_client_sdk/doc_generated/faq.html
+++ b/native_client_sdk/doc_generated/faq.html
@@ -427,8 +427,8 @@ available in the browser. You may want to use to <a class="reference external" h
to use POSIX-like sockets.</li>
<li>Code that creates processes, including UNIX <code>fork</code>, won&#8217;t function
as-is. However, threads are supported. You can nonetheless create new
-<code>&lt;embed&gt;</code> tags in your HTML page to launch new PNaCl processes, even using
-new <code>.pexe</code> files that your existing <code>.pexe</code> saved in a local
+<code>&lt;embed&gt;</code> tags in your HTML page to launch new PNaCl processes. You can even
+use new <code>.pexe</code> files that your existing <code>.pexe</code> saved in a local
filesystem. This is somewhat akin to <code>execve</code>, but the process management
has to go through <code>postMessage</code> to JavaScript in order to create the new
<code>&lt;embed&gt;</code>.</li>
« no previous file with comments | « no previous file | native_client_sdk/src/doc/faq.rst » ('j') | native_client_sdk/src/doc/faq.rst » ('J')

Powered by Google App Engine
This is Rietveld 408576698