summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2020-05-31 21:21:44 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2020-05-31 21:21:44 +0200
commit1d16f661eb339337247c3ea1af62b8453c9a4f10 (patch)
treeb79e19848f9e7b845059b695c25c7efe0a447715 /NEWS
parentd904afc730268d50502f764dfd55b8cf4906c46f (diff)
downloadsystemd-1d16f661eb339337247c3ea1af62b8453c9a4f10.tar.gz
NEWS: fix several typos
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 10 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 11be98aeae..b27d38be77 100644
--- a/NEWS
+++ b/NEWS
@@ -117,12 +117,12 @@ CHANGES WITH 246 in spe:
into a pointer, without adding it to the object pointer the vtable is
associated with.
- * sd-bus now exposed four new functions:
+ * sd-bus now exposes four new functions:
sd_bus_interface_name_is_valid() + sd_bus_service_name_is_valid() +
sd_bus_member_name_is_valid() + sd_bus_object_path_is_valid() will
validate strings to check if they qualify as various D-Bus concepts.
- * The sd-bus api gained the SD_BUS_METHOD_WITH_ARGS(),
+ * The sd-bus API gained the SD_BUS_METHOD_WITH_ARGS(),
SD_BUS_METHOD_WITH_ARGS_OFFSET() and SD_BUS_SIGNAL_WITH_ARGS() macros
that simplify adding argument names to D-Bus methods and signals.
@@ -189,7 +189,7 @@ CHANGES WITH 246 in spe:
hostname, truncated at the first dot.
* systemd-notify's --pid= switch gained new values: "parent", "self",
- "auto" for controlling which PID to send to the service managing: the
+ "auto" for controlling which PID to send to the service manager: the
systemd-notify process' PID, or the one of the process invoking it.
* When sending a file descriptor (fd) to the service manager to keep
@@ -214,9 +214,9 @@ CHANGES WITH 246 in spe:
allocated session. This is useful for upgrading tty sessions to
graphical ones once a compositor is invoked.
- * .mount units gained a new ReadWriteOnly= boolean option. If set the
+ * .mount units gained a new ReadWriteOnly= boolean option. If set
it will not be attempted to mount a file system read-only if mounting
- it read-write mode doesn't succeed. An option x-systemd.rw-only is
+ in read-write mode doesn't succeed. An option x-systemd.rw-only is
available in /etc/fstab to control the same.
* coredumps collected by systemd-coredump may now be compressed using
@@ -252,11 +252,11 @@ CHANGES WITH 246 in spe:
* systemd-repart's --empty= setting gained a new value "create". If
specified a new empty regular disk image file is created under the
- specified name. It's size may be specified with the new --size=
+ specified name. Its size may be specified with the new --size=
option. The latter is also supported without the "create" mode, in
order to grow existing disk image files to the specified size. These
- two new options make are useful when creating or manipulating
- disk images instead of operating on actual block devices.
+ two new options are useful when creating or manipulating disk images
+ instead of operating on actual block devices.
* systemd-repart drop-ins now support a new UUID= setting to control
the UUID to assign to a newly created partition.
@@ -282,7 +282,7 @@ CHANGES WITH 246 in spe:
instance).
* The /sys/module/kernel/parameters/crash_kexec_post_notifiers file is
- not automatically set to "Y" at boot, in order to enable pstore
+ now automatically set to "Y" at boot, in order to enable pstore
generation for collection with systemd-pstore.
* New kernel command line options systemd.condition-needs-update= and
@@ -350,7 +350,7 @@ CHANGES WITH 246 in spe:
* A new boolean option AssignAcquiredDelegatedPrefixAddress= has been
added to the [DHCPv6] section of .network files. If enabled (which is
- the default) an address from any acquire delegated prefix is
+ the default) an address from any acquired delegated prefix is
automatically chosen and assigned to the interface.
* "systemctl reboot" takes the option "--reboot-argument=".