NaCl docs: fix clumsy sentence
R= [email protected]
BUG=none
Review URL: https://codereview.chromium.org/907103002
Cr-Commit-Position: refs/heads/master@{#315420}
diff --git a/native_client_sdk/doc_generated/faq.html b/native_client_sdk/doc_generated/faq.html
index a102882..a9f2168 100644
--- a/native_client_sdk/doc_generated/faq.html
+++ b/native_client_sdk/doc_generated/faq.html
@@ -427,8 +427,8 @@
to use POSIX-like sockets.</li>
<li>Code that creates processes, including UNIX <code>fork</code>, won’t function
as-is. However, threads are supported. You can nonetheless create new
-<code><embed></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><embed></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><embed></code>.</li>
diff --git a/native_client_sdk/src/doc/faq.rst b/native_client_sdk/src/doc/faq.rst
index f77cf760..3c94ea3 100644
--- a/native_client_sdk/src/doc/faq.rst
+++ b/native_client_sdk/src/doc/faq.rst
@@ -502,8 +502,8 @@
to use POSIX-like sockets.
* Code that creates processes, including UNIX ``fork``, won't function
as-is. However, threads are supported. You can nonetheless create new
- ``<embed>`` tags in your HTML page to launch new PNaCl processes, even using
- new ``.pexe`` files that your existing ``.pexe`` saved in a local
+ ``<embed>`` tags in your HTML page to launch new PNaCl processes. You can even
+ use new ``.pexe`` files that your existing ``.pexe`` saved in a local
filesystem. This is somewhat akin to ``execve``, but the process management
has to go through ``postMessage`` to JavaScript in order to create the new
``<embed>``.