diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2023-03-09 02:18:37 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2023-03-09 02:18:37 +0000 |
| commit | bd258f88e57982fd68ce179d900d373aef14b252 (patch) | |
| tree | 6d7c29aae25405c4bbbba1d8319695cb3e3bc8c6 | |
| parent | c581962414edfc26796319ccc988647b08b03ce1 (diff) | |
src.conf.5: Use common phrasing in WITHOUT_OFED text
Reported by: jhb
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | share/man/man5/src.conf.5 | 4 | ||||
| -rw-r--r-- | 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. |
