]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix indefinite articles (#3694)
authorJakub Wilk <jwilk@jwilk.net>
Tue, 12 Jul 2016 09:58:14 +0000 (11:58 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 12 Jul 2016 09:58:14 +0000 (11:58 +0200)
man/crypttab.xml
man/machinectl.xml
man/sd_event_add_time.xml
man/sd_journal_get_data.xml
man/systemd.netdev.xml
man/systemd.network.xml

index 1de834a045847a9bfa8d090a64d126f3ed3b77d5..4b8d4aa3d6076011c00b03b4370415c0fbd5ef22 100644 (file)
@@ -93,7 +93,7 @@
     field is not present or the password is set to
     <literal>none</literal> or <literal>-</literal>, the password has
     to be manually entered during system boot. Otherwise, the field is
-    interpreted as a absolute path to a file containing the encryption
+    interpreted as an absolute path to a file containing the encryption
     password. For swap encryption, <filename>/dev/urandom</filename>
     or the hardware device <filename>/dev/hw_random</filename> can be
     used as the password file; using <filename>/dev/random</filename>
index d3891332e40507409d1370875b75a8ef7f0c511b..597a5cc583fd7670b09bb253dcd53054bfeb0042 100644 (file)
         <listitem><para>Show properties of one or more registered
         virtual machines or containers or the manager itself. If no
         argument is specified, properties of the manager will be
-        shown. If an NAME is specified, properties of this virtual
+        shown. If a NAME is specified, properties of this virtual
         machine or container are shown. By default, empty properties
         are suppressed. Use <option>--all</option> to show those too.
         To select specific properties to show, use
         <listitem><para>Show properties of one or more registered
         virtual machine or container images, or the manager itself. If
         no argument is specified, properties of the manager will be
-        shown. If an NAME is specified, properties of this virtual
+        shown. If a NAME is specified, properties of this virtual
         machine or container image are shown. By default, empty
         properties are suppressed. Use <option>--all</option> to show
         those too. To select specific properties to show, use
index a2c0d54b56da0e5ccf202eb8d584869fde50214e..2c0bd0ba10c5eb025e4e2f482fe2df96070ce976 100644 (file)
     in µs.</para>
 
     <para><function>sd_event_source_get_time_accuracy()</function>
-    retrieves the configured accuracy value of a event source
+    retrieves the configured accuracy value of an event source
     created previously with <function>sd_event_add_time()</function>. It
     takes the event source object and a pointer to a variable to store
     the accuracy in. The accuracy is specified in µs.</para>
     the event source object and accuracy, in µs.</para>
 
     <para><function>sd_event_source_get_time_clock()</function>
-    retrieves the configured clock of a event source created
+    retrieves the configured clock of an event source created
     previously with <function>sd_event_add_time()</function>. It takes
     the event source object and a pointer to a variable to store the
     clock identifier in.</para>
index 908ee7db16e6a4401ba768df61cf34a408ac3ca2..1321114de0c3c66f4e3d0cb06ddfcac3cab90c75 100644 (file)
     in size — but the library might still return larger data objects.
     That means applications should not rely exclusively on this
     setting to limit the size of the data fields returned, but need to
-    apply a explicit size limit on the returned data as well. This
+    apply an explicit size limit on the returned data as well. This
     threshold defaults to 64K by default. To retrieve the complete
     data fields this threshold should be turned off by setting it to
     0, so that the library always returns the complete data objects.
index 8f946c97ae86b6c647c8668d4f31289a18af4cb7..38aede84cb438d09e4f56f8386e2a63e145f5dff 100644 (file)
           <entry>An IPv4 or IPv6 tunnel over IPv6</entry></row>
 
           <row><entry><varname>ip6gretap</varname></entry>
-          <entry>An Level 2 GRE tunnel over IPv6.</entry></row>
+          <entry>A Level 2 GRE tunnel over IPv6.</entry></row>
 
           <row><entry><varname>ipip</varname></entry>
           <entry>An IPv4 over IPv4 tunnel.</entry></row>
@@ -1142,7 +1142,7 @@ MACAddress=12:34:56:78:9a:bc</programlisting>
     </example>
     <example>
       <title>/etc/systemd/network/25-vrf.netdev</title>
-      <para>Create an VRF interface with table 42.</para>
+      <para>Create a VRF interface with table 42.</para>
       <programlisting>[NetDev]
 Name=vrf-test
 Kind=vrf
index edf227c13466fe3eaac2545e43f8e51f59d9b8a4..4541a5549059238885ae119dfce4c6d0851f5f76 100644 (file)
           <term><varname>ClientIdentifier=</varname></term>
           <listitem>
             <para>The DHCPv4 client identifier to use. Either <literal>mac</literal> to use the MAC address of the link
-            or <literal>duid</literal> (the default, see below) to use a RFC4361-compliant Client ID.</para>
+            or <literal>duid</literal> (the default, see below) to use an RFC4361-compliant Client ID.</para>
           </listitem>
         </varlistentry>