Date: Thu, 27 Feb 2025 17:04:00 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 53662f9c6690 - stable/14 - cxgbetool.8: Consistently use .Cm for loader tunables Message-ID: <202502271704.51RH404P037033@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=53662f9c66901d100c6e6ddd98da43ebadb49234 commit 53662f9c66901d100c6e6ddd98da43ebadb49234 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2024-12-10 20:34:10 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2025-02-27 17:03:27 +0000 cxgbetool.8: Consistently use .Cm for loader tunables Sponsored by: Chelsio Communications (cherry picked from commit 34fbc9e421e7fbb382a644d8d289311455681734) --- usr.sbin/cxgbetool/cxgbetool.8 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr.sbin/cxgbetool/cxgbetool.8 b/usr.sbin/cxgbetool/cxgbetool.8 index 995a4146deb3..a5f345c6b781 100644 --- a/usr.sbin/cxgbetool/cxgbetool.8 +++ b/usr.sbin/cxgbetool/cxgbetool.8 @@ -531,7 +531,9 @@ List all filters programmed into the hardware. Install the firmware configuration file contained in .Ar fw-config.txt to the card. -Set hw.cxgbe.config_file="flash" in loader.conf to get +Set +.Cm hw.cxgbe.config_file="flash" +in loader.conf to get .Xr cxgbe 4 to use the on-flash configuration. .It Cm loadcfg Cm clear
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502271704.51RH404P037033>