summaryrefslogtreecommitdiff
path: root/man/udev.conf.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-10-22 23:12:50 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-10-23 00:12:50 -0400
commit203af57fcdced5debfc26e1083eaefa031e322f4 (patch)
tree02010fe031e409c12258ede3340a9ba312958731 /man/udev.conf.xml
parentb825ab1a99b69956057c79838faaf7b44afee474 (diff)
man: make udev.event-timeout more visible
Evidently some people had trouble finding it in the documentation.
Diffstat (limited to 'man/udev.conf.xml')
-rw-r--r--man/udev.conf.xml35
1 files changed, 21 insertions, 14 deletions
diff --git a/man/udev.conf.xml b/man/udev.conf.xml
index de84b9125..16ad41e80 100644
--- a/man/udev.conf.xml
+++ b/man/udev.conf.xml
@@ -61,20 +61,27 @@
<filename>/etc/udev/udev.conf</filename>. It consists of a set
of variables allowing the user to override default udev
values. All empty lines or lines beginning with '#' are
- ignored. The following variables can be set:</para>
-
- <variablelist>
- <varlistentry>
- <term><varname>udev_log</varname></term>
-
- <listitem>
- <para>The logging priority. Valid values are the numerical
- syslog priorities or their textual representations:
- <option>err</option>, <option>info</option> and
- <option>debug</option>.</para>
- </listitem>
- </varlistentry>
- </variablelist>
+ ignored. The following variables can be set:
+ </para>
+
+ <variablelist>
+ <varlistentry>
+ <term><varname>udev_log</varname></term>
+
+ <listitem>
+ <para>The logging priority. Valid values are the numerical
+ syslog priorities or their textual representations:
+ <option>err</option>, <option>info</option> and
+ <option>debug</option>.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+
+ <para>
+ In addition, <filename>systemd-udevd</filename> can be configured
+ by command-line options and the kernel commandline (see
+ <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry>).
+ </para>
</refsect1>
<refsect1>