Date: Fri, 9 Feb 2024 01:41:47 GMT From: Maxim Konovalov <maxim@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 15cb9c0d9f0a - main - ifconfig: a typo fixed in the man page Message-ID: <202402090141.4191fl3F043806@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by maxim: URL: https://cgit.FreeBSD.org/src/commit/?id=15cb9c0d9f0a1ecf2cf26968c42e6212ccce8c26 commit 15cb9c0d9f0a1ecf2cf26968c42e6212ccce8c26 Author: Maxim Konovalov <maxim@FreeBSD.org> AuthorDate: 2024-02-09 01:40:00 +0000 Commit: Maxim Konovalov <maxim@FreeBSD.org> CommitDate: 2024-02-09 01:40:00 +0000 ifconfig: a typo fixed in the man page PR: 276878 --- sbin/ifconfig/ifconfig.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 876b9b22ea56..1fe1b1876f81 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -711,7 +711,7 @@ buffers, enable them on the interface. .It Fl mextpg If the driver supports extended multi-page .Xr mbuf 9 -biffers, disable them on the interface. +buffers, disable them on the interface. .It Cm wol , wol_ucast , wol_mcast , wol_magic Enable Wake On Lan (WOL) support, if available. WOL is a facility whereby a machine in a low power state may be woken
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402090141.4191fl3F043806>