| Index: native_client_sdk/src/doc/overview.rst
|
| diff --git a/native_client_sdk/src/doc/overview.rst b/native_client_sdk/src/doc/overview.rst
|
| index b716cfd2a7a7ca33e59e359fc22fcfcf1ac89e6f..75cfed3938f13e19b9568bae5ab36e79feba3688 100644
|
| --- a/native_client_sdk/src/doc/overview.rst
|
| +++ b/native_client_sdk/src/doc/overview.rst
|
| @@ -85,9 +85,9 @@ Typical use cases for Native Client include the following:
|
| directly into the browser. At the same time, your application takes advantage
|
| of things the browser does well: handling user interaction and processing
|
| events, based on the latest developments in HTML5.
|
| -* **Enterprise applications that require heavy computation:** Native Client
|
| - handles the number crunching required by large-scale enterprise applications.
|
| - To ensure protection of user data, Native Client enables you to build complex
|
| +* **Heavy computation in enterprise applications:** Native Client handles the
|
| + number crunching required by large-scale enterprise applications. To ensure
|
| + protection of user data, Native Client enables you to build complex
|
| cryptographic algorithms directly into the browser so that unencrypted data
|
| never goes out over the network.
|
| * **Multimedia applications:** Codecs for processing sounds, images, and movies
|
| @@ -164,6 +164,8 @@ since a **nexe** contains architecture-specific machine code, distributing
|
| used as part of applications that are installed from the Chrome Web Store and in
|
| browser extensions.
|
|
|
| +For more details, see :doc:`NaCl and PNaCl <nacl-and-pnacl>`.
|
| +
|
| Toolchains
|
| ----------
|
|
|
|
|