linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Michał Bartoszkiewicz" <embe-ml@magma-net.pl>
To: linux-hotplug@vger.kernel.org
Subject: udev documentation typos
Date: Wed, 16 Aug 2006 21:38:02 +0000	[thread overview]
Message-ID: <20060816213802.GA3770@ghostwheel> (raw)

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

             reply	other threads:[~2006-08-16 21:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-16 21:38 Michał Bartoszkiewicz [this message]
2006-08-16 22:59 ` udev documentation typos Kay Sievers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060816213802.GA3770@ghostwheel \
    --to=embe-ml@magma-net.pl \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).