diff --git a/Chap_API_Data_Mgmt.tex b/Chap_API_Data_Mgmt.tex index 9192553..aba0359 100644 --- a/Chap_API_Data_Mgmt.tex +++ b/Chap_API_Data_Mgmt.tex @@ -246,7 +246,7 @@ \subsection{\code{PMIx_Data_unpack}} \begin{arglist} \argin{source}{Pointer to a \refstruct{pmix_proc_t} structure of the process that packed the provided buffer. A NULL value may be used to indicate that the source is based on the same \ac{PMIx} version as the caller. -i. Only the namespace is used to determine the packing version as all processes in a namespace are required to use the same \ac{PMIx} version. (handle)} +Only the namespace is used to determine the packing version as all processes in a namespace are required to use the same \ac{PMIx} version. (handle)} \argin{buffer}{A pointer to the buffer from which the value will be extracted. (handle)} \arginout{dest}{A pointer to the memory location into which the data is to be stored. Note that these values will be stored contiguously in memory. For strings, this pointer must be to (char**) to provide a means of supporting multiple string operations. The unpack function will allocate memory for each string in the array, but the caller must provide adequate memory for the array of pointers. (\code{void*})} \arginout{max_num_values}{The number of values to be unpacked. Upon completion, the parameter will be set to the actual number of values unpacked. In most cases, this should match the maximum number provided in the parameters, but in no case will it exceed the value of this parameter. Note that unpacking fewer values than are actually available will leave the buffer in an unpackable state and the function will return an error code to warn of this condition.(\code{int32_t})} @@ -279,7 +279,7 @@ \subsection{\code{PMIx_Data_unpack}} \ac{PMIx} library is aware of the version the packer used. Note that all processes in a given namespace are \textit{required} to use the same \ac{PMIx} version --- thus, the caller must only know at least one process from the -packer's namespace +packer's namespace. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%