From 6b76fa66199967b4ec71854f717d0b8ee94497c4 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sat, 26 Jan 2013 10:45:37 -0500 Subject: man: docbook consitency fixes Use proper (or at least more proper) docbook tags for various fields. This should help with automatic parsing of the documentation. --- man/udev.xml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'man/udev.xml') diff --git a/man/udev.xml b/man/udev.xml index 7ec7a3fed0..773635ecf7 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. @@ -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'. @@ -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 @@ -677,14 +677,14 @@ - + %% The '%' character itself. - + $$ The '$' character itself. -- cgit v1.2.3-54-g00ecf