From 5772c7a60ed0bda3b8ca47189163c621584a2557 Mon Sep 17 00:00:00 2001 From: Joshua Hursey Date: Thu, 11 Aug 2022 12:54:08 -0500 Subject: [PATCH] Add cross reference to the versioning section Signed-off-by: Joshua Hursey --- Chap_API_Query.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chap_API_Query.tex b/Chap_API_Query.tex index 22c84dab..aa1190a5 100644 --- a/Chap_API_Query.tex +++ b/Chap_API_Query.tex @@ -356,13 +356,13 @@ \subsection{Query keys} % \declareAttributeNEW{PMIX_QUERY_STABLE_ABI_VERSION}{"pmix.qry.stabiver"}{char *}{ Query the PMIx Standard Stable \ac{ABI} version(s) supported by the \ac{PMIx} library. The version returned will be of the form \code{"MAJOR.MINOR"}. If multiple versions are supported then a comma-separated list of version numbers will be returned. -%See Section~\ref{chap:intro:abi:versioning} for versioning advice. +See Section~\ref{chap:intro:abi:versioning} for versioning advice. NO QUALIFIERS. } % \declareAttributeNEW{PMIX_QUERY_PROVISIONAL_ABI_VERSION}{"pmix.qry.prabiver"}{char *}{ Query the PMIx Standard Provisional \ac{ABI} version(s) supported by the \ac{PMIx} library. The version returned will be of the form \code{"MAJOR.MINOR"}. If multiple versions are supported then a comma-separated list of version numbers will be returned. -%See Section~\ref{chap:intro:abi:versioning} for versioning advice. +See Section~\ref{chap:intro:abi:versioning} for versioning advice. NO QUALIFIERS. }