diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-12-29 04:02:24 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-12-29 04:02:24 +0100 |
commit | fabd8709fb2202daa30168401f3ed8af5e6dadab (patch) | |
tree | 7863dc6655db85b85c7777c94b8252a4f3cd8054 /docs | |
parent | 3e0f8812f8c824648db7cc6886265ed186685488 (diff) |
fix typo in man page
Thanks to Frans Pop for the "patch".
Diffstat (limited to 'docs')
-rw-r--r-- | docs/udev.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/udev.xml b/docs/udev.xml index 8c07f0e687..b2e2df0aa3 100644 --- a/docs/udev.xml +++ b/docs/udev.xml @@ -176,7 +176,7 @@ <varlistentry> <term><option>BUS</option></term> <listitem> - <para>Match the typ of bus the device is connected to.</para> + <para>Match the type of bus the device is connected to.</para> </listitem> </varlistentry> @@ -263,8 +263,8 @@ <varlistentry> <term><option>NAME</option></term> <listitem> - <para>The name of the node to be created, or the name, the network interface - should be renamed to. Only one rule can set the a name, all later rules with + <para>The name of the node to be created, or the name the network interface + should be renamed to. Only one rule can set the node name, all later rules with a NAME key will be ignored.</para> </listitem> </varlistentry> @@ -282,7 +282,7 @@ <varlistentry> <term><option>OWNER, GROUP, MODE</option></term> <listitem> - <para>The permissions for the device node. Every specified value over writes + <para>The permissions for the device node. Every specified value overwrites the compiled-in default value.</para> </listitem> </varlistentry> |