Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: native_client_sdk/src/doc/faq.rst

Issue 907103002: NaCl docs: fix clumsy sentence (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « native_client_sdk/doc_generated/faq.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>``.
« no previous file with comments | « native_client_sdk/doc_generated/faq.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698