diff options
author | nnnn20430 <nnnn20430@mindcraft.si.eu.org> | 2018-03-08 21:11:47 +0100 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-03-10 23:49:12 -0500 |
commit | 6f630d32bf494a457171b3f99e329592497bf271 (patch) | |
tree | 4fa735f985151417402aa40908c41cbab7d32d0b /man/udevd.8 | |
parent | rules/Makefile.am: install 60-input-id.rules and 70-joystick.rules (diff) | |
download | eudev-6f630d32bf494a457171b3f99e329592497bf271.tar.gz eudev-6f630d32bf494a457171b3f99e329592497bf271.tar.bz2 eudev-6f630d32bf494a457171b3f99e329592497bf271.zip |
man: add short options to udevd.xml; update udev.7
short options which were added to the udevd manpage, were not added to
the .xml file, and everytime manpages get regenerated the change gets
overwritten.
also update pregenerated version of udev manpage
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'man/udevd.8')
-rw-r--r-- | man/udevd.8 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/man/udevd.8 b/man/udevd.8 index 5d9df386d..c21de81cd 100644 --- a/man/udevd.8 +++ b/man/udevd.8 @@ -1,8 +1,8 @@ '\" t .\" Title: udevd .\" Author: Kay Sievers <kay@vrfy.org> -.\" Generator: DocBook XSL Stylesheets v1.79.0 <http://docbook.sf.net/> -.\" Date: 12/11/2016 +.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/> +.\" Date: 03/08/2018 .\" Manual: udevd .\" Source: eudev .\" Language: English @@ -45,35 +45,35 @@ The behavior of the daemon can be configured using \fBudevadm control\fR\&. .SH "OPTIONS" .PP -\fB\-d\fR,\fB\-\-daemon\fR -.RS 5 +\fB\-d\fR, \fB\-\-daemon\fR +.RS 4 Detach and run in the background\&. .RE .PP \fB\-D\fR, \fB\-\-debug\fR -.RS 5 +.RS 4 Print debug messages to standard error\&. .RE .PP \fB\-c\fR, \fB\-\-children\-max=\fR -.RS 5 +.RS 4 Limit the number of events executed in parallel\&. .RE .PP \fB\-e\fR, \fB\-\-exec\-delay=\fR -.RS 5 +.RS 4 Delay the execution of \fIRUN\fR instructions by the given number of seconds\&. This option might be useful when debugging system crashes during coldplug caused by loading non\-working kernel modules\&. .RE .PP \fB\-t\fR, \fB\-\-event\-timeout=\fR -.RS 5 +.RS 4 Set the number of seconds to wait for events to finish\&. After this time the event will be terminated\&. The default is 30 seconds\&. .RE .PP \fB\-N\fR, \fB\-\-resolve\-names=\fR -.RS 5 +.RS 4 Specify when udevd should resolve names of users and groups\&. When set to \fBearly\fR (the default), names will be resolved when the rules are parsed\&. When set to @@ -82,7 +82,7 @@ Specify when udevd should resolve names of users and groups\&. When set to .RE .PP \fB\-h\fR, \fB\-\-help\fR -.RS 5 +.RS 4 .RE .SH "KERNEL COMMAND LINE" .PP |