Gentoo Archives: eudev

From: Marcus Folkesson <marcus.folkesson@×××××.com>
To: eudev@l.g.o
Cc: marcus.folkesson@×××××.com
Subject: [eudev] [PATCH] man: add short options to manpage
Date: Mon, 04 Dec 2017 12:18:01
Message-Id: 20171204121744.17657-1-marcus.folkesson@gmail.com
1 Signed-off-by: Marcus Folkesson <marcus.folkesson@×××××.com>
2 ---
3 man/udevd.8 | 28 ++++++++++++++--------------
4 1 file changed, 14 insertions(+), 14 deletions(-)
5
6 diff --git a/man/udevd.8 b/man/udevd.8
7 index 31c534c7d..5d9df386d 100644
8 --- a/man/udevd.8
9 +++ b/man/udevd.8
10 @@ -45,35 +45,35 @@ The behavior of the daemon can be configured using
11 \fBudevadm control\fR\&.
12 .SH "OPTIONS"
13 .PP
14 -\fB\-\-daemon\fR
15 -.RS 4
16 +\fB\-d\fR,\fB\-\-daemon\fR
17 +.RS 5
18 Detach and run in the background\&.
19 .RE
20 .PP
21 -\fB\-\-debug\fR
22 -.RS 4
23 +\fB\-D\fR, \fB\-\-debug\fR
24 +.RS 5
25 Print debug messages to standard error\&.
26 .RE
27 .PP
28 -\fB\-\-children\-max=\fR
29 -.RS 4
30 +\fB\-c\fR, \fB\-\-children\-max=\fR
31 +.RS 5
32 Limit the number of events executed in parallel\&.
33 .RE
34 .PP
35 -\fB\-\-exec\-delay=\fR
36 -.RS 4
37 +\fB\-e\fR, \fB\-\-exec\-delay=\fR
38 +.RS 5
39 Delay the execution of
40 \fIRUN\fR
41 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\&.
42 .RE
43 .PP
44 -\fB\-\-event\-timeout=\fR
45 -.RS 4
46 +\fB\-t\fR, \fB\-\-event\-timeout=\fR
47 +.RS 5
48 Set the number of seconds to wait for events to finish\&. After this time the event will be terminated\&. The default is 30 seconds\&.
49 .RE
50 .PP
51 -\fB\-\-resolve\-names=\fR
52 -.RS 4
53 +\fB\-N\fR, \fB\-\-resolve\-names=\fR
54 +.RS 5
55 Specify when udevd should resolve names of users and groups\&. When set to
56 \fBearly\fR
57 (the default), names will be resolved when the rules are parsed\&. When set to
58 @@ -81,8 +81,8 @@ Specify when udevd should resolve names of users and groups\&. When set to
59 \fBnever\fR, names will never be resolved and all devices will be owned by root\&.
60 .RE
61 .PP
62 -\fB\-\-help\fR
63 -.RS 4
64 +\fB\-h\fR, \fB\-\-help\fR
65 +.RS 5
66 .RE
67 .SH "KERNEL COMMAND LINE"
68 .PP
69 --
70 2.15.0