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 /native_client_sdk/src | |
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}
Diffstat (limited to 'native_client_sdk/src')
-rw-r--r-- | native_client_sdk/src/doc/faq.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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>``. |