NEWS: fix typo

This commit is contained in:
Mike Yuan 2024-03-15 22:35:05 +08:00
parent aa747c0033
commit 0867b87a90
No known key found for this signature in database
GPG key ID: 417471C0A40F58B3

6
NEWS
View file

@ -41,7 +41,7 @@ CHANGES WITH 256 in spe:
(with at least one directory separator '/'), will open the file (with at least one directory separator '/'), will open the file
directly, instead of searching for the given partial path in the directly, instead of searching for the given partial path in the
standard locations. The old mode wasn't useful because tmpfiles.d and standard locations. The old mode wasn't useful because tmpfiles.d and
sysusers.d configuratino has a flat structure with no subdirectories sysusers.d configuration has a flat structure with no subdirectories
under the standard locations and this change makes it easier to work under the standard locations and this change makes it easier to work
with local files with those tools. with local files with those tools.
@ -52,7 +52,7 @@ CHANGES WITH 256 in spe:
General Changes and New Features: General Changes and New Features:
* Various programs will load the main configuration from under * Various programs will load the main configuration from under
/usr/lib/, /usr/local/lib, and /run, not just from under /etc/. For /usr/lib/, /usr/local/lib/, and /run/, not just from under /etc/. For
example, systemd-logind will look for /etc/systemd/logind.conf, example, systemd-logind will look for /etc/systemd/logind.conf,
/run/systemd/logind.conf, /usr/local/lib/systemd/logind.conf, and /run/systemd/logind.conf, /usr/local/lib/systemd/logind.conf, and
/usr/lib/systemd/logind.conf, and use the first file that is found. /usr/lib/systemd/logind.conf, and use the first file that is found.
@ -136,7 +136,7 @@ CHANGES WITH 256 in spe:
* AllowedCPUs= now supports specifier expansion. * AllowedCPUs= now supports specifier expansion.
* What= setting in .mount and .swap units now accepts an fstab-style * What= setting in .mount and .swap units now accepts fstab-style
identifiers, for example UUID=… or LABEL=…. identifiers, for example UUID=… or LABEL=….
* RestrictNetworkInterfaces= now supports alternative network interface * RestrictNetworkInterfaces= now supports alternative network interface