Whamcloud - gitweb
LUDOC 299 protocol: Spell-check document
[doc/protocol.git] / file_system_operations.txt
index 722b192..7a56e1d 100644 (file)
@@ -4,19 +4,21 @@ File System Operations
 [[file-system-operations]]
 
 Lustre is a POSIX compliant file system that provides namespace and
-data storage services to clients. It implements all the usual file
-system functionality including creating, writing, reading, and
-removing files and directories. These file system operations are
-implemented via <<lustre-rpcs,Lustre RPCs>>, which carry
-out communication and coordination with the servers. In this section
-we present the sequence of Lustre Operations, along with their
-effects, of a variety of file system operations.
+data storage services to clients. It implements the normal file system
+functionality including creating, writing, reading, and removing files
+and directories. These file system operations are implemented via
+<<lustre-rpcs,Lustre RPCs>>, which carry out communication and
+coordination with the servers. In this section we present the sequence
+of Lustre RPCs for a variety of file system operations, along with
+their effects.
 
 include::mount.txt[]
 
 include::umount.txt[]
 
+//////////////////////////////////////////////////////////////////////
 include::create.txt[]
+//////////////////////////////////////////////////////////////////////
 
 include::getattr.txt[]