diff options
author | jfb <jfb@chromium.org> | 2015-02-09 14:49:50 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-09 22:50:21 +0000 |
commit | e635757699fe991b6aef2a0fc21e1f0b3ac691f6 (patch) | |
tree | 239f2baa60037c57aa2be47199a11d97de50f313 | |
parent | 149bd770d674e8125f81cd649a8deece3a851682 (diff) | |
download | chromium_src-e635757699fe991b6aef2a0fc21e1f0b3ac691f6.zip chromium_src-e635757699fe991b6aef2a0fc21e1f0b3ac691f6.tar.gz chromium_src-e635757699fe991b6aef2a0fc21e1f0b3ac691f6.tar.bz2 |
NaCl docs: fix clumsy sentence
R= binji@chromium.org
BUG=none
Review URL: https://codereview.chromium.org/907103002
Cr-Commit-Position: refs/heads/master@{#315420}
-rw-r--r-- | native_client_sdk/doc_generated/faq.html | 4 | ||||
-rw-r--r-- | native_client_sdk/src/doc/faq.rst | 4 |
2 files changed, 4 insertions, 4 deletions
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 @@ 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’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 f77cf76..3c94ea3 100644 --- a/native_client_sdk/src/doc/faq.rst +++ b/native_client_sdk/src/doc/faq.rst @@ -502,8 +502,8 @@ The following kinds of code may be more challenging to port: 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>``. |