diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-08-30 23:30:52 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-08-30 23:30:52 +0200 |
commit | 7b86ada7d4a6b2597299912964d1b8da3d059691 (patch) | |
tree | b37ed56826b37215dd45a7662866a0717b7dc66b /docs/udevd.xml | |
parent | 0e47c219fc5c509f277c9a44f2d29362fff88193 (diff) |
all man pages rewritten to use DocBook XML
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'docs/udevd.xml')
-rw-r--r-- | docs/udevd.xml | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/docs/udevd.xml b/docs/udevd.xml index eeaec4402f..76df707519 100644 --- a/docs/udevd.xml +++ b/docs/udevd.xml @@ -17,7 +17,7 @@ </articleinfo> <section> - <title>udevd, udevsend, udevcontrol</title> + <title>udevd, udevcontrol</title> <refentry> <refentryinfo> <title>udevd</title> @@ -42,9 +42,6 @@ <cmdsynopsis> <command>udevcontrol <replaceable>command</replaceable></command> </cmdsynopsis> - <cmdsynopsis> - <command>udevsend <replaceable>subsystem</replaceable></command> - </cmdsynopsis> </refsynopsisdiv> <refsect1><title>DESCRIPTION</title> @@ -66,7 +63,8 @@ <listitem> <para>udevcontrol can dynamically set the log level of udevd. Valid values are the numerical syslog priorities or their textual - representations: err, info and debug.</para> + representations: <option>err</option>, <option>info</option> + and <option>debug</option>.</para> </listitem> </varlistentry> <varlistentry> @@ -84,6 +82,17 @@ </variablelist> </refsect1> + <refsect1><title>ENVIRONMENT</title> + <variablelist> + <varlistentry> + <term><option>UDEV_LOG</option></term> + <listitem> + <para>Overrides the syslog priority specified in the config file.</para> + </listitem> + </varlistentry> + </variablelist> + </refsect1> + <refsect1><title>AUTHOR</title> <para>Written by Kay Sievers <email>kay.sievers@vrfy.org</email>.</para> </refsect1> |