Fix typos.

This commit is contained in:
Jun Kuriyama 2001-05-07 00:47:22 +00:00
parent 55e2c7382d
commit 0d19c07e3c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9374

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/releases/4.3R/notes.sgml,v 1.1 2000/11/21 20:40:39 jkh Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/4.3R/notes.sgml,v 1.1 2001/04/21 07:58:32 jkh Exp $">
<!ENTITY title "FreeBSD 4.3 Release Notes">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -125,7 +125,7 @@ A driver for the ESS Maestro-3/Allegro has been added, however due to
licensing restrictions, it cannot be compiled into the kernel. To use
this driver, add the following line to /boot/loader.conf:
maestro3_load="YES"
snd_maestro3_load="YES"
The pcm(4) driver now supports the CMedia CMI8338/CMI8738 sound chips,
as well as the CS4281 sound chip.
@ -218,7 +218,7 @@ telnet(1) now does a better job of sanitizing its environment.
Several vulnerabilities in procfs(4) were fixed (see security advisory
FreeBSD-SA-00:77).
A bug in ipfw(8) and ipfw6(8) in which inbound TCP segments could
A bug in ipfw(8) and ip6fw(8) in which inbound TCP segments could
incorrectly be treated as being part of an "established" connection
has been fixed (see security advisory FreeBSD-SA-01:08).