]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
News: some fixes and improvements (#8010)
authorClinton Roy <clinton.roy@gmail.com>
Fri, 26 Jan 2018 10:44:11 +0000 (21:44 +1100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 26 Jan 2018 10:44:11 +0000 (19:44 +0900)
* missing whitespace.

* NEWS: some small fixes and improvements.

NEWS

diff --git a/NEWS b/NEWS
index a1b46a871bd873acf9d6b45a2cc295d13c7e158e..3447933cd2e79c0c525936cd76dec0e4619ae0c1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -47,7 +47,7 @@ CHANGES WITH 237 in spe:
           versions.
 
         * In systemd-networkd, the [IPVLAN] section in .netdev files gained
-          support for configuring device flags in the Flags= setting In the
+          support for configuring device flags in the Flags= setting. In the
           same files, the [Tunnel] section gained support for configuring
           AllowLocalRemote=.  The [Route] section in .network files gained
           support for configuring InitialCongestionWindow=,
@@ -104,24 +104,24 @@ CHANGES WITH 237 in spe:
           calls where an "sd_event*" object is expected: SD_EVENT_DEFAULT. When
           used this refers to the default event loop object of the calling
           thread. Note however that this does not implicitly allocate one —
-          which has to be done prior by using sd_event_default(). Similar
-          sd-bus gained three new pseudo-handles SD_BUS_DEFAULT,
+          which has to be done prior by using sd_event_default(). Similarly
+          sd-bus gained three new pseudo-handles SD_BUS_DEFAULT,
           SD_BUS_DEFAULT_USER, SD_BUS_DEFAULT_SYSTEM that may be used to refer
           to the default bus of the specified type of the calling thread. Here
           too this does not implicitly allocate bus connection objects, this
           has to be done prior with sd_bus_default() and friends.
 
         * sd-event gained a new call pair
-          sd_event_source_{get|set}_io_fd_own(). This may be used to optionally
-          automatically close the file descriptor an IO event source watches
+          sd_event_source_{get|set}_io_fd_own(). This may be used to request
+          automatic closure of the file descriptor an IO event source watches
           when the event source is destroyed.
 
         * systemd-networkd gained support for natively configuring WireGuard
           connections.
 
-        * Already in previous versions systemd synthesized user records both
-          for the "nobody" (UID 65534) and "root" (UID 0) users in nss-systemd
-          and internally. In order to simplify distribution-wide renames of the
+        * In previous versions systemd synthesized user records both for the
+          "nobody" (UID 65534) and "root" (UID 0) users in nss-systemd and
+          internally. In order to simplify distribution-wide renames of the
           "nobody" user (like it is planned in Fedora: nfsnobody → nobody), a
           new transitional flag file has been added: if
           /etc/systemd/dont-synthesize-nobody exists synthesizing of the 65534