diff --git a/man/loginctl.xml b/man/loginctl.xml
index 7d9d8a1e2c7..5dbc1f69671 100644
--- a/man/loginctl.xml
+++ b/man/loginctl.xml
@@ -403,7 +403,7 @@
paths in the /sys
file system. To create a new seat
attach at least one graphics card to a
- previously unused seat name. seat
+ previously unused seat name. Seat
names may consist only of a-z, A-Z,
0-9, "-" and "_" and must be prefixed
with "seat". To drop assignment of a
diff --git a/man/sd_id128_to_string.xml b/man/sd_id128_to_string.xml
index eda35b08b16..ec8b263e0d5 100644
--- a/man/sd_id128_to_string.xml
+++ b/man/sd_id128_to_string.xml
@@ -77,7 +77,7 @@
sd_id128_from_string()
implements the reverse operation: it takes a 33
- character array with 32 hexadecimial digits
+ character array with 32 hexadecimal digits
(terminated by NUL) and parses them back into an
128 bit ID returned in
ret.
@@ -89,7 +89,7 @@
When formatting a 128 bit ID into a string it is
often easier to use a format string for
printf3. This
- is easly done using the
+ is easily done using the
SD_ID128_FORMAT_STR and
SD_ID128_FORMAT_VAL() macros. For
more information see
diff --git a/man/sd_is_fifo.xml b/man/sd_is_fifo.xml
index 27e9a0de8f3..595c8f112d9 100644
--- a/man/sd_is_fifo.xml
+++ b/man/sd_is_fifo.xml
@@ -107,7 +107,7 @@
sd_is_socket() may be
called to check whether the specified file descriptor
- refers to a socket. It the
+ refers to a socket. If the
family parameter is not
AF_UNSPEC it is checked whether the socket is of the
specified family (AF_UNIX, AF_INET, ...). If the
@@ -129,7 +129,7 @@
optionally checks the IPv4 or IPv6 port number the
socket is bound to, unless port
is zero. For this call family
- must be passed as either AF_UNSPEC, AF_INET or
+ must be passed as either AF_UNSPEC, AF_INET, or
AF_INET6.sd_is_socket_unix() is
diff --git a/man/sd_journal_add_match.xml b/man/sd_journal_add_match.xml
index 4aadf6cf003..f9ffc913267 100644
--- a/man/sd_journal_add_match.xml
+++ b/man/sd_journal_add_match.xml
@@ -122,7 +122,7 @@
again.Note that filtering via matches only applies to
- way the journal is read, it has no effect on storage
+ the way the journal is read, it has no effect on storage
on disk.
diff --git a/man/sd_journal_get_fd.xml b/man/sd_journal_get_fd.xml
index 7fb151edd6a..e3b5eaa13d1 100644
--- a/man/sd_journal_get_fd.xml
+++ b/man/sd_journal_get_fd.xml
@@ -81,7 +81,7 @@
sd_journal_get_fd() returns
a file descriptor that may be asynchronously polled in
- an external event loop and is signalled readable as
+ an external event loop and is signaled readable as
soon as the journal changes, for example because new
entries were added. The file descriptor is suitable
for usage in
diff --git a/man/sd_journal_next.xml b/man/sd_journal_next.xml
index 58e7cec6f37..9b1cb1fc460 100644
--- a/man/sd_journal_next.xml
+++ b/man/sd_journal_next.xml
@@ -128,7 +128,7 @@
as a wrapper around
sd_journal_seek_head3
and sd_journal_next() in order to
- make iteratring through the journal easier. See below
+ make iterating through the journal easier. See below
for an example. Similar,
SD_JOURNAL_FOREACH_BACKWARDS()
may be used for iterating the journal in reverse
diff --git a/man/sd_journal_open.xml b/man/sd_journal_open.xml
index b99c67da46c..06d0ccfd12d 100644
--- a/man/sd_journal_open.xml
+++ b/man/sd_journal_open.xml
@@ -80,7 +80,7 @@
Description
- sd_journal_open() opens the
+ sd_journal_open() opens
the log journal for reading. It will find all journal
files automatically and interleave them automatically
when reading. As first argument it takes a pointer to
@@ -120,7 +120,7 @@
See
sd_journal_next3
for an example how to iterate through the journal
- after opening it it with
+ after opening it with
sd_journal_open().A journal context object returned by
diff --git a/man/sd_journal_print.xml b/man/sd_journal_print.xml
index 41414bbc09b..7742268f5d2 100644
--- a/man/sd_journal_print.xml
+++ b/man/sd_journal_print.xml
@@ -194,7 +194,7 @@ sd_journal_send("MESSAGE=Hello World, this is PID %lu!", (unsigned long) getpid(
sd-journal.h.syslog3
- and and sd_journal_print() may
+ and sd_journal_print() may
largely be used interchangeably
functionality-wise. However, note that log messages
logged via the former take a different path to the
diff --git a/man/sd_journal_seek_head.xml b/man/sd_journal_seek_head.xml
index b10f069e838..3716c5d3676 100644
--- a/man/sd_journal_seek_head.xml
+++ b/man/sd_journal_seek_head.xml
@@ -108,7 +108,7 @@
sd_journal_seek_realtime_usec()
seeks to the entry with the specified realtime
(wallclock) timestamp, i.e. CLOCK_REALTIME. Note that
- the realtime clock is not necessary monotonic. If a
+ the realtime clock is not necessarily monotonic. If a
realtime timestamp is ambiguous it is not defined
which position is sought to.
diff --git a/man/sd_journal_stream_fd.xml b/man/sd_journal_stream_fd.xml
index 662c7bbbb99..4407296b405 100644
--- a/man/sd_journal_stream_fd.xml
+++ b/man/sd_journal_stream_fd.xml
@@ -96,7 +96,7 @@
for more information.It is recommended that applications log UTF-8
- mesages only with this API, but this is not
+ messages only with this API, but this is not
enforced.
diff --git a/man/sd_login_monitor_new.xml b/man/sd_login_monitor_new.xml
index ce171595417..35cb6b368b2 100644
--- a/man/sd_login_monitor_new.xml
+++ b/man/sd_login_monitor_new.xml
@@ -83,20 +83,20 @@
Descriptionsd_login_monitor_new() may
- be used to monitor login session, users and seats. Via
+ be used to monitor login sessions, users and seats. Via
a monitor object a file descriptor can be integrated
into an application defined event loop which is woken
up each time a user logs in, logs out or a seat is
added or removed, or a session, user, or seat changes
state otherwise. The first parameter takes a string
- which can be either seat (to get
+ which can be seat (to get
only notifications about seats being added, removed or
changed), session (to get only
notifications about sessions being created or removed
or changed) or uid (to get only
notifications when a user changes state in respect to
logins). If notifications shall be generated in all
- these conditions, NULL may be passed. Note that in
+ these conditions, NULL may be passed. Note that in the
future additional categories may be defined. The
second parameter returns a monitor object and needs to
be freed with the
diff --git a/man/sd_notify.xml b/man/sd_notify.xml
index 5f86e86fec6..75edeeadf39 100644
--- a/man/sd_notify.xml
+++ b/man/sd_notify.xml
@@ -87,7 +87,7 @@
processes.The state parameter
- should contain an newline-separated list of variable
+ should contain a newline-separated list of variable
assignments, similar in style to an environment
block. A trailing newline is implied if none is
specified. The string may contain any kind of variable
@@ -104,7 +104,7 @@
definition file has Type=notify
set. The passed argument is a boolean
"1" or "0". Since there is little
- value in signalling non-readiness, the
+ value in signaling non-readiness, the
only value daemons should send is
"READY=1".
diff --git a/man/sd_pid_get_session.xml b/man/sd_pid_get_session.xml
index 7897a2cd3ea..9517795f78e 100644
--- a/man/sd_pid_get_session.xml
+++ b/man/sd_pid_get_session.xml
@@ -114,7 +114,7 @@
and not being a shared process of a user this function
will fail.
- If the pid paramater of any
+ If the pid parameter of any
of these functions is passed as 0 the operation is
executed for the calling process.
diff --git a/man/sd_seat_get_active.xml b/man/sd_seat_get_active.xml
index 778f9aeaf91..b1d6d20edfe 100644
--- a/man/sd_seat_get_active.xml
+++ b/man/sd_seat_get_active.xml
@@ -140,8 +140,8 @@
Return Value On success
- sd_seat_get_active() return
- return 0 or a positive integer. On success
+ sd_seat_get_active()
+ returns 0 or a positive integer. On success
sd_seat_get_sessions() returns
the number of entries in the session identifier
array. If the test succeeds
diff --git a/man/sd_uid_get_state.xml b/man/sd_uid_get_state.xml
index 183e8a600aa..b7bc944b148 100644
--- a/man/sd_uid_get_state.xml
+++ b/man/sd_uid_get_state.xml
@@ -120,7 +120,7 @@
sd_uid_get_sessions() may
be used to determine the current sessions of the
- specified user. Acceptes a Unix user identifier as
+ specified user. Accepts a Unix user identifier as
parameter. The require_active
parameter controls whether the returned list shall
consist of only those sessions where the user is
diff --git a/man/systemctl.xml b/man/systemctl.xml
index c452dfc43ff..d5474106964 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -178,7 +178,7 @@
execute it immediately. If passed no
required units of the unit passed will
be pulled in, and no ordering
- dependencies will be honoured. This is
+ dependencies will be honored. This is
mostly a debugging and rescue tool for
the administrator and should not be
used by
@@ -766,7 +766,7 @@
configuration after completing the
disabling of the units. Note that this
command does not implicitly stop the
- units that is being disabled. If this
+ units that are being disabled. If this
is desired an additional
stop command should
be executed afterwards.
@@ -789,7 +789,7 @@
is-enabled [NAME...]Checks whether any of
- the specified unit files is enabled
+ the specified unit files are enabled
(as with
enable). Returns an
exit code of 0 if at least one is
diff --git a/man/systemd-ask-password.xml b/man/systemd-ask-password.xml
index e46241b67fe..7b0b9ab8093 100644
--- a/man/systemd-ask-password.xml
+++ b/man/systemd-ask-password.xml
@@ -90,7 +90,7 @@
url="http://www.freedesktop.org/wiki/Software/systemd/PasswordAgents">systemd
Password Agent Specification.
- If a password is queried on a tty the user may
+ If a password is queried on a TTY the user may
press TAB to hide the asterisks normally shown for
each character typed. Pressing Backspace as first key
achieves the same effect.
diff --git a/man/systemd-cgls.xml b/man/systemd-cgls.xml
index 0666937c165..4b6ee93b4e9 100644
--- a/man/systemd-cgls.xml
+++ b/man/systemd-cgls.xml
@@ -70,7 +70,7 @@
to. Otherwise the full systemd control group hierarchy
is shown.
- By default empty control cgroups are not
+ By default empty control groups are not
shown.
@@ -107,7 +107,7 @@
Don't hide empty
control groups in the
- outpout.
+ output.
diff --git a/man/systemd-cryptsetup-generator.xml b/man/systemd-cryptsetup-generator.xml
index ec2b5e4e329..49d4d5545b8 100644
--- a/man/systemd-cryptsetup-generator.xml
+++ b/man/systemd-cryptsetup-generator.xml
@@ -83,9 +83,9 @@
no disables the
generator
entirely. rd.luks=
- is honoured only be initial RAM disk
+ is honored only by initial RAM disk
(initrd) while
- luks= is honoured
+ luks= is honored
by both the main system and the
initrd.
@@ -104,10 +104,10 @@
(luks.uuid= will
still work
however). rd.luks.crypttab=
- is honoured only be initial RAM disk
+ is honored only by initial RAM disk
(initrd) while
luks.crypttab= is
- honoured by both the main system and
+ honored by both the main system and
the initrd.
@@ -124,10 +124,10 @@
option may be specified more than once
in order to set up multiple
devices. rd.luks.uuid=
- is honoured only be initial RAM disk
+ is honored only by initial RAM disk
(initrd) while
luks.uuid= is
- honoured by both the main system and
+ honored by both the main system and
the initrd.
diff --git a/man/systemd-delta.xml b/man/systemd-delta.xml
index 4e57d18fcce..c66d7e88751 100644
--- a/man/systemd-delta.xml
+++ b/man/systemd-delta.xml
@@ -109,7 +109,7 @@
comma-separated list of desired
difference types.
- Recognised types are:
+ Recognized types are:
diff --git a/man/systemd-detect-virt.xml b/man/systemd-detect-virt.xml
index 75cc714f52a..762b6ab992a 100644
--- a/man/systemd-detect-virt.xml
+++ b/man/systemd-detect-virt.xml
@@ -58,7 +58,7 @@
systemd-detect-virt detects
execution in a virtualized environment. It identifies
- the virtualization technology and can distuingish full
+ the virtualization technology and can distinguish full
VM virtualization from container
virtualization.
diff --git a/man/systemd-fstab-generator.xml b/man/systemd-fstab-generator.xml
index 87cc35b7d13..2decec6c403 100644
--- a/man/systemd-fstab-generator.xml
+++ b/man/systemd-fstab-generator.xml
@@ -59,7 +59,7 @@
for details) into native systemd units early at boot
and when configuration of the system manager is
reloaded. This will instantiate mount and swap units
- units as necessary.
+ as necessary.See
systemd.mount5
@@ -94,10 +94,10 @@
generator to ignore any mounts or swaps
configured in
/etc/fstab. rd.fstab=
- is honoured only be initial RAM disk
+ is honored only by initial RAM disk
(initrd) while
luks.fstab= is
- honoured by both the main system and
+ honored by both the main system and
the initrd.
diff --git a/man/systemd-halt.service.xml b/man/systemd-halt.service.xml
index e15361ae487..6a6bfdc7d7a 100644
--- a/man/systemd-halt.service.xml
+++ b/man/systemd-halt.service.xml
@@ -85,7 +85,7 @@
Immediately before executing the actual system
halt/poweroff/reboot/kexec
- system-shutdown will run all
+ systemd-shutdown will run all
executables in
/usr/lib/systemd/system-shutdown/
and pass one arguments to them: either
diff --git a/man/systemd-inhibit.xml b/man/systemd-inhibit.xml
index 5f26c965468..6f63c8c73e5 100644
--- a/man/systemd-inhibit.xml
+++ b/man/systemd-inhibit.xml
@@ -160,7 +160,7 @@
may be specified in
systemd-logind.conf5. Note
that delay is only
- available or sleep
+ available for sleep
and
shutdown.
diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml
index 90f9290276c..abc03df5db9 100644
--- a/man/systemd-journald.service.xml
+++ b/man/systemd-journald.service.xml
@@ -134,7 +134,7 @@
Kernel Command LineA few configuration parameters from
- journald.conf may be overriden on
+ journald.conf may be overridden on
the kernel command line:
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index 71ce0aca438..fef5c2c83a8 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -220,7 +220,7 @@
list of capability names, see
capabilities7
for more information. Note that the
- the following capabilities will be
+ following capabilities will be
granted in any way: CAP_CHOWN,
CAP_DAC_OVERRIDE, CAP_DAC_READ_SEARCH,
CAP_FOWNER, CAP_FSETID, CAP_IPC_OWNER,
diff --git a/man/systemd-suspend.service.xml b/man/systemd-suspend.service.xml
index d3e08a8f1da..604aab6f6b5 100644
--- a/man/systemd-suspend.service.xml
+++ b/man/systemd-suspend.service.xml
@@ -64,7 +64,7 @@
for the actual system suspend. Similar,
systemd-hibernate.service is
pulled in by hibernate.target to
- executed the actual hibernation.
+ execute the actual hibernation.
Immediately before entering system suspend and
hibernation
diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml
index 0dd5d100893..92fb38f0672 100644
--- a/man/systemd-udevd.service.xml
+++ b/man/systemd-udevd.service.xml
@@ -83,7 +83,7 @@
- Delay the execution of RUN intruction by the given
+ Delay the execution of RUN instruction by the given
number of seconds. This option might be useful when
debugging system crashes during coldplug caused by loading
non-working kernel modules.
@@ -148,7 +148,7 @@
udev.exec-delay=rd.udev.exec-delay=
- Delay the execution of RUN intruction by the given
+ Delay the execution of RUN instruction by the given
number of seconds. This option might be useful when
debugging system crashes during coldplug caused by loading
non-working kernel modules.
diff --git a/man/systemd-vconsole-setup.service.xml b/man/systemd-vconsole-setup.service.xml
index b31177e58b5..c1ef80dae49 100644
--- a/man/systemd-vconsole-setup.service.xml
+++ b/man/systemd-vconsole-setup.service.xml
@@ -73,7 +73,7 @@
Kernel Command LineA few configuration parameters from
- vconsole.conf may be overriden on
+ vconsole.conf may be overridden on
the kernel command line:
diff --git a/man/systemd.automount.xml b/man/systemd.automount.xml
index 43006d4dc90..fe559e1dcb9 100644
--- a/man/systemd.automount.xml
+++ b/man/systemd.automount.xml
@@ -130,7 +130,7 @@
Takes an absolute path
of a directory of the automount
point. If the automount point is not
- existing at time of the automount
+ existing at time that the automount
point is installed it is created. This
string must be reflected in the unit
file name. (See above.) This option is
diff --git a/man/systemd.conf.xml b/man/systemd.conf.xml
index 7776c8f4f73..a6be932c73a 100644
--- a/man/systemd.conf.xml
+++ b/man/systemd.conf.xml
@@ -201,7 +201,7 @@
capabilities will be included, the
effect of the assignment
inverted. Note that this option also
- effects the respective capabilities in
+ affects the respective capabilities in
the effective, permitted and
inheritable capability sets. The
capability bounding set may also be
@@ -220,7 +220,7 @@
Sets the timer slack
in nanoseconds for PID 1 which is then
inherited to all executed processes,
- unless overriden individually, for
+ unless overridden individually, for
example with the
TimerSlackNSec=
setting in service units (for details
@@ -264,7 +264,7 @@
infinity to
configure no limit on a specific
resource. These settings may be
- overriden in individual units
+ overridden in individual units
using the corresponding LimitXXX=
directives. Note that these resource
limits are only defaults for units,
diff --git a/man/systemd.journal-fields.xml b/man/systemd.journal-fields.xml
index e212c811fdc..d95cb011d91 100644
--- a/man/systemd.journal-fields.xml
+++ b/man/systemd.journal-fields.xml
@@ -215,7 +215,7 @@
_SYSTEMD_OWNER_UID=
- The contol group path in
+ The control group path in
the systemd hierarchy, the
systemd session ID (if any),
the systemd unit name (if any)
diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index 59ecf810fb8..00a6398a1e1 100644
--- a/man/systemd.service.xml
+++ b/man/systemd.service.xml
@@ -100,7 +100,7 @@
script. This is useful for compatibility with
SysV. Note that this compatibility is quite
comprehensive but not 100%. For details about the
- incomptibilities see the Incompatibilities
with SysV document.
@@ -219,7 +219,7 @@
Behavior of
is very similar
to , however
- actual execution of a the service
+ actual execution of the service
binary is delayed until all jobs are
dispatched. This may be used to avoid
interleaving of output of shell
@@ -245,7 +245,7 @@
Takes a boolean value
that specifies whether systemd should
try to guess the main PID of a service
- should if it cannot be determined
+ if it cannot be determined
reliably. This option is ignored
unless
is set and
@@ -283,7 +283,7 @@
BusName=Takes a D-Bus bus
- name, where this service is reachable
+ name, that this service is reachable
as. This option is mandatory for
services where
Type= is set to
@@ -341,7 +341,7 @@
variable substitution is
supported. Use
${FOO} as part of a
- word, or as word of its own on the
+ word, or as a word of its own on the
command line, in which case it will be
replaced by the value of the
environment variable including all
@@ -578,7 +578,7 @@
0. If set to
it will be
restarted only when it exited with an
- exit code not equalling 0, when
+ exit code not equaling 0, when
terminated by a signal (including on
core dump), when an operation (such as
service reload) times out or when the
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index afad56c5b2e..f23aad9fa04 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -75,7 +75,7 @@
inspired by Microsoft Windows
.ini files.
- This man pages lists the common configuration
+ This man page lists the common configuration
options of all the unit types. These options need to
be configured in the [Unit] or [Install]
sections of the unit files.
diff --git a/man/systemd.xml b/man/systemd.xml
index 77585248a91..7b3d265b8da 100644
--- a/man/systemd.xml
+++ b/man/systemd.xml
@@ -1002,7 +1002,7 @@
systemd.special7
for details about these units. The
option prefixed with
- rd. is honoured
+ rd. is honored
only in the initial RAM disk (initrd),
while the one that isn't prefixed only
in the main system.
@@ -1101,7 +1101,7 @@
process and all its children at boot
time. May be used more than once to
set multiple variables. If the equal
- sign and variable are missing unsets
+ sign and variable are missing it unsets
an environment variable which might be
passed in from the initial ram
disk.
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index 91bc8e55719..785264e3cfa 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -161,7 +161,7 @@ L /tmp/foobar - - - - /dev/null
effect of r or R lines. Lines
of this type accept
shell-style globs in place of
- of normal path
+ normal path
names.
diff --git a/man/udev.xml b/man/udev.xml
index 0746618d005..7ec7a3fed00 100644
--- a/man/udev.xml
+++ b/man/udev.xml
@@ -94,7 +94,7 @@
extensions are ignored.Every line in the rules file contains at least one key-value pair.
- There are two kind of keys: match and assignment.
+ There are two kinds of keys: match and assignment.
If all match keys are matching against its value, the rule gets applied and the
assignment keys get the specified value assigned.
@@ -327,7 +327,7 @@
The name to use for a network interface. The name of a device node
- can not be changed by udev, only additional symlinks can be created.
+ cannot be changed by udev, only additional symlinks can be created.
diff --git a/man/vconsole.conf.xml b/man/vconsole.conf.xml
index 258c82bc627..45156b7447d 100644
--- a/man/vconsole.conf.xml
+++ b/man/vconsole.conf.xml
@@ -61,7 +61,7 @@
The basic file format of the
vconsole.conf is a
- newline-separated list environment-like
+ newline-separated list of environment-like
shell-compatible variable assignments. It is possible
to source the configuration from shell scripts,
however, beyond mere variable assignments no shell
@@ -100,7 +100,7 @@
defaults to us if
not set. The
KEYMAP_TOGGLE= can
- be used to configured a second toggle
+ be used to configure a second toggle
keymap and is by default
unset.