X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fudev.xml;h=415cf8e6a9d32eedf3ae48c8965beb6c4d8b4429;hp=7ec7a3fed00cd1cef242bbc4c255987fa0e91986;hb=5797606612b5b37dbba5d90b39665cdf7f7a1b11;hpb=f274ece0f76b5709408821e317e87aef76123db6 diff --git a/man/udev.xml b/man/udev.xml index 7ec7a3fed..415cf8e6a 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -65,7 +65,7 @@ The following variables can be set: - + udev_log The logging priority. Valid values are the numerical syslog priorities or their textual representations: , @@ -107,21 +107,21 @@ operators are: - + == Compare for equality. - + != Compare for inequality. - + = Assign a value to a key. Keys that represent a list are reset and only this single value is assigned. @@ -129,14 +129,14 @@ - + += Add the value to a key that holds a list of entries. - + := Assign a value to a key finally; disallow any later changes. @@ -148,7 +148,7 @@ not only the device that has generated the event. If multiple keys that match a parent device are specified in a single rule, all these keys must match at one and the same parent device. - + @@ -297,19 +297,19 @@ pattern characters are supported: - + * Matches zero or more characters. - + ? Matches any single character. - + [] Matches any single character specified within the brackets. For example, the pattern string 'tty[SR]' would match either 'ttyS' or 'ttyR'. @@ -322,7 +322,7 @@ The following keys can get values assigned: - + @@ -354,7 +354,7 @@ - + , , The permissions for the device node. Every specified value overrides the compiled-in default value. @@ -427,10 +427,10 @@ Import a set of variables as device properties, - depending on type: + depending on type: - + program Execute an external program specified as the assigned value and import its output, which must be in environment key @@ -439,14 +439,14 @@ - + file Import a text file specified as the assigned value, the content of which must be in environment key format. - + db Import a single property specified as the assigned value from the current device database. This works only if the database is already populated @@ -454,14 +454,14 @@ - + cmdline Import a single property from the kernel command line. For simple flags the value of the property is set to '1'. - + parent Import the stored keys from the parent device by reading the database entry of the parent device. The value assigned to @@ -489,7 +489,7 @@ Rule and device options: - + @@ -546,7 +546,7 @@ is executed, allowing for the use of device properties set by earlier matching rules. For all other fields, substitutions are performed while the individual rule is being processed. The available substitutions are: - + , @@ -677,14 +677,14 @@ - + %% The '%' character itself. - + $$ The '$' character itself.