diff options
author | John Baldwin <jhb@FreeBSD.org> | 2024-12-10 20:34:10 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2024-12-10 20:34:10 +0000 |
commit | 34fbc9e421e7fbb382a644d8d289311455681734 (patch) | |
tree | d0967adac282dda14b2ef74ff19f7da02715a6d9 | |
parent | 90652188232458891a2922fb5a542971aa58055d (diff) |
cxgbetool.8: Consistently use .Cm for loader tunables
Sponsored by: Chelsio Communications
-rw-r--r-- | usr.sbin/cxgbetool/cxgbetool.8 | 4 |
1 files changed, 3 insertions, 1 deletions
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 |