From 534bd29861184ae2836debc1361600a53193ee9a Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 29 Oct 2020 12:24:01 -0700 Subject: [PATCH] Update Chap_API_Server.tex Signed-off-by: Ralph Castain Co-authored-by: Josh Hursey <4259120+jjhursey@users.noreply.github.com> (cherry picked from commit d560896d74e7a4e840d5c74a71674a3924f4583d) --- Chap_API_Server.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chap_API_Server.tex b/Chap_API_Server.tex index 9582b374..366b351e 100644 --- a/Chap_API_Server.tex +++ b/Chap_API_Server.tex @@ -273,7 +273,7 @@ \subsection{\code{PMIx_generate_regex}} Given a comma-separated list of \refarg{input} values, generate a reduced size representation of the input that can be passed down to the \ac{PMIx} server library's \refapi{PMIx_server_register_nspace} \ac{API} for parsing. The order of the individual values in the \refarg{input} string is preserved across the operation. The caller is responsible for releasing the returned data. -\label{regex:fmt}The precise compressed representations will be implementation specific. The regular expression itself is not required to be a printable string nor to obey typical string constraints (e.g., include a \code{NULL} terminator byte). However, all \ac{PMIx} implementations are required to include a colon-delimited \code{NULL}-terminated string at the beginning of the output representation that can be printed for diagnostic purposes and identifies the method used to generate the representation. The following identifiers are reserved by the Standard: +\label{regex:fmt}The precise compressed representations will be implementation specific. The regular expression itself is not required to be a printable string nor to obey typical string constraints (e.g., include a \code{NULL} terminator byte). However, all \ac{PMIx} implementations are required to include a colon-delimited \code{NULL}-terminated string at the beginning of the output representation that can be printed for diagnostic purposes and identifies the method used to generate the representation. The following identifiers are reserved by the \ac{PMIx} Standard: \begin{itemize} \item \code{"raw:\textbackslash0"} - indicates that the expression following the identifier is simply the comma-delimited input string (no processing was performed).