diff options
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> |