chiark / gitweb /
optimize SELinux path match
[elogind.git] / udev.8
diff --git a/udev.8 b/udev.8
index 9b74ae23bf39d6524bc94230b7a27ab05cb04406..2ea58120924ec85f22053f69d5922413c973e9f1 100644 (file)
--- a/udev.8
+++ b/udev.8
@@ -35,10 +35,6 @@ udev expects its main configuration file at
 Specifies where to place the device nodes in the filesystem. The default value is 
 \fI/dev\fR.
 .TP
-\fBudev_db\fR
-The name and location of the udev database. The default value is 
-\fI/dev/.udevdb\fR.
-.TP
 \fBudev_rules\fR
 The name of the udev rules file or directory to look for files with the suffix 
 \fI.rules\fR. Multiple rule files are read in lexical order. The default value is 
@@ -203,7 +199,7 @@ The string returned by the external program requested with PROGRAM. A single par
 \fB%e\fR, \fB$enum\fR
 If a device node already exists with the name, the smallest next free number is used. This can be used to create compatibility symlinks and enumerate devices of the same type originating from different kernel subsystems.
 
-Note: The use of the enumeration facility is unreliable for events that request a number at the same time. The use of enumerations in todays setups where devices can come and go at any time is not recomended.
+Note: The use of the enumeration facility is unreliable for events that request a number at the same time. The use of enumerations in todays setups where devices can come and go at any time is not recommended.
 .TP
 \fB%P\fR, \fB$parent\fR
 The node name of the parent device.