1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Roland Fehrenbacher <rf@q-leap.de>
Date: Fri, 14 Mar 2025 14:09:25 +0000
Subject: Fix manpages NAME sections
---
man/man3/fi_collective.3 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/man/man3/fi_collective.3 b/man/man3/fi_collective.3
index ead102d..bba1360 100644
--- a/man/man3/fi_collective.3
+++ b/man/man3/fi_collective.3
@@ -17,6 +17,8 @@
.TH "fi_collective" "3" "2024\-12\-10" "Libfabric Programmer\[cq]s Manual" "#VERSION#"
.hy
.SH NAME
+.PP
+fi_collective \- Collective operations
.TP
fi_join_collective
Operation where a subset of peers join a new collective group.
|