From 78d3c6ac79e59e4ea06cc5df7b85504e7d25a558 Mon Sep 17 00:00:00 2001 From: Darryl Abbate Date: Fri, 2 Aug 2024 17:58:43 -0700 Subject: [PATCH] man: Fix formatting for `FI_OPT_FI_HMEM_P2P` prose Otherwise, when rendered on the OFIWG site, it reads as if the restrictions only apply when the opt is set to `FI_HMEM_P2P_DISABLED` Signed-off-by: Darryl Abbate --- man/fi_endpoint.3.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man/fi_endpoint.3.md b/man/fi_endpoint.3.md index 9eee4dc19bd..fe744c6f7a6 100644 --- a/man/fi_endpoint.3.md +++ b/man/fi_endpoint.3.md @@ -519,9 +519,10 @@ The following option levels and option names and parameters are defined. to copy the data to initiate the transfer if peer to peer support is unavailable. * FI_HMEM_P2P_DISABLED: Peer to peer support should not be used. -: fi_setopt() will return -FI_EOPNOTSUPP if the mode requested cannot be supported + + fi_setopt() will return -FI_EOPNOTSUPP if the mode requested cannot be supported by the provider. -: The FI_HMEM_DISABLE_P2P environment variable discussed in + The FI_HMEM_DISABLE_P2P environment variable discussed in [`fi_mr`(3)](fi_mr.3.html) takes precedence over this setopt option. - *FI_OPT_CUDA_API_PERMITTED - bool*