git: bd258f88e579 - main - src.conf.5: Use common phrasing in WITHOUT_OFED text
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Mar 2023 02:20:42 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=bd258f88e57982fd68ce179d900d373aef14b252
commit bd258f88e57982fd68ce179d900d373aef14b252
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-03-09 02:18:37 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-03-09 02:18:37 +0000
src.conf.5: Use common phrasing in WITHOUT_OFED text
Reported by: jhb
Sponsored by: The FreeBSD Foundation
---
share/man/man5/src.conf.5 | 4 ++--
tools/build/options/WITHOUT_OFED | 5 ++---
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 52b80513467e..0615afd8dead 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1261,9 +1261,9 @@ Build nvme related tools and kernel modules.
This is a default setting on
amd64/amd64, arm64/aarch64, i386/i386, powerpc/powerpc64 and powerpc/powerpc64le.
.It Va WITHOUT_OFED
-Disable the build of the
+Do not build the
.Dq "OpenFabrics Enterprise Distribution"
-Infiniband software stack, including kernel modules and userspace libraries.
+InfiniBand software stack, including kernel modules and userspace libraries.
.Pp
This is a default setting on
arm/armv6 and arm/armv7.
diff --git a/tools/build/options/WITHOUT_OFED b/tools/build/options/WITHOUT_OFED
index 63cb5b94eb28..8c38242cb1b8 100644
--- a/tools/build/options/WITHOUT_OFED
+++ b/tools/build/options/WITHOUT_OFED
@@ -1,4 +1,3 @@
-.\" $FreeBSD$
-Disable the build of the
+Do not build the
.Dq "OpenFabrics Enterprise Distribution"
-Infiniband software stack, including kernel modules and userspace libraries.
+InfiniBand software stack, including kernel modules and userspace libraries.