summaryrefslogtreecommitdiff
path: root/udevd.8
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2006-11-27 10:30:17 +0100
committerKay Sievers <kay.sievers@vrfy.org>2006-11-27 10:30:17 +0100
commit26133d54e06806456cc990e1cb63ca5ae35052ab (patch)
tree311b8b7b5977ce2e5e310661022cd58f9320e184 /udevd.8
parent3620d03b22a5d0734126595e175bc64b79b5f472 (diff)
man: recreate from xml
Diffstat (limited to 'udevd.8')
-rw-r--r--udevd.818
1 files changed, 9 insertions, 9 deletions
diff --git a/udevd.8 b/udevd.8
index 4243064383..f40a959005 100644
--- a/udevd.8
+++ b/udevd.8
@@ -1,6 +1,6 @@
.\" Title: udevd
.\" Author:
-.\" Generator: DocBook XSL Stylesheets v1.71.0 <http://docbook.sf.net/>
+.\" Generator: DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
.\" Date: August 2005
.\" Manual: udevd, udevcontrol
.\" Source: udev
@@ -23,27 +23,27 @@ udevd listens to kernel uevents and passes the incoming events to udev. It ensur
.SH "OPTIONS"
.PP
\fB\-\-daemon\fR
-.RS 3n
+.RS 4
Detach and run in the background.
.RE
.PP
\fB\-\-debug\-trace\fR
-.RS 3n
+.RS 4
Run all events completely serialized. This may be useful if udev triggers actions or loads kernel modules which cause problems and a slow but continiuous operation is needed, where no events are processed in parallel.
.RE
.PP
\fB\-\-verbose\fR
-.RS 3n
+.RS 4
Print log messages to stdout.
.RE
.PP
\fB\-\-help\fR
-.RS 3n
+.RS 4
Print usage.
.RE
.PP
\fBlog_priority=\fR\fB\fIvalue\fR\fR
-.RS 3n
+.RS 4
udevcontrol can dynamically set the log level of udevd. Valid values are the numerical syslog priorities or their textual representations:
\fBerr\fR,
\fBinfo\fR
@@ -52,18 +52,18 @@ and
.RE
.PP
\fBstop_exec_queue\fR
-.RS 3n
+.RS 4
udevcontrol stops the execution of events from udevd.
.RE
.PP
\fBstart_exec_queue\fR
-.RS 3n
+.RS 4
udevcontrol starts the execution of events from udevd.
.RE
.SH "ENVIRONMENT"
.PP
\fBUDEV_LOG\fR
-.RS 3n
+.RS 4
Overrides the syslog priority specified in the config file.
.RE
.SH "AUTHOR"