mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-25 08:29:59 +07:00
fix man page typos
This commit is contained in:
parent
33d062d746
commit
309d6fd302
@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
<refsect1><title>CONFIGURATION</title>
|
<refsect1><title>CONFIGURATION</title>
|
||||||
<para>All udev configuration files are placed in <filename>/etc/udev/*</filename>.
|
<para>All udev configuration files are placed in <filename>/etc/udev/*</filename>.
|
||||||
Every file consist of a set of lines of text. All empty lines or lines beginning
|
Every file consists of a set of lines of text. All empty lines or lines beginning
|
||||||
with '#' will be ignored.</para>
|
with '#' will be ignored.</para>
|
||||||
|
|
||||||
<refsect2><title>Configuration file</title>
|
<refsect2><title>Configuration file</title>
|
||||||
@ -198,7 +198,7 @@
|
|||||||
<term><option>ENV{<replaceable>key</replaceable>}</option></term>
|
<term><option>ENV{<replaceable>key</replaceable>}</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Match against the value of an environment key. Depending on
|
<para>Match against the value of an environment key. Depending on
|
||||||
the specified operation, this key is also used as a assignment.</para>
|
the specified operation, this key is also used as an assignment.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
4
udev.8
4
udev.8
@ -23,7 +23,7 @@ If udev receives a device event, it matches its configured rules against the ava
|
|||||||
.SH "CONFIGURATION"
|
.SH "CONFIGURATION"
|
||||||
.PP
|
.PP
|
||||||
All udev configuration files are placed in
|
All udev configuration files are placed in
|
||||||
\fI/etc/udev/*\fR. Every file consist of a set of lines of text. All empty lines or lines beginning with '#' will be ignored.
|
\fI/etc/udev/*\fR. Every file consists of a set of lines of text. All empty lines or lines beginning with '#' will be ignored.
|
||||||
.SS "Configuration file"
|
.SS "Configuration file"
|
||||||
.PP
|
.PP
|
||||||
udev expects its main configuration file at
|
udev expects its main configuration file at
|
||||||
@ -91,7 +91,7 @@ Match the kernel driver name.
|
|||||||
Match the device number on the bus.
|
Match the device number on the bus.
|
||||||
.TP
|
.TP
|
||||||
\fBENV{\fR\fB\fIkey\fR\fR\fB}\fR
|
\fBENV{\fR\fB\fIkey\fR\fR\fB}\fR
|
||||||
Match against the value of an environment key. Depending on the specified operation, this key is also used as a assignment.
|
Match against the value of an environment key. Depending on the specified operation, this key is also used as an assignment.
|
||||||
.TP
|
.TP
|
||||||
\fBSYSFS{\fR\fB\fIfilename\fR\fR\fB}\fR
|
\fBSYSFS{\fR\fB\fIfilename\fR\fR\fB}\fR
|
||||||
Match the sysfs attribute value. Up to five values can be specified. Trailing whitespace is ignored, if the specified match value does not contain trailing whitespace itself.
|
Match the sysfs attribute value. Up to five values can be specified. Trailing whitespace is ignored, if the specified match value does not contain trailing whitespace itself.
|
||||||
|
Loading…
Reference in New Issue
Block a user