summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorml <6209465+ml-@users.noreply.github.com>2023-02-12 00:54:07 +0100
committerml <6209465+ml-@users.noreply.github.com>2023-02-12 00:54:07 +0100
commit6ebfecd073a821c604d42743507c5da2e145e300 (patch)
treee05842018b87e599112deef7114e76076d5a3092
parentf39d7d00a31c1867d5fa41b3dd4e6d20665a8f3a (diff)
downloadsystemd-6ebfecd073a821c604d42743507c5da2e145e300.tar.gz
man: fix typos
-rw-r--r--man/org.freedesktop.hostname1.xml2
-rw-r--r--man/tmpfiles.d.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/man/org.freedesktop.hostname1.xml b/man/org.freedesktop.hostname1.xml
index 7cad9a7624..c5abd2511c 100644
--- a/man/org.freedesktop.hostname1.xml
+++ b/man/org.freedesktop.hostname1.xml
@@ -370,7 +370,7 @@ node /org/freedesktop/hostname1 {
as-is to <filename>systemd-hostnamed</filename> in which case it will automatically use a suitable
fallback.</para></listitem>
- <listitem><para>Uppercase charaacters should be replaced with their lowercase equivalents.
+ <listitem><para>Uppercase characters should be replaced with their lowercase equivalents.
</para></listitem>
</itemizedlist></para>
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml
index c6673a8859..11a61808d6 100644
--- a/man/tmpfiles.d.xml
+++ b/man/tmpfiles.d.xml
@@ -161,7 +161,7 @@ L /tmp/foobar - - - - /dev/null</programlisting>
<refsect2>
<title>Type</title>
- <para>The type consists of a single letter and optionally one or emore modifier characters: a plus sign
+ <para>The type consists of a single letter and optionally one or more modifier characters: a plus sign
(<literal>+</literal>), exclamation mark (<literal>!</literal>), minus sign (<literal>-</literal>),
equals sign (<literal>=</literal>), tilde character (<literal>~</literal>) and/or caret
(<literal>^</literal>).</para>
@@ -533,7 +533,7 @@ w- /proc/sys/vm/swappiness - - - - 10</programlisting></para>
<title>Mode</title>
<para>The file access mode to use when creating this file or directory. If omitted or when set to
- <literal>-</literal>, the default is used: 0755 for directories, 0644 for all other file objects. For
+ <literal>-</literal>, the default is used: 0755 for directories, 0644 for all other file objects. For
<varname>z</varname>, <varname>Z</varname> lines, if omitted or when set to <literal>-</literal>, the
file access mode will not be modified. This parameter is ignored for <varname>x</varname>,
<varname>r</varname>, <varname>R</varname>, <varname>L</varname>, <varname>t</varname>, and