diff options
author | Maigurs Stalidzans <maigurs.stalidzans@icloud.com> | 2021-06-29 01:27:30 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2021-06-29 01:42:17 +0000 |
commit | 857cde693f26ba558fbacf86aa2f2313d29a02cd (patch) | |
tree | 76d52fce92df266ea4cf28ee5d1a1c5c146341fb | |
parent | 3d5104182c2eb4336905e89aa0d089b67aa746e3 (diff) | |
download | src-857cde693f26ba558fbacf86aa2f2313d29a02cd.tar.gz src-857cde693f26ba558fbacf86aa2f2313d29a02cd.zip |
UPDATING: Fix typos / improve langauge
This fixes a couple of typos in older entries, and clarifies the
language of a newer one. It also removes a joke that trips up
foreign readers due its use of faux archaic English.
Reviewed by: imp@
-rw-r--r-- | UPDATING | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -593,8 +593,8 @@ https://lists.freebsd.org/archives/freebsd-current/2021-June/000153.html r342286 modifies the NFSv4 server so that it obeys vfs.nfsd.nfs_privport in the same as it is applied to NFSv2 and 3. This implies that NFSv4 servers that have vfs.nfsd.nfs_privport set will only allow mounts - from clients using a reserved port#. Since both the FreeBSD and Linux - NFSv4 clients use reserved port#s by default, this should not affect + from clients using a reserved port. Since both the FreeBSD and Linux + NFSv4 clients use reserved ports by default, this should not affect most NFSv4 mounts. 20181219: @@ -1036,7 +1036,7 @@ https://lists.freebsd.org/archives/freebsd-current/2021-June/000153.html Newer versions of loader can boot old kernels without issue. 20171110: - The LOADER_FIREWIRE_SUPPORT build variable as been renamed to + The LOADER_FIREWIRE_SUPPORT build variable has been renamed to WITH/OUT_LOADER_FIREWIRE. LOADER_{NO_,}GELI_SUPPORT has been renamed to WITH/OUT_LOADER_GELI. @@ -1220,7 +1220,7 @@ https://lists.freebsd.org/archives/freebsd-current/2021-June/000153.html If you have if_ath_pci in /boot/loader.conf, ensure it is after if_ath or it will not load any HAL chipset support. - If you want to selectively load things (eg on ye cheape ARM/MIPS + If you want to selectively load things (eg on cheaper ARM/MIPS platforms where RAM is at a premium) you should: * load ath_hal @@ -1444,7 +1444,7 @@ https://lists.freebsd.org/archives/freebsd-current/2021-June/000153.html kernel. 20160527: - CAM will now strip leading spaces from SCSI disks' serial numbers. + CAM now strips the leading spaces from each SCSI disk's serial number. This will affect users who create UFS filesystems on SCSI disks using those disk's diskid device nodes. For example, if /etc/fstab previously contained a line like |