| Index: native_client_sdk/src/examples/hello_nacl_io/index.html
|
| diff --git a/native_client_sdk/src/examples/hello_nacl_mounts/index.html b/native_client_sdk/src/examples/hello_nacl_io/index.html
|
| similarity index 96%
|
| rename from native_client_sdk/src/examples/hello_nacl_mounts/index.html
|
| rename to native_client_sdk/src/examples/hello_nacl_io/index.html
|
| index 2f9761c1706583a218b40c1e5fd75524febbbfad..f122758a4ea055dcc21befda67f259bc27895b79 100644
|
| --- a/native_client_sdk/src/examples/hello_nacl_mounts/index.html
|
| +++ b/native_client_sdk/src/examples/hello_nacl_io/index.html
|
| @@ -18,10 +18,10 @@ found in the LICENSE file.
|
| <h2>Status: <code id="statusField">NO-STATUS</code></h2>
|
| <p>
|
| This example shows how you can use standard C library file operation
|
| - functions in Native Client using a library called nacl_mounts.
|
| + functions in Native Client using a library called nacl_io.
|
| </p>
|
| <p>
|
| - nacl_mounts provides a virtual filesystem. The filesystem can be "mounted"
|
| + nacl_io provides a virtual filesystem. The filesystem can be "mounted"
|
| in a given directory tree. When you perform operations on files in those
|
| directories, the mount determines how those operations should be performed.
|
| </p>
|
|
|