]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 13 Apr 2021 03:52:56 +0000 (12:52 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 13 Apr 2021 03:52:56 +0000 (12:52 +0900)
TODO
man/org.freedesktop.portable1.xml
man/os-release.xml
man/systemd-coredump.xml

diff --git a/TODO b/TODO
index 0df3aefc393d230b59a4ba04b0843b4274f1ffd8..9712fc184ec21e0a4cb2ba5d90408d66f18d120b 100644 (file)
--- 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.
 
index 46dca55745c2c3ee22d0433ab6ba3c48d389e1fb..93b65acccadc9edb44f9d8eba5fc07cd61e34811 100644 (file)
@@ -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>.
index e8462500f20e2c2c97df952d86f9cef37c2db2f7..cda07793033e97fd5c3141179b37b393d08f9953 100644 (file)
         <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>
 
index 707905f1ba922952823936ef4d2b7aa50453dd74..8719ddaae9fe51c1d860f68d3b4e471e46c6fdcc 100644 (file)
@@ -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>