| Index: native_client_sdk/src/examples/hello_nacl_mounts/example.dsc
|
| diff --git a/native_client_sdk/src/examples/hello_nacl_mounts/example.dsc b/native_client_sdk/src/examples/hello_nacl_mounts/example.dsc
|
| index abffe260fbf587f4a3bfe704ca0db739bd52cbd5..ea55c447b87fc8aa5f15a0296cc906605b69dd68 100644
|
| --- a/native_client_sdk/src/examples/hello_nacl_mounts/example.dsc
|
| +++ b/native_client_sdk/src/examples/hello_nacl_mounts/example.dsc
|
| @@ -16,15 +16,16 @@
|
| }
|
| ],
|
| 'DATA': [
|
| + 'Makefile',
|
| 'example.js'
|
| ],
|
| 'DEST': 'examples',
|
| 'NAME': 'hello_nacl_mounts',
|
| 'TITLE': 'Hello, Nacl Mounts!',
|
| 'DESC': """
|
| -The NaCl Mounts example demonstrates mapping standard FILE such as fopen,
|
| +The NaCl Mounts example demonstrates mapping standard FILE such as fopen,
|
| fread, fwrite into mounts by linking in the nacl_mounts library. This allows
|
| -developers to wrap Pepper API such as the File IO API or URL Loader into
|
| +developers to wrap Pepper API such as the File IO API or URL Loader into
|
| standard blocking calls.""",
|
| 'FOCUS': 'Using NaCl Mounts.',
|
| 'GROUP': 'Concepts'
|
|
|