Chromium Code Reviews| Index: native_client_sdk/src/doc/faq.rst |
| diff --git a/native_client_sdk/src/doc/faq.rst b/native_client_sdk/src/doc/faq.rst |
| index f77cf76030f80b7087411f78163c0e92039d145d..3c94ea34d2917cac109466f58ff17e4aa87ac133 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 |
|
binji
2015/02/09 21:28:46
I still feel like this sentence could be clearer.
|
| 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>``. |