summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2019-05-11 19:31:54 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2019-05-11 19:31:54 +0000
commit82455a3319a9a31ec3fbdfaadfda5479c26ac388 (patch)
tree3856bf5f2eda47a023e30205f2389d6eeb8f75e9 /UPDATING
parent706a3d9c657a2dcdf70cd03f6d603ca03402add8 (diff)
downloadsrc-test2-82455a3319a9a31ec3fbdfaadfda5479c26ac388.tar.gz
src-test2-82455a3319a9a31ec3fbdfaadfda5479c26ac388.zip
Correct a handful of typos.
Notes
Notes: svn path=/head/; revision=347497
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 8 insertions, 8 deletions
diff --git a/UPDATING b/UPDATING
index 35bd16039d0f..bc759827da97 100644
--- a/UPDATING
+++ b/UPDATING
@@ -92,7 +92,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
The fuse(4) module has been renamed to fusefs(4) for consistency with
other filesystems. You should update any kld_load="fuse" entries in
/etc/rc.conf, fuse_load="YES" entries in /boot/loader.conf, and
- "options FUSE" enties in kernel config files.
+ "options FUSE" entries in kernel config files.
20190304:
Clang, llvm, lld, lldb, compiler-rt and libc++ have been upgraded to
@@ -156,7 +156,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
20181211:
Remove the timed and netdate programs from the base tree. Setting
- the time with these deamons has been obsolete for over a decade.
+ the time with these daemons has been obsolete for over a decade.
20181126:
On amd64, arm64 and armv7 (architectures that install LLVM's ld.lld
@@ -219,7 +219,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
20181009:
OpenSSL has been updated to version 1.1.1. This update included
- additional various API changes througout the base system. It is
+ additional various API changes throughout the base system. It is
important to rebuild third-party software after upgrading. The value
of __FreeBSD_version has been bumped accordingly.
@@ -316,13 +316,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
20180719:
ARM64 now have efifb support, if you want to have serial console
on your arm64 board when an screen is connected and the bootloader
- setup a framebuffer for us to use, just add :
+ setup a frame buffer for us to use, just add :
boot_serial=YES
boot_multicons=YES
in /boot/loader.conf
For Raspberry Pi 3 (RPI) users, this is needed even if you don't have
- an screen connected as the firmware will setup a framebuffer are that
- u-boot will expose as an EFI framebuffer.
+ an screen connected as the firmware will setup a frame buffer are that
+ u-boot will expose as an EFI frame buffer.
20180719:
New uid:gid added, ntpd:ntpd (123:123). Be sure to run mergemaster
@@ -421,7 +421,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
20180508:
The nxge(4) driver has been removed. This driver was for PCI-X 10g
- cards made by s2io/Neterion. The company was aquired by Exar and
+ cards made by s2io/Neterion. The company was acquired by Exar and
no longer sells or supports Ethernet products. If you have device
nxge in your kernel config file it must be removed.
@@ -512,7 +512,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
20180212:
FreeBSD boot loader enhanced with Lua scripting. It's purely opt-in for
now by building WITH_LOADER_LUA and WITHOUT_FORTH in /etc/src.conf.
- Co-existance for the transition period will come shortly. Booting is a
+ Co-existence for the transition period will come shortly. Booting is a
complex environment and test coverage for Lua-enabled loaders has been
thin, so it would be prudent to assume it might not work and make
provisions for backup boot methods.