Whamcloud - gitweb
LUDOC-298 protocl: Editorial pass through the document.
[doc/protocol.git] / ost_connect.txt
index 476ac6d..60b5759 100644 (file)
@@ -31,14 +31,14 @@ learns the UUID strings for the targets via an interaction with the
 MGS.
 
 'client_uuid'::
-A string with the client's own UUID. This is also a
+A string with the client's own UUID. This is also an
 <<struct-obd-uuid>>. The target sets the 'exp_client_uuid' field of
-its 'eport' structure to this value.
+its 'export' structure to this value.
 
 'lustre_handle'::
 See <<struct-lustre-handle>>. This 'lustre_handle' is distinct from
 the 'pb_handle' field in the 'ptlrpc_body'.  This 'lustre_handle'
-provied a unique 'cookie' to identify this client for this connection
+provides a unique 'cookie' to identify this client for this connection
 attempt. After a disconnect, a subsequent connect RPC will have a
 different value. The target preserves this cookie in the 'exp_handle'
 field of its 'obd_export' structure for this client. In that way it
@@ -62,7 +62,7 @@ The ost-connect-reply.png diagram resembles this text art:
 
 'ptlrpc_body'::
 RPC descriptor. See <<struct-ptlrpc-body>>. The 'pb_handle' field has
-the value, $C_t$, uniquely identifying that target. The value $C_t$ is
+the value, C~t~, uniquely identifying that target. The value C~t~ is
 preserved in the 'imp_remote_handle' field of the client's import
 structure for this target. See <<struct-obd-import>>.