From 33a570f38b02c4946abda3b94ecaa3657f70fb4f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Bartoszkiewicz?= Date: Thu, 17 Aug 2006 00:58:37 +0200 Subject: [PATCH] man pages: fix typos --- udev.7 | 6 +++--- udev.xml | 8 ++++---- udevtest.8 | 2 +- udevtest.xml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/udev.7 b/udev.7 index eef10d4af..cef84de04 100644 --- a/udev.7 +++ b/udev.7 @@ -52,7 +52,7 @@ and .PP The udev rules are read from the files located in the \fI/etc/udev/rules.d\fR -directory or at the location specified value in the configuraton file. Every line in the rules file contains at least one key value pair. There are two kind of keys, match and assignement keys. If all match keys are matching against its value, the rule gets applied and the assign keys get the specified value assigned. A matching rule may specify the name of the device node, add a symlink pointing to the node, or run a specified program as part of the event handling. If no matching rule is found, the default device node name is used. +directory or at the location specified value in the configuration file. Every line in the rules file contains at least one key value pair. There are two kind of keys, match and assignment keys. If all match keys are matching against its value, the rule gets applied and the assign keys get the specified value assigned. A matching rule may specify the name of the device node, add a symlink pointing to the node, or run a specified program as part of the event handling. If no matching rule is found, the default device node name is used. .PP A rule may consists of a list of one or more key value pairs separated by a comma. Each key has a distinct operation, depending on the used operator. Valid operators are: .TP 3n @@ -119,7 +119,7 @@ Matches zero, or any number of characters. Matches any single character. .TP 3n \fB[]\fR -Matches any single character specified within the brackets. example, the pattern string 'tty[SR]' would match either 'ttyS' or 'ttyR'. Ranges are also supported within this match with the '\-' character. For example, to match on the range of all digits, the pattern [0\-9] would be used. If the first character following the '[' is a '!', any characters not enclosed are matched. +Matches any single character specified within the brackets. For example, the pattern string 'tty[SR]' would match either 'ttyS' or 'ttyR'. Ranges are also supported within this match with the '\-' character. For example, to match on the range of all digits, the pattern [0\-9] would be used. If the first character following the '[' is a '!', any characters not enclosed are matched. .PP The following keys can get values assigned: .TP 3n @@ -149,7 +149,7 @@ Import the printed result or the value of a file in environment key format into \fBprogram\fR will execute an external program and read its output. \fBfile\fR -will inport a text file. If no option is given, udev will determine it from the executable bit of of the file permissions. +will import a text file. If no option is given, udev will determine it from the executable bit of of the file permissions. .TP 3n \fBWAIT_FOR_SYSFS\fR Wait for the specified sysfs file of the device to be created. Can be used to fight against kernel sysfs timing issues. diff --git a/udev.xml b/udev.xml index 4896c2bb2..01e9d522e 100644 --- a/udev.xml +++ b/udev.xml @@ -81,8 +81,8 @@ Rules files The udev rules are read from the files located in the /etc/udev/rules.d directory or at the location specified - value in the configuraton file. Every line in the rules file contains at least - one key value pair. There are two kind of keys, match and assignement keys. + value in the configuration file. Every line in the rules file contains at least + one key value pair. There are two kind of keys, match and assignment keys. If all match keys are matching against its value, the rule gets applied and the assign keys get the specified value assigned. A matching rule may specify the name of the device node, add a symlink pointing to the node, or run a specified @@ -238,7 +238,7 @@ - Matches any single character specified within the brackets. + Matches any single character specified within the brackets. For example, the pattern string 'tty[SR]' would match either 'ttyS' or 'ttyR'. Ranges are also supported within this match with the '-' character. For example, to match on the range of all digits, the pattern [0-9] would @@ -315,7 +315,7 @@ Import the printed result or the value of a file in environment key format into the event environment. will execute an - external program and read its output. will inport a + external program and read its output. will import a text file. If no option is given, udev will determine it from the executable bit of of the file permissions. diff --git a/udevtest.8 b/udevtest.8 index da435bc4e..9e11f93b2 100644 --- a/udevtest.8 +++ b/udevtest.8 @@ -17,7 +17,7 @@ udevtest \- simulate a udev run and print the action to the console \fBudevtest \fR\fB\fIdevice\-path\fR\fR .SH "DESCRIPTION" .PP -udevtest simulates a udev run for the given device and prints out the name of the node udev would have created, or the name of the network interface, that would have been renamend. +udevtest simulates a udev run for the given device and prints out the name of the node udev would have created, or the name of the network interface, that would have been renamed. .SH "AUTHOR" .PP Written by Greg Kroah\-Hartman diff --git a/udevtest.xml b/udevtest.xml index 81f674da9..259558dd5 100644 --- a/udevtest.xml +++ b/udevtest.xml @@ -32,7 +32,7 @@ DESCRIPTION udevtest simulates a udev run for the given device and prints out the name of the node udev would have created, or the name of the network interface, - that would have been renamend. + that would have been renamed. AUTHOR -- 2.30.2