chiark / gitweb /
man page: fix typo
authorKay Sievers <kay.sievers@suse.de>
Tue, 15 Aug 2006 17:38:13 +0000 (19:38 +0200)
committerKay Sievers <kay.sievers@suse.de>
Tue, 15 Aug 2006 17:38:13 +0000 (19:38 +0200)
udev.7
udev.xml

diff --git a/udev.7 b/udev.7
index 8a2ea16a61e50b2eb4386286251804a9717dcabb..eef10d4afb5b08c566c5fcf404eb82a6f3cded50 100644 (file)
--- a/udev.7
+++ b/udev.7
@@ -63,7 +63,7 @@ Compare for equality.
 Compare for non\-equality.
 .TP 3n
 \fB=\fR
 Compare for non\-equality.
 .TP 3n
 \fB=\fR
-Asign a value to a key. Keys that represent a list, are reset and only this single value is assigned.
+Assign a value to a key. Keys that represent a list, are reset and only this single value is assigned.
 .TP 3n
 \fB+=\fR
 Add the value to a key that holds a list of entries.
 .TP 3n
 \fB+=\fR
 Add the value to a key that holds a list of entries.
@@ -162,7 +162,7 @@ will ignore this event completely.
 \fBignore_remove\fR
 will ignore any later remove event for this device. This may be useful as a workaround for broken device drivers.
 \fBall_partitions\fR
 \fBignore_remove\fR
 will ignore any later remove event for this device. This may be useful as a workaround for broken device drivers.
 \fBall_partitions\fR
-will create device nodes for all available partitions of a block device. This may be useful for removable media.
+will create the device nodes for all available partitions of a block device. This may be useful for removable media devices where media changes are not detected.
 .PP
 The
 \fBNAME\fR,
 .PP
 The
 \fBNAME\fR,
index 84c66c626ec0822708df592334eedf23266a95e0..4896c2bb27e8a8abf8399a850eff457f085b4f75 100644 (file)
--- a/udev.xml
+++ b/udev.xml
             <varlistentry>
               <term><option>=</option></term>
               <listitem>
             <varlistentry>
               <term><option>=</option></term>
               <listitem>
-                <para>Asign a value to a key. Keys that represent a list, are reset
+                <para>Assign a value to a key. Keys that represent a list, are reset
                 and only this single value is assigned.</para>
               </listitem>
             </varlistentry>
                 and only this single value is assigned.</para>
               </listitem>
             </varlistentry>
                 <option>ignore_device</option> will ignore this event completely.
                 <option>ignore_remove</option> will ignore  any  later  remove  event  for  this
                 device. This may be useful as a workaround for broken device drivers.
                 <option>ignore_device</option> will ignore this event completely.
                 <option>ignore_remove</option> will ignore  any  later  remove  event  for  this
                 device. This may be useful as a workaround for broken device drivers.
-                <option>all_partitions</option> will create device nodes for all available partitions of
-                a block device. This may be useful for removable media.</para>
+                <option>all_partitions</option> will create the device nodes for all available
+                partitions of a block device. This may be useful for removable media devices where
+                media changes are not detected.</para>
               </listitem>
             </varlistentry>
           </variablelist>
               </listitem>
             </varlistentry>
           </variablelist>