git: f9c2c689f5 - main - 14.1: fix typos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 May 2024 21:19:03 UTC
The branch main has been updated by karels: URL: https://cgit.FreeBSD.org/doc/commit/?id=f9c2c689f5f8e113c99c886f6010dd0d75f7edbf commit f9c2c689f5f8e113c99c886f6010dd0d75f7edbf Author: Mike Karels <karels@FreeBSD.org> AuthorDate: 2024-05-24 21:17:36 +0000 Commit: Mike Karels <karels@FreeBSD.org> CommitDate: 2024-05-24 21:18:55 +0000 14.1: fix typos Pointed out by pauamme@gundo.com. --- website/content/en/releases/14.1R/relnotes.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/en/releases/14.1R/relnotes.adoc b/website/content/en/releases/14.1R/relnotes.adoc index 1a95161984..7aca45a74c 100644 --- a/website/content/en/releases/14.1R/relnotes.adoc +++ b/website/content/en/releases/14.1R/relnotes.adoc @@ -226,7 +226,7 @@ The `snd_clone` framework has been removed from the sound subsystem, including r The per-channel nodes ([.filename]#/dev/dspX.Y#) are no longer created, just the primary device ([.filename]#/dev/dspX#). gitref:e6c51f6db8d7[repository=src] (Sponsored by The FreeBSD Foundation) -Hot unlugging of sound devices is now handled, closing the device immediately. +Hot unplugging of sound devices is now handled, closing the device immediately. gitref:d692c314d29a[repository=src] (Sponsored by The FreeBSD Foundation) [[drivers-removals]] @@ -302,7 +302,7 @@ This section describes changes that affect networking in FreeBSD. [[network-general]] === General Network -ARP (man:arp[4]) support for 802-standard networks has been restored; it had been accidentally removd with FDDI support. +ARP (man:arp[4]) support for 802-standard networks has been restored; it had been accidentally removed with FDDI support. (This is different than the Ethernet standard encapsulation.) gitref:d776dd5fbd48[repository=src]