aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Folkesson <marcus.folkesson@gmail.com>2017-12-05 08:44:16 -0500
committerAnthony G. Basile <blueness@gentoo.org>2017-12-05 08:46:06 -0500
commite3eb9433e77cfa885d2d9e61fc5eda6eddcca873 (patch)
tree474a345234e6ca9c1dbb7ff1c6e8f8a7bbdd8437
parentman: remove UDEV_LOG environment variable (diff)
downloadeudev-e3eb9433e77cfa885d2d9e61fc5eda6eddcca873.tar.gz
eudev-e3eb9433e77cfa885d2d9e61fc5eda6eddcca873.tar.bz2
eudev-e3eb9433e77cfa885d2d9e61fc5eda6eddcca873.zip
man: add short options to manpage
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-rw-r--r--man/udevd.828
1 files changed, 14 insertions, 14 deletions
diff --git a/man/udevd.8 b/man/udevd.8
index 31c534c7d..5d9df386d 100644
--- a/man/udevd.8
+++ b/man/udevd.8
@@ -45,35 +45,35 @@ The behavior of the daemon can be configured using
\fBudevadm control\fR\&.
.SH "OPTIONS"
.PP
-\fB\-\-daemon\fR
-.RS 4
+\fB\-d\fR,\fB\-\-daemon\fR
+.RS 5
Detach and run in the background\&.
.RE
.PP
-\fB\-\-debug\fR
-.RS 4
+\fB\-D\fR, \fB\-\-debug\fR
+.RS 5
Print debug messages to standard error\&.
.RE
.PP
-\fB\-\-children\-max=\fR
-.RS 4
+\fB\-c\fR, \fB\-\-children\-max=\fR
+.RS 5
Limit the number of events executed in parallel\&.
.RE
.PP
-\fB\-\-exec\-delay=\fR
-.RS 4
+\fB\-e\fR, \fB\-\-exec\-delay=\fR
+.RS 5
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\-\-event\-timeout=\fR
-.RS 4
+\fB\-t\fR, \fB\-\-event\-timeout=\fR
+.RS 5
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\-\-resolve\-names=\fR
-.RS 4
+\fB\-N\fR, \fB\-\-resolve\-names=\fR
+.RS 5
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
@@ -81,8 +81,8 @@ Specify when udevd should resolve names of users and groups\&. When set to
\fBnever\fR, names will never be resolved and all devices will be owned by root\&.
.RE
.PP
-\fB\-\-help\fR
-.RS 4
+\fB\-h\fR, \fB\-\-help\fR
+.RS 5
.RE
.SH "KERNEL COMMAND LINE"
.PP