diff --git a/man/binfmt.d.xml b/man/binfmt.d.xml
index 94f97e0ed..6f8668b47 100644
--- a/man/binfmt.d.xml
+++ b/man/binfmt.d.xml
@@ -88,8 +88,8 @@
administrator, who may use this logic to override the
configuration files installed from vendor
packages. All files are sorted by their filename in
- lexicographic order, regardless in which of the
- directories they reside. If multiple files specify
+ lexicographic order, regardless of which of the
+ directories they reside in. If multiple files specify
the same binary type name, the entry in the file with
the lexicographically latest name will be applied.
diff --git a/man/journald.conf.xml b/man/journald.conf.xml
index 8e642a3f5..b362c5de2 100644
--- a/man/journald.conf.xml
+++ b/man/journald.conf.xml
@@ -155,7 +155,7 @@
into the system journal. If
uid, any user ID
will get his own journal files
- regardless whether it belongs to a
+ regardless of whether it belongs to a
system service or refers to a real
logged in user. If
none, journal files
diff --git a/man/loginctl.xml b/man/loginctl.xml
index 1b54ff7dc..133d6cfe9 100644
--- a/man/loginctl.xml
+++ b/man/loginctl.xml
@@ -109,7 +109,7 @@
When showing
session/user/seat properties, show all
- properties regardless whether they are
+ properties regardless of whether they are
set or not.
diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml
index 6e804e1a6..84c1afa46 100644
--- a/man/sd-daemon.xml
+++ b/man/sd-daemon.xml
@@ -144,7 +144,7 @@
These APIs are implemented in the reference
implementation's sd-daemon.c and
sd-daemon.h files. These
- interfaces are available as shared library, which can
+ interfaces are available as a shared library, which can
be compiled and linked to with the
libsystemd-daemonpkg-config1
file. Alternatively, applications consuming these APIs
diff --git a/man/sd-journal.xml b/man/sd-journal.xml
index 6d3961144..832d58457 100644
--- a/man/sd-journal.xml
+++ b/man/sd-journal.xml
@@ -98,7 +98,7 @@
Notes
- These APIs are implemented as shared library,
+ These APIs are implemented as a shared library,
which can be compiled and linked to with the
libsystemd-journalpkg-config1
file.
diff --git a/man/sd-login.xml b/man/sd-login.xml
index 251b35b06..1d47b298d 100644
--- a/man/sd-login.xml
+++ b/man/sd-login.xml
@@ -99,7 +99,7 @@
caller with the libc
free3
call after use, including the strings referenced
- therein. Similar, individual strings returned need to
+ therein. Similarly, individual strings returned need to
be freed, as well.As a special exception, instead of an empty
@@ -120,7 +120,7 @@
Notes
- These APIs are implemented as shared library,
+ These APIs are implemented as a shared library,
which can be compiled and linked to with the
libsystemd-loginpkg-config1
file.
diff --git a/man/sd_booted.xml b/man/sd_booted.xml
index 64c0cd9d3..6f8cc95ca 100644
--- a/man/sd_booted.xml
+++ b/man/sd_booted.xml
@@ -100,7 +100,7 @@
in the reference implementation's
sd-daemon.c and
sd-daemon.h files. These
- interfaces are available as shared library, which can
+ interfaces are available as a shared library, which can
be compiled and linked to with the
libsystemd-daemonpkg-config1
file. Alternatively, applications consuming these APIs
diff --git a/man/sd_get_seats.xml b/man/sd_get_seats.xml
index 8254b7cae..1e55af3bd 100644
--- a/man/sd_get_seats.xml
+++ b/man/sd_get_seats.xml
@@ -90,13 +90,13 @@
NULL may be returned and should be considered
equivalent to an empty array.
- Similar, sd_get_sessions() may
+ Similarly, sd_get_sessions() may
be used to determine all current login sessions.
- Similar, sd_get_uids() may
+ Similarly, sd_get_uids() may
be used to determine all Unix users who currently have login sessions.
- Similar,
+ Similarly,
sd_get_machine_names() may be
used to determine all current virtual machines and
containers on the system.
@@ -122,7 +122,7 @@
sd_get_sessions(),
sd_get_uids() and
sd_get_machine_names() interfaces
- are available as shared library, which can be compiled
+ are available as a shared library, which can be compiled
and linked to with the
libsystemd-loginpkg-config1
file.
diff --git a/man/sd_id128_get_machine.xml b/man/sd_id128_get_machine.xml
index 6bee7ad9c..084fda251 100644
--- a/man/sd_id128_get_machine.xml
+++ b/man/sd_id128_get_machine.xml
@@ -116,7 +116,7 @@
The sd_id128_get_machine()
and sd_id128_get_boot()
- interfaces are available as shared library, which can
+ interfaces are available as a shared library, which can
be compiled and linked to with the
libsystemd-id128pkg-config1
file.
diff --git a/man/sd_id128_randomize.xml b/man/sd_id128_randomize.xml
index 0b9580308..100de167b 100644
--- a/man/sd_id128_randomize.xml
+++ b/man/sd_id128_randomize.xml
@@ -95,7 +95,7 @@
NotesThe sd_id128_randomize() interface
- is available as shared library, which can be compiled
+ is available as a shared library, which can be compiled
and linked to with the
libsystemd-id128pkg-config1
file.
diff --git a/man/sd_id128_to_string.xml b/man/sd_id128_to_string.xml
index 71cf82a6c..eae291578 100644
--- a/man/sd_id128_to_string.xml
+++ b/man/sd_id128_to_string.xml
@@ -118,7 +118,7 @@
The sd_id128_to_string()
and sd_id128_from_string() interfaces are
- available as shared library, which can be compiled and
+ available as a shared library, which can be compiled and
linked to with the libsystemd-id128pkg-config1
file.
diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml
index 4d9cd7960..5e79453ce 100644
--- a/man/sd_is_fifo.xml
+++ b/man/sd_is_fifo.xml
@@ -208,7 +208,7 @@
related functions are implemented in the reference
implementation's sd-daemon.c and
sd-daemon.h files. These
- interfaces are available as shared library, which can
+ interfaces are available as a shared library, which can
be compiled and linked to with the
libsystemd-daemonpkg-config1
file. Alternatively, applications consuming these APIs
diff --git a/man/sd_journal_add_match.xml b/man/sd_journal_add_match.xml
index b6c7b06f2..6568234e0 100644
--- a/man/sd_journal_add_match.xml
+++ b/man/sd_journal_add_match.xml
@@ -174,7 +174,7 @@
sd_journal_add_disjunction(),
sd_journal_add_conjunction() and
sd_journal_flush_matches()
- interfaces are available as shared library, which can
+ interfaces are available as a shared library, which can
be compiled and linked to with the
libsystemd-journalpkg-config1
file.
diff --git a/man/sd_journal_get_catalog.xml b/man/sd_journal_get_catalog.xml
index 4a7e0a1f8..ecd329f01 100644
--- a/man/sd_journal_get_catalog.xml
+++ b/man/sd_journal_get_catalog.xml
@@ -118,7 +118,7 @@
The sd_journal_get_catalog() and
sd_journal_get_catalog_for_message_id()
- interfaces are available as shared library, which can
+ interfaces are available as a shared library, which can
be compiled and linked to with the
libsystemd-journalpkg-config1
file.
diff --git a/man/sd_journal_get_cursor.xml b/man/sd_journal_get_cursor.xml
index 4cee7d5b6..046c15409 100644
--- a/man/sd_journal_get_cursor.xml
+++ b/man/sd_journal_get_cursor.xml
@@ -130,7 +130,7 @@
The sd_journal_get_cursor()
and sd_journal_test_cursor()
- interfaces are available as shared library, which can
+ interfaces are available as a shared library, which can
be compiled and linked to with the
libsystemd-journalpkg-config1
file.
diff --git a/man/sd_journal_get_cutoff_realtime_usec.xml b/man/sd_journal_get_cutoff_realtime_usec.xml
index 9bf8220d1..287c1c5ba 100644
--- a/man/sd_journal_get_cutoff_realtime_usec.xml
+++ b/man/sd_journal_get_cutoff_realtime_usec.xml
@@ -122,7 +122,7 @@
sd_journal_get_cutoff_realtime_usec()
and
sd_journal_get_cutoff_monotonic_usec()
- interfaces are available as shared library, which can
+ interfaces are available as a shared library, which can
be compiled and linked to with the
libsystemd-journalpkg-config1
file.
diff --git a/man/sd_journal_get_data.xml b/man/sd_journal_get_data.xml
index 0e1111e05..6ed52b569 100644
--- a/man/sd_journal_get_data.xml
+++ b/man/sd_journal_get_data.xml
@@ -203,7 +203,7 @@
sd_journal_set_data_threshold()
and
sd_journal_get_data_threshold()
- interfaces are available as shared library, which can
+ interfaces are available as a shared library, which can
be compiled and linked to with the
libsystemd-journalpkg-config1
file.
diff --git a/man/sd_journal_get_fd.xml b/man/sd_journal_get_fd.xml
index 764f716a1..4b36f97af 100644
--- a/man/sd_journal_get_fd.xml
+++ b/man/sd_journal_get_fd.xml
@@ -253,7 +253,7 @@ else {
sd_journal_reliable_fd(),
sd_journal_process() and
sd_journal_wait() interfaces are
- available as shared library, which can be compiled and
+ available as a shared library, which can be compiled and
linked to with the
libsystemd-journalpkg-config1
file.
diff --git a/man/sd_journal_get_realtime_usec.xml b/man/sd_journal_get_realtime_usec.xml
index 8870c29e3..bf1aa5009 100644
--- a/man/sd_journal_get_realtime_usec.xml
+++ b/man/sd_journal_get_realtime_usec.xml
@@ -122,7 +122,7 @@
sd_journal_get_realtime_usec()
and
sd_journal_get_monotonic_usec()
- interfaces are available as shared library, which can
+ interfaces are available as a shared library, which can
be compiled and linked to with the
libsystemd-journalpkg-config1
file.
diff --git a/man/sd_journal_get_usage.xml b/man/sd_journal_get_usage.xml
index 180d8b2ff..08d86401c 100644
--- a/man/sd_journal_get_usage.xml
+++ b/man/sd_journal_get_usage.xml
@@ -84,7 +84,7 @@
NotesThe sd_journal_get_usage()
- interface is available as shared library, which can be
+ interface is available as a shared library, which can be
compiled and linked to with the
libsystemd-journalpkg-config1
file.
diff --git a/man/sd_journal_next.xml b/man/sd_journal_next.xml
index 6e437d182..1409b0dba 100644
--- a/man/sd_journal_next.xml
+++ b/man/sd_journal_next.xml
@@ -102,7 +102,7 @@
functions such as
sd_journal_get_data3.
- Similar, sd_journal_previous() sets
+ Similarly, sd_journal_previous() sets
the read pointer back one entry.sd_journal_next_skip() and
@@ -129,7 +129,7 @@
sd_journal_seek_head3
and sd_journal_next() in order to
make iterating through the journal easier. See below
- for an example. Similar,
+ for an example. Similarly,
SD_JOURNAL_FOREACH_BACKWARDS()
may be used for iterating the journal in reverse
order.
@@ -156,7 +156,7 @@
The sd_journal_next(), sd_journal_previous(),
sd_journal_next_skip() and
sd_journal_previous_skip() interfaces are
- available as shared library, which can be compiled and
+ available as a shared library, which can be compiled and
linked to with the
libsystemd-journalpkg-config1
file.
diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml
index e61a64870..a716cc35e 100644
--- a/man/sd_journal_print.xml
+++ b/man/sd_journal_print.xml
@@ -227,7 +227,7 @@ sd_journal_send("MESSAGE=Hello World, this is PID %lu!", (unsigned long) getpid(
sd_journal_printv(),
sd_journal_send() and
sd_journal_sendv() interfaces
- are available as shared library, which can be compiled
+ are available as a shared library, which can be compiled
and linked to with the
libsystemd-journalpkg-config1
file.
diff --git a/man/sd_journal_query_unique.xml b/man/sd_journal_query_unique.xml
index f5d9d2bfb..f0b92048a 100644
--- a/man/sd_journal_query_unique.xml
+++ b/man/sd_journal_query_unique.xml
@@ -156,7 +156,7 @@
The sd_journal_query_unique(),
sd_journal_enumerate_unique() and
sd_journal_restart_unique()
- interfaces are available as shared library, which can
+ interfaces are available as a shared library, which can
be compiled and linked to with the
libsystemd-journalpkg-config1
file.
diff --git a/man/sd_journal_seek_head.xml b/man/sd_journal_seek_head.xml
index 03de30a38..939f0b108 100644
--- a/man/sd_journal_seek_head.xml
+++ b/man/sd_journal_seek_head.xml
@@ -94,7 +94,7 @@
seeks to the beginning of the journal, i.e. the oldest
available entry.
- Similar,
+ Similarly,
sd_journal_seek_tail() may be
used to seek to the end of the journal, i.e. the most
recent available entry.
@@ -156,7 +156,7 @@
sd_journal_seek_monotonic_usec(),
sd_journal_seek_realtime_usec(),
and sd_journal_seek_cursor()
- interfaces are available as shared library, which can
+ interfaces are available as a shared library, which can
be compiled and linked to with the
libsystemd-journalpkg-config1
file.
diff --git a/man/sd_journal_stream_fd.xml b/man/sd_journal_stream_fd.xml
index 4bd0abc3b..a8dc8fd08 100644
--- a/man/sd_journal_stream_fd.xml
+++ b/man/sd_journal_stream_fd.xml
@@ -112,7 +112,7 @@
NotesThe sd_journal_stream_fd()
- interface is available as shared library, which can
+ interface is available as a shared library, which can
be compiled and linked to with the
libsystemd-journalpkg-config1
file.
diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml
index 240300dcb..aaabdbf3e 100644
--- a/man/sd_listen_fds.xml
+++ b/man/sd_listen_fds.xml
@@ -73,7 +73,7 @@
parameter is non-zero,
sd_listen_fds() will unset the
$LISTEN_FDS/$LISTEN_PID
- environment variables before returning (regardless
+ environment variables before returning (regardless of
whether the function call itself succeeded or
not). Further calls to
sd_listen_fds() will then fail,
@@ -149,7 +149,7 @@
implemented in the reference implementation's
sd-daemon.c and
sd-daemon.h files. These
- interfaces are available as shared library, which can
+ interfaces are available as a shared library, which can
be compiled and linked to with the
libsystemd-daemonpkg-config1
file. Alternatively, applications consuming these APIs
diff --git a/man/sd_login_monitor_new.xml b/man/sd_login_monitor_new.xml
index 909a3d9bf..f439d3e7b 100644
--- a/man/sd_login_monitor_new.xml
+++ b/man/sd_login_monitor_new.xml
@@ -224,7 +224,7 @@ else {
sd_login_monitor_get_fd(),
sd_login_monitor_get_events() and
sd_login_monitor_get_timeout()
- interfaces are available as shared library, which can
+ interfaces are available as a shared library, which can
be compiled and linked to with the
libsystemd-loginpkg-config1
file.
diff --git a/man/sd_notify.xml b/man/sd_notify.xml
index 55965ffce..e07814040 100644
--- a/man/sd_notify.xml
+++ b/man/sd_notify.xml
@@ -79,7 +79,7 @@
If the unset_environment
parameter is non-zero, sd_notify()
will unset the $NOTIFY_SOCKET
- environment variable before returning (regardless
+ environment variable before returning (regardless of
whether the function call itself succeeded or
not). Further calls to
sd_notify() will then fail, but
@@ -236,7 +236,7 @@
the reference implementation's
sd-daemon.c and
sd-daemon.h files. These
- interfaces are available as shared library, which can
+ interfaces are available as a shared library, which can
be compiled and linked to with the
libsystemd-daemonpkg-config1
file. Alternatively, applications consuming these APIs
diff --git a/man/sd_pid_get_session.xml b/man/sd_pid_get_session.xml
index e5c77090d..ff5905b7d 100644
--- a/man/sd_pid_get_session.xml
+++ b/man/sd_pid_get_session.xml
@@ -186,7 +186,7 @@
sd_pid_get_owner_uid(),
sd_pid_get_machine_name() and
sd_pid_get_slice() interfaces are
- available as shared library, which can be compiled and
+ available as a shared library, which can be compiled and
linked to with the
libsystemd-loginpkg-config1
file.
diff --git a/man/sd_seat_get_active.xml b/man/sd_seat_get_active.xml
index cd8769698..23d582da9 100644
--- a/man/sd_seat_get_active.xml
+++ b/man/sd_seat_get_active.xml
@@ -164,7 +164,7 @@
sd_seat_can_multi_session(),
sd_seat_can_tty() and
sd_seat_can_grapical() interfaces
- are available as shared library, which can be compiled
+ are available as a shared library, which can be compiled
and linked to with the
libsystemd-loginpkg-config1
file.
diff --git a/man/sd_session_is_active.xml b/man/sd_session_is_active.xml
index 293ce7164..06891f767 100644
--- a/man/sd_session_is_active.xml
+++ b/man/sd_session_is_active.xml
@@ -252,7 +252,7 @@
sd_session_get_class(),
sd_session_get_display() and
sd_session_get_tty()
- interfaces are available as shared library, which can
+ interfaces are available as a shared library, which can
be compiled and linked to with the
libsystemd-loginpkg-config1
file.
diff --git a/man/sd_uid_get_state.xml b/man/sd_uid_get_state.xml
index d4d23f4f1..0faa7651e 100644
--- a/man/sd_uid_get_state.xml
+++ b/man/sd_uid_get_state.xml
@@ -139,7 +139,7 @@
be returned and should be considered equivalent to an
empty array.
- Similar, sd_uid_get_seats()
+ Similarly, sd_uid_get_seats()
may be used to determine the list of seats on which
the user currently has sessions. Similar semantics
apply, however note that the user may have
@@ -171,7 +171,7 @@
sd_uid_is_on_seat(),
sd_uid_get_sessions(), and
sd_uid_get_seats() interfaces are
- available as shared library, which can be compiled and
+ available as a shared library, which can be compiled and
linked to with the libsystemd-loginpkg-config1
file.
diff --git a/man/sysctl.d.xml b/man/sysctl.d.xml
index 854864cff..5544283d4 100644
--- a/man/sysctl.d.xml
+++ b/man/sysctl.d.xml
@@ -89,8 +89,8 @@
administrator, who may use this logic to override the
configuration files installed by vendor packages. All
configuration files are sorted by their filename in
- lexicographic order, regardless in which of the
- directories they reside. If multiple files specify the
+ lexicographic order, regardless of which of the
+ directories they reside in. If multiple files specify the
same variable name, the entry in the file with the
lexicographically latest name will be applied. It is
recommended to prefix all filenames with a two-digit
diff --git a/man/systemctl.xml b/man/systemctl.xml
index b4bc15daa..61deb194f 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -250,7 +250,7 @@ systemctl start foo
sleep state. Any user may take these locks and privileged
users may override these locks. If any locks are taken,
shutdown and sleep state requests will normally fail
- (regardless if privileged or not) and a list of active locks
+ (regardless of whether privileged or not) and a list of active locks
is printed. However, if
is specified, the locks are ignored and not printed, and the
operation attempted anyway, possibly requiring additional
@@ -445,7 +445,7 @@ systemctl start foo
with identical immediate effects, however, since the latter
is lost on reboot, the changes are lost too.
- Similar, when used with
+ Similarly, when used with
set-property, make changes only
temporarily, so that they are lost on the next
reboot.
diff --git a/man/systemd-getty-generator.xml b/man/systemd-getty-generator.xml
index da88e727c..b1993aecc 100644
--- a/man/systemd-getty-generator.xml
+++ b/man/systemd-getty-generator.xml
@@ -61,10 +61,10 @@
subsystem. It will also instantiate
serial-getty@.service instances
for virtualizer consoles, if execution in a
- virtualized environment is detected. This should
- ensure that the user is shown a login prompt at the
- right place, regardless in which environment the
- system is started. For example, it is sufficient to
+ virtualized environment is detected. This
+ should ensure that the user is shown a login prompt at
+ the right place, regardless of which environment the
+ system is started in. For example, it is sufficient to
redirect the kernel console with a kernel command line
argument such as console= to get
both kernel messages and a getty prompt on a serial
diff --git a/man/systemd-halt.service.xml b/man/systemd-halt.service.xml
index 90b443ffa..99457aa72 100644
--- a/man/systemd-halt.service.xml
+++ b/man/systemd-halt.service.xml
@@ -65,7 +65,7 @@
systemd-halt.service is a
system service that is pulled in by
halt.target and is responsible
- for the actual system halt. Similar,
+ for the actual system halt. Similarly,
systemd-poweroff.service is
pulled in by poweroff.target,
systemd-reboot.service by
diff --git a/man/systemd-machine-id-setup.xml b/man/systemd-machine-id-setup.xml
index fef76bcfc..bc38d551c 100644
--- a/man/systemd-machine-id-setup.xml
+++ b/man/systemd-machine-id-setup.xml
@@ -80,7 +80,7 @@
UUID passed is sufficiently unique and is different
for every booted instanced of the VM.
- Similar, if run inside a Linux container
+ Similarly, if run inside a Linux container
environment and a UUID is set for the container this
is used to initialize the machine ID. For details see
the documentation of the always, the service
- will be restarted regardless whether
+ will be restarted regardless of whether
it exited cleanly or not, got
terminated abnormally by a signal or
hit a timeout.
diff --git a/man/systemd.socket.xml b/man/systemd.socket.xml
index 1c78562e8..ac3127d7d 100644
--- a/man/systemd.socket.xml
+++ b/man/systemd.socket.xml
@@ -213,7 +213,7 @@
traffic on any of the sockets will
trigger service activation, and all
listed sockets will be passed to the
- service, regardless whether there is
+ service, regardless of whether there is
incoming traffic on them or not. If
the empty string is assigned to any of
these options, the list of addresses
@@ -225,7 +225,7 @@
it is often desirable to listen on it
before the interface it is configured
on is up and running, and even
- regardless whether it will be up and
+ regardless of whether it will be up and
running ever at all. To deal with this
it is recommended to set the
FreeBind= option
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index 77127ffa8..b70c5e9da 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -634,7 +634,7 @@
dependency on another unit is shut
down while the latter is started up,
the shut down is ordered before the
- start-up regardless whether the
+ start-up regardless of whether the
ordering dependency is actually of
type After= or
Before=. If two
@@ -938,7 +938,7 @@
exists, is a regular file and marked
executable.
- Similar,
+ Similarly,
ConditionKernelCommandLine=
may be used to check whether a
specific kernel command line option is
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index 39aa68d92..ed88751a5 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -88,8 +88,8 @@
the local administrator, who may use this logic to
override the configuration files installed by vendor
packages. All configuration files are sorted by their
- filename in lexicographic order, regardless in which
- of the directories they reside. If multiple files
+ filename in lexicographic order, regardless of which
+ of the directories they reside in. If multiple files
specify the same path, the entry in the file with the
lexicographically earliest name will be applied, all
all other conflicting entries logged as errors.