summaryrefslogtreecommitdiff
path: root/udev.8.in
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-12-18 22:58:37 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:17:47 -0700
commita866c0a305372305bc8363b8f3b24832082711aa (patch)
treeeeb99e7725f4379aebedeff73fead3d098948811 /udev.8.in
parent90726e43c97721ae7367cb465ac7924813b59a9d (diff)
[PATCH] remove permissions file mentioning from the udev man page
Diffstat (limited to 'udev.8.in')
-rw-r--r--udev.8.in26
1 files changed, 13 insertions, 13 deletions
diff --git a/udev.8.in b/udev.8.in
index 90b7d83309..581d6f4ed5 100644
--- a/udev.8.in
+++ b/udev.8.in
@@ -61,18 +61,18 @@ The default value is
.IR yes .
.TP
.B default_mode
-The default mode for all nodes not explicitly matching in the permissions
-file. The default value is
-.IR 0666 .
+The default mode for all nodes where no explicit value is given by a rule.
+The default value is
+.IR 0600 .
.TP
.B default_owner
-The default owner for all nodes not explicitly matching in the permissions
-file. The default value is
+The default owner for all nodes where no explicit value is given by a rule.
+The default value is
.IR root .
.TP
.B default_group
-The default group for all nodes not explicitly matching in the permissions
-file. The default value is
+The default group for all nodes where no explicitly value is given by a rule.
+The default value is
.IR root .
.br
.P
@@ -92,16 +92,16 @@ udev_rules="/etc/udev/rules.d/"
# udev_log - set to "yes" if you want logging, else "no"
udev_log="yes"
-# default_mode - set the default mode for all nodes not
-# explicitly matching in the permissions file
+# default_mode - set the default mode for all nodes that have no
+# permissions specified
default_mode="0666"
-# default_owner - set the default owner for all nodes not
-# explicitly matching in the permissions file
+# default_owner - set the default owner for all nodes that have no
+# permissions specified
default_owner="root"
-# default_group - set the default group for all nodes not
-# explicitly matching in the permissions file
+# default_group - set the default group for all nodes that have no
+# permissions specified
default_group="root"
.fi
.P