chiark / gitweb /
fix man page typos
[elogind.git] / docs / udev.xml
index 8c07f0e68746ca3884c9c0cadf3c5d0f228d889e..e87dbab88078cea4509a0e0796aa0c16e3c3ade1 100644 (file)
@@ -53,7 +53,7 @@
 
       <refsect1><title>CONFIGURATION</title>
         <para>All udev configuration files are placed in <filename>/etc/udev/*</filename>.
-        Every file consist of a set of lines of text. All empty lines or lines beginning
+        Every file consists of a set of lines of text. All empty lines or lines beginning
         with '#' will be ignored.</para>
 
         <refsect2><title>Configuration file</title>
             <varlistentry>
               <term><option>BUS</option></term>
               <listitem>
-                <para>Match the typ of bus the device is connected to.</para>
+                <para>Match the type of bus the device is connected to.</para>
               </listitem>
             </varlistentry>
 
               <term><option>ENV{<replaceable>key</replaceable>}</option></term>
               <listitem>
                 <para>Match against the value of an environment key. Depending on
-                the specified operation, this key is also used as a assignment.</para>
+                the specified operation, this key is also used as an assignment.</para>
               </listitem>
             </varlistentry>
 
             <varlistentry>
               <term><option>NAME</option></term>
               <listitem>
-                <para>The name of the node to be created, or the name, the network interface
-                should be renamed to. Only one rule can set the a name, all later rules with
+                <para>The name of the node to be created, or the name the network interface
+                should be renamed to. Only one rule can set the node name, all later rules with
                 a NAME key will be ignored.</para>
               </listitem>
             </varlistentry>
             <varlistentry>
               <term><option>OWNER, GROUP, MODE</option></term>
               <listitem>
-                <para>The permissions for the device node. Every specified value over writes
+                <para>The permissions for the device node. Every specified value overwrites
                 the compiled-in default value.</para>
               </listitem>
             </varlistentry>