* udev documentation typos
@ 2006-08-16 21:38 Michał Bartoszkiewicz
2006-08-16 22:59 ` Kay Sievers
0 siblings, 1 reply; 2+ messages in thread
From: Michał Bartoszkiewicz @ 2006-08-16 21:38 UTC (permalink / raw)
To: linux-hotplug
Hello!
I noticed a few typos in udev documentation.
Here is a patch fixing them:
diff --git a/udev.xml b/udev.xml
index 4896c2b..01e9d52 100644
--- a/udev.xml
+++ b/udev.xml
@@ -81,8 +81,8 @@
<refsect2><title>Rules files</title>
<para>The udev rules are read from the files located in the
<filename>/etc/udev/rules.d</filename> 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 @@
<varlistentry>
<term><option>[]</option></term>
<listitem>
- <para>Matches any single character specified within the brackets.
+ <para>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 @@
<listitem>
<para>Import the printed result or the value of a file in environment key
format into the event environment. <option>program</option> will execute an
- external program and read its output. <option>file</option> will inport a
+ external program and read its output. <option>file</option> will import a
text file. If no option is given, udev will determine it from the executable
bit of of the file permissions.</para>
</listitem>
diff --git a/udevtest.xml b/udevtest.xml
index 81f674d..259558d 100644
--- a/udevtest.xml
+++ b/udevtest.xml
@@ -32,7 +32,7 @@
<refsect1><title>DESCRIPTION</title>
<para>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.</para>
+ that would have been renamed.</para>
</refsect1>
<refsect1><title>AUTHOR</title>
--
__ ____________________________________________________________________
| \/ | Micha³ Bartoszkiewicz <embe@magma-net.pl> | _ )
| |\/| | GG:2298240 | _ \
|_| |_|_For all resources, whatever it is, you need more. [RFC1925]_|___/
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x120709&bid&3057&dat\x121642
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: udev documentation typos
2006-08-16 21:38 udev documentation typos Michał Bartoszkiewicz
@ 2006-08-16 22:59 ` Kay Sievers
0 siblings, 0 replies; 2+ messages in thread
From: Kay Sievers @ 2006-08-16 22:59 UTC (permalink / raw)
To: linux-hotplug
On Wed, 2006-08-16 at 23:38 +0200, Michał Bartoszkiewicz wrote:
> Hello!
>
> I noticed a few typos in udev documentation.
Great. Applied.
Thanks,
Kay
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid\x120709&bid&3057&dat\x121642
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-08-16 22:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-16 21:38 udev documentation typos Michał Bartoszkiewicz
2006-08-16 22:59 ` Kay Sievers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).