1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-25 23:21:33 +03:00

fix typo in man page

Thanks to Frans Pop for the "patch".
This commit is contained in:
Kay Sievers 2005-12-29 04:02:24 +01:00
parent 3e0f8812f8
commit fabd8709fb
2 changed files with 7 additions and 7 deletions

View File

@ -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>

6
udev.8
View File

@ -82,7 +82,7 @@ Match the kernel devpath.
Match the kernel subsystem name
.TP
\fBBUS\fR
Match the typ of bus the device is connected to.
Match the type of bus the device is connected to.
.TP
\fBDRIVER\fR
Match the kernel driver name.
@ -116,13 +116,13 @@ Matches any single character specified within the brackets. example, the pattern
The following keys can get values assigned:
.TP
\fBNAME\fR
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 a NAME key will be ignored.
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.
.TP
\fBSYMLINK\fR
The name of a symlink targeting the node. Every matching rule can add this value to the list of symlinks to be created along with the device node. Multiple symlinks may be specified by separating the names by the space character.
.TP
\fBOWNER, GROUP, MODE\fR
The permissions for the device node. Every specified value over writes the compiled\-in default value.
The permissions for the device node. Every specified value overwrites the compiled\-in default value.
.TP
\fBENV{\fR\fB\fIkey\fR\fR\fB}\fR
Export the key to the environment. Depending on the specified operation, this key is also used as a match.