Bug 276878 - ifconfig.8 buffers spelling mistake
Summary: ifconfig.8 buffers spelling mistake
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Maxim Konovalov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-08 04:34 UTC by pprocacci
Modified: 2024-02-19 06:56 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pprocacci 2024-02-08 04:34:00 UTC
--- sbin/ifconfig/ifconfig.8.orig       2024-02-07 23:31:49.446309000 -0500
+++ sbin/ifconfig/ifconfig.8    2024-02-07 23:31:57.064128000 -0500
@@ -707,7 +707,7 @@
 .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
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-02-09 01:42:31 UTC
A commit in branch main references this bug:

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(-)