]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix typos (#5109)
authorJakub Wilk <jwilk@jwilk.net>
Thu, 19 Jan 2017 15:54:22 +0000 (16:54 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Thu, 19 Jan 2017 15:54:22 +0000 (16:54 +0100)
man/sd_journal_print.xml
man/systemd-analyze.xml
man/systemd-fstab-generator.xml
man/systemd-resolve.xml
man/systemd.exec.xml
man/systemd.network.xml
man/systemd.offline-updates.xml

index ff3638c909c9acfe68cec05386e5284f2f5d0acf..a741abe32df46215c07ea19bb869661600b9c7ba 100644 (file)
     project='man-pages'><refentrytitle>readv</refentrytitle><manvolnum>3</manvolnum></citerefentry> for details)
     instead of the format string. Each structure should reference one field of the entry to submit. The second argument
     specifies the number of structures in the array.  <function>sd_journal_sendv()</function> is particularly useful to
-    submit binary objects to the journal where that is necessary. Note that this function wil not strip trailing
+    submit binary objects to the journal where that is necessary. Note that this function will not strip trailing
     whitespace of the passed fields, but passes the specified data along unmodified. This is different from both
     <function>sd_journal_print()</function> and <function>sd_journal_send()</function> described above, which are based
     on format strings, and do strip trailing whitespace.</para>
index 7d5410d693ea6fc9439ca1f116ad09f9ee2c9fe6..095d4e7e78e72c73750fb18af25e7f4f7ee8b0fe 100644 (file)
@@ -354,7 +354,7 @@ Documentation=man:nosuchfile(1)
 Requires=different.service
 
 [Service]
-Desription=x
+Description=x
 
 $ systemd-analyze verify ./user.slice
 [./user.slice:9] Unknown lvalue 'WhatIsThis' in section 'Unit'
index 5f37e9193e78540d1e46fa53a1ab376b912facdf..50d24d67f06edeae038a5d99469e1956d2cb5a45 100644 (file)
 
         <para>If set to <option>state</option> the generator will leave the root
         directory mount point unaltered, however will mount a <literal>tmpfs</literal> file system to
-        <filename>/var</filename>. In this mode the normal system configuration (i.e the contents of
+        <filename>/var</filename>. In this mode the normal system configuration (i.e. the contents of
         <literal>/etc</literal>) is in effect (and may be modified during system runtime), however the system state
         (i.e. the contents of <literal>/var</literal>) is reset at boot and lost at shutdown.</para>
 
index bfd5a68fd97a394140b46e695a5489601f35f54b..b52f946fa50a8c12ec253e0aa3d49ba2f513b153 100644 (file)
         <literal>payload</literal>, the payload of the packet is exported. If the argument is
         <literal>packet</literal>, the whole packet is dumped in wire format, prefixed by
         length specified as a little-endian 64-bit number. This format allows multiple packets
-        to be dumped and unambigously parsed.</para></listitem>
+        to be dumped and unambiguously parsed.</para></listitem>
       </varlistentry>
 
       <varlistentry>
index 07da57e11aaf6ae9cd93d083cb3fa3726ee65995..f57e15e38cda71fcb3365fdd62252b025fc2ff1b 100644 (file)
         used.</para>
 
         <para>This option is particularly useful when <varname>RootDirectory=</varname> is used. In this case the
-        source path refers to a path on the host file system, while the destination path referes to a path below the
+        source path refers to a path on the host file system, while the destination path refers to a path below the
         root directory of the unit.</para></listitem>
       </varlistentry>
 
index 8d44779a0cb1f42371e0247835d5f2b949eec466..7818dfff815531c3a7ed5b7bf7675a6806879871 100644 (file)
@@ -1454,7 +1454,7 @@ Name=bond1
 Kind=bond
 </programlisting>
 
-      <programlisting># /etc/systemd/network/30-bond1-dev1.nework
+      <programlisting># /etc/systemd/network/30-bond1-dev1.network
 [Match]
 MACAddress=52:54:00:e9:64:41
 
@@ -1462,7 +1462,7 @@ MACAddress=52:54:00:e9:64:41
 Bond=bond1
 </programlisting>
 
-      <programlisting># /etc/systemd/network/30-bond1-dev2.nework
+      <programlisting># /etc/systemd/network/30-bond1-dev2.network
 [Match]
 MACAddress=52:54:00:e9:64:42
 
index d673cf5db88628e3af66a8a5bf1cb820a47a0b04..06690b41f4b3c2069cb8ee0ed55242a5f6eb9bdc 100644 (file)
@@ -91,7 +91,7 @@
         update units. Only one service should perform an update (see the next point), and all
         the other ones should exit cleanly with a "success" return code and without doing
         anything. Update services should be ordered after <filename>sysinit.target</filename>
-        so that the update starts after after all file systems have been mounted.</para>
+        so that the update starts after all file systems have been mounted.</para>
       </listitem>
 
       <listitem>