| 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’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>
|
|
|