summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-04-13 12:52:56 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-04-13 12:52:56 +0900
commitf1a5c566c1d530ea8abab571b4313548fe7f2ee0 (patch)
tree41dc2e5ac2125e72983b90c27607485ec98f0ae0
parent54cfe9a75f0e84d0604d39b87b1d919542336809 (diff)
downloadsystemd-f1a5c566c1d530ea8abab571b4313548fe7f2ee0.tar.gz
man: fix typo
-rw-r--r--TODO2
-rw-r--r--man/org.freedesktop.portable1.xml8
-rw-r--r--man/os-release.xml4
-rw-r--r--man/systemd-coredump.xml2
4 files changed, 8 insertions, 8 deletions
diff --git a/TODO b/TODO
index 0df3aefc39..9712fc184e 100644
--- a/TODO
+++ b/TODO
@@ -48,7 +48,7 @@ Features:
* add a switch to homectl (maybe called --first-boot) where it will check if
any non-system users exist, and if not prompts interactively for basic user
- info, mimicing systemd-firstboot. Then, place this in a service that runs
+ info, mimicking systemd-firstboot. Then, place this in a service that runs
after systemd-homed, but before gdm and friends, as a simple, barebones
fallback logic to get a regular user created on uninitialized systems.
diff --git a/man/org.freedesktop.portable1.xml b/man/org.freedesktop.portable1.xml
index 46dca55745..93b65accca 100644
--- a/man/org.freedesktop.portable1.xml
+++ b/man/org.freedesktop.portable1.xml
@@ -185,7 +185,7 @@ node /org/freedesktop/portable1 {
<para><function>GetImageMetadataWithExtensions()</function> retrieves metadata associated with an image.
This method is a superset of <function>GetImageMetadata()</function> with the addition of
- a list of extensions as input parameter, which were overlayed on top of the main
+ a list of extensions as input parameter, which were overlaid on top of the main
image via <function>AttachImageWithExtensions()</function>.
The <varname>flag</varname> parameter is currently unused and reserved for future purposes.</para>
@@ -239,7 +239,7 @@ node /org/freedesktop/portable1 {
<para><function>AttachImageWithExtensions()</function> attaches a portable image to the system.
This method is a superset of <function>AttachImage()</function> with the addition of
- a list of extensions as input parameter, which will be overlayed on top of the main
+ a list of extensions as input parameter, which will be overlaid on top of the main
image. When this method is used, detaching must be done by passing the same arguments via the
<function>DetachImageWithExtensions()</function> method. For more details on this functionality,
see the <varname>MountImages=</varname> entry on
@@ -261,7 +261,7 @@ node /org/freedesktop/portable1 {
<para><function>DetachImageWithExtensions()</function> detaches a portable image from the system.
This method is a superset of <function>DetachImage()</function> with the addition of
- a list of extensions as input parameter, which were overlayed on top of the main
+ a list of extensions as input parameter, which were overlaid on top of the main
image via <function>AttachImageWithExtensions()</function>.
The <varname>flag</varname> parameter is currently unused and reserved for future purposes.</para>
@@ -276,7 +276,7 @@ node /org/freedesktop/portable1 {
<para><function>ReattachImageWithExtensions()</function> reattaches a portable image to the system.
This method is a superset of <function>ReattachImage()</function> with the addition of
- a list of extensions as input parameter, which will be overlayed on top of the main
+ a list of extensions as input parameter, which will be overlaid on top of the main
image. For more details on this functionality, see the <varname>MountImages=</varname> entry on
<citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>
and <citerefentry><refentrytitle>systemd-sysext</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
diff --git a/man/os-release.xml b/man/os-release.xml
index e8462500f2..cda0779303 100644
--- a/man/os-release.xml
+++ b/man/os-release.xml
@@ -352,9 +352,9 @@
<listitem><para> A lower-case string (no spaces or other characters outside of 0–9, a–z, ".", "_" and
"-"), identifying a specific image of the operating system. This is supposed to be used for
environments where OS images are prepared, built, shipped and updated as comprehensive, consistent OS
- images. This field is optional and may not be implemented on all systems, in particulary not on those
+ images. This field is optional and may not be implemented on all systems, in particularly not on those
that are not managed via images but put together and updated from individual packages and on the
- local system. Examples: <literal>IMAGE_ID=vendorx-cashier-system</literal>,
+ local system. Examples: <literal>IMAGE_ID=vendorx-cashier-system</literal>,
<literal>IMAGE_ID=netbook-image</literal> </para></listitem>
</varlistentry>
diff --git a/man/systemd-coredump.xml b/man/systemd-coredump.xml
index 707905f1ba..8719ddaae9 100644
--- a/man/systemd-coredump.xml
+++ b/man/systemd-coredump.xml
@@ -359,7 +359,7 @@ flags: ...
<listitem><para>If the executable contained .package metadata ELF notes, they will be
parsed and attached. The <varname>package</varname> and <varname>packageVersion</varname>
- of the 'main' ELF module (ie: the excutable) will be appended individually. The
+ of the 'main' ELF module (ie: the executable) will be appended individually. The
JSON-formatted content of all modules will be appended as a single JSON object, each with
the module name as the key. For more information about this metadata format and content, see
<ulink url="https://systemd.io/COREDUMP_PACKAGE_METADATA/">the coredump metadata spec</ulink>.</para>