@@ -117,7 +117,7 @@ CHANGES WITH 227:
117117
118118 * File descriptors passed during socket activation may now be
119119 named. A new API sd_listen_fds_with_names() is added to
120- access the names. The default names may be overriden ,
120+ access the names. The default names may be overridden ,
121121 either in the .socket file using the FileDescriptorName=
122122 parameter, or by passing FDNAME= when storing the file
123123 descriptors using sd_notify().
@@ -1209,7 +1209,7 @@ CHANGES WITH 218:
12091209
12101210 * journalctl gained two new commands --vacuum-size= and
12111211 --vacuum-time= to delete old journal files until the
1212- remaining ones take up no more the specified size on disk,
1212+ remaining ones take up no more than the specified size on disk,
12131213 or are not older than the specified time.
12141214
12151215 * A new, native PPPoE library has been added to sd-network,
@@ -1303,7 +1303,7 @@ CHANGES WITH 218:
13031303 a fixed machine ID for subsequent boots.
13041304
13051305 * networkd's .netdev files now provide a large set of
1306- configuration parameters for VXLAN devices. Similar , the
1306+ configuration parameters for VXLAN devices. Similarly , the
13071307 bridge port cost parameter is now configurable in .network
13081308 files. There's also new support for configuring IP source
13091309 routing. networkd .link files gained support for a new
@@ -1636,7 +1636,7 @@ CHANGES WITH 216:
16361636
16371637 * .socket units gained a new DeferAcceptSec= setting that
16381638 controls the kernels' TCP_DEFER_ACCEPT sockopt for
1639- TCP. Similar , support for controlling TCP keep-alive
1639+ TCP. Similarly , support for controlling TCP keep-alive
16401640 settings has been added (KeepAliveTimeSec=,
16411641 KeepAliveIntervalSec=, KeepAliveProbes=). Also, support for
16421642 turning off Nagle's algorithm on TCP has been added
@@ -1852,7 +1852,7 @@ CHANGES WITH 215:
18521852 * tmpfiles learnt a new "L+" directive which creates a symlink
18531853 but (unlike "L") deletes a pre-existing file first, should
18541854 it already exist and not already be the correct
1855- symlink. Similar , "b+", "c+" and "p+" directives have been
1855+ symlink. Similarly , "b+", "c+" and "p+" directives have been
18561856 added as well, which create block and character devices, as
18571857 well as fifos in the filesystem, possibly removing any
18581858 pre-existing files of different types.
@@ -2035,14 +2035,14 @@ CHANGES WITH 214:
20352035 CAP_NET_BROADCAST, CAP_NET_RAW capabilities though, but
20362036 loses the ability to write to files owned by root this way.
20372037
2038- * Similar , systemd-resolved now runs under its own
2038+ * Similarly , systemd-resolved now runs under its own
20392039 "systemd-resolve" user with no capabilities remaining.
20402040
2041- * Similar , systemd-bus-proxyd now runs under its own
2041+ * Similarly , systemd-bus-proxyd now runs under its own
20422042 "systemd-bus-proxy" user with only CAP_IPC_OWNER remaining.
20432043
20442044 * systemd-networkd gained support for setting up "veth"
2045- virtual ethernet devices for container connectivity, as well
2045+ virtual Ethernet devices for container connectivity, as well
20462046 as GRE and VTI tunnels.
20472047
20482048 * systemd-networkd will no longer automatically attempt to
@@ -2744,7 +2744,7 @@ CHANGES WITH 209:
27442744 * The configuration of network interface naming rules for
27452745 "permanent interface names" has changed: a new NamePolicy=
27462746 setting in the [Link] section of .link files determines the
2747- priority of possible naming schemes (onboard, slot, mac ,
2747+ priority of possible naming schemes (onboard, slot, MAC ,
27482748 path). The default value of this setting is determined by
27492749 /usr/lib/net/links/99-default.link. Old
27502750 80-net-name-slot.rules udev configuration file has been
0 commit comments