diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-11-02 14:44:51 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-11-02 14:44:51 -0500 |
commit | c45f1f900283c5d879bae573efa435f1af177007 (patch) | |
tree | 31d2b2cd74dae10a84eb0ee187a9963c7f2c38f5 /man | |
parent | 3d6ead6908a72aa46ade3cf6577d090768f58cb3 (diff) |
man: describe all log levels in udevadm(8)
https://bugs.freedesktop.org/show_bug.cgi?id=85657
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/udevadm.8 | 11 | ||||
-rw-r--r-- | man/udevadm.xml | 11 |
2 files changed, 16 insertions, 6 deletions
diff --git a/man/udevadm.8 b/man/udevadm.8 index a9fe4411a7..5974388d25 100644 --- a/man/udevadm.8 +++ b/man/udevadm.8 @@ -261,10 +261,15 @@ Signal and wait for udevd to exit\&. .PP \fB\-l\fR, \fB\-\-log\-priority=\fR\fB\fIvalue\fR\fR .RS 4 -Set the internal log level of udevd\&. Valid values are the numerical syslog priorities or their textual representations: +Set the internal log level of +udevd\&. Valid values are the numerical syslog priorities or their textual representations: +\fBemerg\fR, +\fBalert\fR, +\fBcrit\fR, \fBerr\fR, -\fBinfo\fR -and +\fBwarning\fR, +\fBnotice\fR, +\fBinfo\fR, and \fBdebug\fR\&. .RE .PP diff --git a/man/udevadm.xml b/man/udevadm.xml index fd83d6b56b..7bb6a665ca 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -368,9 +368,14 @@ <term><option>-l</option></term> <term><option>--log-priority=<replaceable>value</replaceable></option></term> <listitem> - <para>Set the internal log level of udevd. Valid values are the numerical - syslog priorities or their textual representations: <option>err</option>, - <option>info</option> and <option>debug</option>.</para> + <para>Set the internal log level of + <filename>udevd</filename>. Valid values are the + numerical syslog priorities or their textual + representations: <option>emerg</option>, + <option>alert</option>, <option>crit</option>, + <option>err</option>, <option>warning</option>, + <option>notice</option>, <option>info</option>, and + <option>debug</option>.</para> </listitem> </varlistentry> <varlistentry> |