From dc65d7754bf8bdcd58dd4049b27f65cc5f4d6130 Mon Sep 17 00:00:00 2001 From: Jianxin Xiong Date: Fri, 17 Nov 2023 14:33:04 -0800 Subject: [PATCH] man: Fix the fi_provider.7 man page for the man page converter The perl script to convert markdown to man page would remove all content between to lines ending with '---'. Add a space to the end of such lines that are not intended to match the pattern. Signed-off-by: Jianxin Xiong (cherry picked from commit 23043e73a48af74652d0199d04d0238e5e7926de) --- man/fi_provider.7.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/fi_provider.7.md b/man/fi_provider.7.md index cca2c126c58..baa3478fb0e 100644 --- a/man/fi_provider.7.md +++ b/man/fi_provider.7.md @@ -25,11 +25,11 @@ following diagram illustrates the architecture between the provider types. ``` ----------------------------- libfabric API ---------------------------- +---------------------------- libfabric API ---------------------------- [core] provider|<- [hooking provider] -[services] API | --- libfabric API --- +[services] API | --- libfabric API --- |<- [utility provider] - | ---------------- libfabric API ------------------ + | ---------------- libfabric API ------------------ |<- [core provider] <-peer API-> [offload provider] ```