From: Kay Sievers Date: Tue, 15 Aug 2006 17:38:13 +0000 (+0200) Subject: man page: fix typo X-Git-Tag: 174~2196 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=226b96927176ff8db3bc0519a661220b1b980a55;ds=sidebyside man page: fix typo --- diff --git a/udev.7 b/udev.7 index 8a2ea16a6..eef10d4af 100644 --- a/udev.7 +++ b/udev.7 @@ -63,7 +63,7 @@ Compare for equality. 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. @@ -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 -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, diff --git a/udev.xml b/udev.xml index 84c66c626..4896c2bb2 100644 --- a/udev.xml +++ b/udev.xml @@ -110,7 +110,7 @@ - Asign a value to a key. Keys that represent a list, are reset + Assign a value to a key. Keys that represent a list, are reset and only this single value is assigned. @@ -337,8 +337,9 @@ will ignore this event completely. will ignore any later remove event for this device. This may be useful as a workaround for broken device drivers. - 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.