From: Kay Sievers Date: Tue, 28 Aug 2007 02:24:08 +0000 (+0200) Subject: man: recreate man pages X-Git-Tag: 174~1837 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=dbb2c414d77362a9279f4fc50458054f71ffb7e2 man: recreate man pages --- diff --git a/extras/volume_id/vol_id.8 b/extras/volume_id/vol_id.8 index 75942536d..daa583b85 100644 --- a/extras/volume_id/vol_id.8 +++ b/extras/volume_id/vol_id.8 @@ -1,6 +1,6 @@ .\" Title: vol_id .\" Author: -.\" Generator: DocBook XSL Stylesheets v1.72.0 +.\" Generator: DocBook XSL Stylesheets v1.73.1 .\" Date: March 2006 .\" Manual: vol_id .\" Source: volume_id @@ -11,69 +11,69 @@ .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" -vol_id \- probe filesystem type and read label and uuid +vol_id - probe filesystem type and read label and uuid .SH "SYNOPSIS" .HP 7 \fBvol_id\fR [\fB\-\-export\fR] [\fB\-\-type\fR] [\fB\-\-label\fR] [\fB\-\-label\-raw\fR] [\fB\-\-uuid\fR] [\fB\-\-skip\-raid\fR] [\fB\-\-probe\-all\fR] [\fB\-\-help\fR] [\fIdevice\fR] .SH "DESCRIPTION" .PP \fBvol_id\fR -is usually called from a udev rule, to provide udev with the filesystem type, the label and the uuid of a volume. It supports most of the common filesystem formats and detects various raid setups to prevent the recognition of raid members as a volume with a filesystem. +is usually called from a udev rule, to provide udev with the filesystem type, the label and the uuid of a volume\. It supports most of the common filesystem formats and detects various raid setups to prevent the recognition of raid members as a volume with a filesystem\. .SH "OPTIONS" .PP \fB\-\-export\fR .RS 4 -Print all values in key/value format to import them into the environment. +Print all values in key/value format to import them into the environment\. .RE .PP \fB\-\-type\fR .RS 4 -Print the filesystem type. +Print the filesystem type\. .RE .PP \fB\-\-label\fR .RS 4 -Print the safe version of volume label suitable for use as filename. +Print the safe version of volume label suitable for use as filename\. .RE .PP \fB\-\-label\-raw\fR .RS 4 -Print the raw volume label. +Print the raw volume label\. .RE .PP \fB\-\-uuid\fR .RS 4 -Print the uuid of a volume. +Print the uuid of a volume\. .RE .PP \fB\-\-skip\-raid\fR .RS 4 -Skip detection of raid metadata. +Skip detection of raid metadata\. .RE .PP \fB\-\-probe\-all\fR .RS 4 -Probe for all types and print all matches. +Probe for all types and print all matches\. .RE .PP \fB\-\-help\fR .RS 4 -Print usage. +Print usage\. .RE .SH "ENVIRONMENT" .PP \fBUDEV_LOG\fR .RS 4 -Set the syslog priority. +Set the syslog priority\. .RE .SH "EXIT STATUS" .PP \fBvol_id\fR -will only return successful if the value asked for is not empty. All trailing whitespace will be removed, spaces replaced by underscore and slashes ignored. +will only return successful if the value asked for is not empty\. All trailing whitespace will be removed, spaces replaced by underscore and slashes ignored\. .SH "AUTHOR" .PP Written by Kay Sievers - + .SH "SEE ALSO" .PP \fBudev\fR(7) diff --git a/udev.7 b/udev.7 index 821a476ae..5f0ebb997 100644 --- a/udev.7 +++ b/udev.7 @@ -1,6 +1,6 @@ .\" Title: udev .\" Author: -.\" Generator: DocBook XSL Stylesheets v1.72.0 +.\" Generator: DocBook XSL Stylesheets v1.73.1 .\" Date: August 2005 .\" Manual: udev .\" Source: udev @@ -11,213 +11,213 @@ .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" -udev \- dynamic device management +udev - dynamic device management .SH "DESCRIPTION" .PP -udev provides a dynamic device directory containing only the files for actually present devices. It creates or removes device node files in the +udev provides a dynamic device directory containing only the files for actually present devices\. It creates or removes device node files in the \fI/dev\fR -directory, or it renames network interfaces. +directory, or it renames network interfaces\. .PP Usually udev runs as \fBudevd\fR(8) -and receives uevents directly from the kernel if a device is added or removed from the system. +and receives uevents directly from the kernel if a device is added or removed from the system\. .PP -If udev receives a device event, it matches its configured rules against the available device attributes provided in sysfs to identify the device. Rules that match may provide additional device information or specify a device node name and multiple symlink names and instruct udev to run additional programs as part of the device event handling. +If udev receives a device event, it matches its configured rules against the available device attributes provided in sysfs to identify the device\. Rules that match may provide additional device information or specify a device node name and multiple symlink names and instruct udev to run additional programs as part of the device event handling\. .SH "CONFIGURATION" .PP All udev configuration files are placed in -\fI/etc/udev/*\fR. Every file consists of a set of lines of text. All empty lines or lines beginning with '#' will be ignored. +\fI/etc/udev/*\fR\. Every file consists of a set of lines of text\. All empty lines or lines beginning with \'#\' will be ignored\. .SS "Configuration file" .PP udev expects its main configuration file at -\fI/etc/udev/udev.conf\fR. It consists of a set of variables allowing the user to override default udev values. The following variables can be set: +\fI/etc/udev/udev\.conf\fR\. It consists of a set of variables allowing the user to override default udev values\. The following variables can be set: .PP \fBudev_root\fR .RS 4 -Specifies where to place the device nodes in the filesystem. The default value is -\fI/dev\fR. +Specifies where to place the device nodes in the filesystem\. The default value is +\fI/dev\fR\. .RE .PP \fBudev_rules\fR .RS 4 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 -\fI/etc/udev/rules.d\fR. +\fI\.rules\fR\. Multiple rule files are read in lexical order\. The default value is +\fI/etc/udev/rules\.d\fR\. .RE .PP \fBudev_log\fR .RS 4 -The logging priority. Valid values are the numerical syslog priorities or their textual representations: +The logging priority\. Valid values are the numerical syslog priorities or their textual representations: \fBerr\fR, \fBinfo\fR and -\fBdebug\fR. +\fBdebug\fR\. .RE .SS "Rules files" .PP The udev rules are read from the files located in the -\fI/etc/udev/rules.d\fR -directory or at the location specified value in the configuration file. Every line in the rules file contains at least one key value pair. There are two kind of keys, match and assignment keys. If all match keys are matching against its value, the rule gets applied and the assign keys get the specified value assigned. +\fI/etc/udev/rules\.d\fR +directory or at the location specified value in the configuration file\. Every line in the rules file contains at least one key value pair\. There are two kind of keys, match and assignment keys\. If all match keys are matching against its value, the rule gets applied and the assign keys get the specified value assigned\. .PP -A matching rule may specify the name of the device node, add a symlink pointing to the node, or run a specified program as part of the event handling. If no matching rule is found, the default device node name is used. +A matching rule may specify the name of the device node, add a symlink pointing to the node, or run a specified program as part of the event handling\. If no matching rule is found, the default device node name is used\. .PP -A rule may consist of a list of one or more key value pairs separated by a comma. Each key has a distinct operation, depending on the used operator. Valid operators are: +A rule may consist of a list of one or more key value pairs separated by a comma\. Each key has a distinct operation, depending on the used operator\. Valid operators are: .PP \fB==\fR .RS 4 -Compare for equality. +Compare for equality\. .RE .PP \fB!=\fR .RS 4 -Compare for non\-equality. +Compare for non\-equality\. .RE .PP \fB=\fR .RS 4 -Assign a value to a key. Keys that represent a list, are reset and only this single value is assigned. +Assign a value to a key\. Keys that represent a list, are reset and only this single value is assigned\. .RE .PP \fB+=\fR .RS 4 -Add the value to a key that holds a list of entries. +Add the value to a key that holds a list of entries\. .RE .PP \fB:=\fR .RS 4 -Assign a value to a key finally; disallow any later changes, which may be used to prevent changes by any later rules. +Assign a value to a key finally; disallow any later changes, which may be used to prevent changes by any later rules\. .RE .PP -The following key names can be used to match against device properties. Some of the keys also match against properties of the parent devices in sysfs, 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. +The following key names can be used to match against device properties\. Some of the keys also match against properties of the parent devices in sysfs, 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\. .PP \fBACTION\fR .RS 4 -Match the name of the event action. +Match the name of the event action\. .RE .PP \fBDEVPATH\fR .RS 4 -Match the devpath of the event device. +Match the devpath of the event device\. .RE .PP \fBKERNEL\fR .RS 4 -Match the name of the event device. +Match the name of the event device\. .RE .PP \fBSUBSYSTEM\fR .RS 4 -Match the subsystem of the event device. +Match the subsystem of the event device\. .RE .PP \fBDRIVER\fR .RS 4 -Match the driver name of the event device. Only set for devices which are bound to a driver at the time the event is generated. +Match the driver name of the event device\. Only set for devices which are bound to a driver at the time the event is generated\. .RE .PP \fBATTR{\fR\fB\fIfilename\fR\fR\fB}\fR .RS 4 -Match sysfs attribute values of the event device. Up to five +Match sysfs attribute values of the event device\. Up to five \fBATTR\fR -keys can be specified per rule. Trailing whitespace in the attribute values is ignored, if the specified match value does not contain trailing whitespace itself. Depending on the type of operator, this key is also used to set the value of a sysfs attribute. +keys can be specified per rule\. Trailing whitespace in the attribute values is ignored, if the specified match value does not contain trailing whitespace itself\. Depending on the type of operator, this key is also used to set the value of a sysfs attribute\. .RE .PP \fBKERNELS\fR .RS 4 -Search the devpath upwards for a matching device name. +Search the devpath upwards for a matching device name\. .RE .PP \fBSUBSYSTEMS\fR .RS 4 -Search the devpath upwards for a matching device subsystem name. +Search the devpath upwards for a matching device subsystem name\. .RE .PP \fBDRIVERS\fR .RS 4 -Search the devpath upwards for a matching device driver name. +Search the devpath upwards for a matching device driver name\. .RE .PP \fBATTRS{\fR\fB\fIfilename\fR\fR\fB}\fR .RS 4 -Search the devpath upwards for a device with matching sysfs attribute values. Up to five +Search the devpath upwards for a device with matching sysfs attribute values\. Up to five \fBATTRS\fR -keys can be specified per rule, but all of them must match on the same device. Trailing whitespace in the attribute values is ignored, if the specified match value does not contain trailing whitespace itself. +keys can be specified per rule, but all of them must match on the same device\. Trailing whitespace in the attribute values is ignored, if the specified match value does not contain trailing whitespace itself\. .RE .PP \fBENV{\fR\fB\fIkey\fR\fR\fB}\fR .RS 4 -Match against the value of an environment variable. Up to five +Match against the value of an environment variable\. Up to five \fBENV\fR -keys can be specified per rule. Depending on the type of operator, this key is also used to export a variable to the environment. +keys can be specified per rule\. Depending on the type of operator, this key is also used to export a variable to the environment\. .RE .PP \fBTEST{\fR\fB\fIoctal mode mask\fR\fR\fB}\fR .RS 4 -Test the existence of a file. An octal mode mask can be specified if needed. +Test the existence of a file\. An octal mode mask can be specified if needed\. .RE .PP \fBPROGRAM\fR .RS 4 -Execute external program. The key is true, if the program returns with exit code zero. The whole event environment is available to the executed program. The program's output printed to stdout, is available in the RESULT key. +Execute external program\. The key is true, if the program returns with exit code zero\. The whole event environment is available to the executed program\. The program\'s output printed to stdout, is available in the RESULT key\. .RE .PP \fBRESULT\fR .RS 4 -Match the returned string of the last PROGRAM call. This key can be used in the same or in any later rule after a PROGRAM call. +Match the returned string of the last PROGRAM call\. This key can be used in the same or in any later rule after a PROGRAM call\. .RE .PP -Most of the fields support a shell style pattern matching. The following pattern characters are supported: +Most of the fields support a shell style pattern matching\. The following pattern characters are supported: .PP \fB*\fR .RS 4 -Matches zero, or any number of characters. +Matches zero, or any number of characters\. .RE .PP \fB?\fR .RS 4 -Matches any single character. +Matches any single character\. .RE .PP \fB[]\fR .RS 4 -Matches any single character specified within the brackets. For example, the pattern string 'tty[SR]' would match either 'ttyS' or 'ttyR'. Ranges are also supported within this match with the '\-' character. For example, to match on the range of all digits, the pattern [0\-9] would be used. If the first character following the '[' is a '!', any characters not enclosed are matched. +Matches any single character specified within the brackets\. For example, the pattern string \'tty[SR]\' would match either \'ttyS\' or \'ttyR\'\. Ranges are also supported within this match with the \'\-\' character\. For example, to match on the range of all digits, the pattern [0\-9] would be used\. If the first character following the \'[\' is a \'!\', any characters not enclosed are matched\. .RE .PP The following keys can get values assigned: .PP \fBNAME\fR .RS 4 -The name of the node to be created, or the name the network interface should be renamed to. Only one rule can set the node name, all later rules with a NAME key will be ignored. +The name of the node to be created, or the name the network interface should be renamed to\. Only one rule can set the node name, all later rules with a NAME key will be ignored\. .RE .PP \fBSYMLINK\fR .RS 4 -The name of a symlink targeting the node. Every matching rule can add this value to the list of symlinks to be created along with the device node. Multiple symlinks may be specified by separating the names by the space character. +The name of a symlink targeting the node\. Every matching rule can add this value to the list of symlinks to be created along with the device node\. Multiple symlinks may be specified by separating the names by the space character\. .RE .PP \fBOWNER, GROUP, MODE\fR .RS 4 -The permissions for the device node. Every specified value overwrites the compiled\-in default value. +The permissions for the device node\. Every specified value overwrites the compiled\-in default value\. .RE .PP \fBATTR{\fR\fB\fIkey\fR\fR\fB}\fR .RS 4 -The value that should be written to a sysfs attribute of the event device. Depending on the type of operator, this key is also used to match against the value of a sysfs attribute. +The value that should be written to a sysfs attribute of the event device\. Depending on the type of operator, this key is also used to match against the value of a sysfs attribute\. .RE .PP \fBENV{\fR\fB\fIkey\fR\fR\fB}\fR .RS 4 -Export a variable to the environment. Depending on the type of operator, this key is also to match against an environment variable. +Export a variable to the environment\. Depending on the type of operator, this key is also to match against an environment variable\. .RE .PP \fBRUN\fR .RS 4 -Add a program to the list of programs to be executed for a specific device. This can only be used for very short running tasks. Running an event process for a long period of time may block all further events for this or a dependent device. Long running tasks need to be immediately detached from the event process itself. +Add a program to the list of programs to be executed for a specific device\. This can only be used for very short running tasks\. Running an event process for a long period of time may block all further events for this or a dependent device\. Long running tasks need to be immediately detached from the event process itself\. .RE .PP \fBLABEL\fR .RS 4 -Named label where a GOTO can jump to. +Named label where a GOTO can jump to\. .RE .PP \fBGOTO\fR @@ -229,72 +229,68 @@ Jumps to the next LABEL with a matching name .RS 4 Import a set of variables into the event environment, depending on \fItype\fR: -.RS 4 .PP \fBprogram\fR .RS 4 -Execute an external program specified as the assigned value and import its output, which must be in environment key format. +Execute an external program specified as the assigned value and import its output, which must be in environment key format\. .RE .PP \fBfile\fR .RS 4 -Import a text file specified as the assigned value, which must be in environment key format. +Import a text file specified as the assigned value, which must be in environment key format\. .RE .PP \fBparent\fR .RS 4 -Import the stored keys from the parent device by reading the database entry of the parent device. The value assigned to +Import the stored keys from the parent device by reading the database entry of the parent device\. The value assigned to \fBIMPORT{parent}\fR -is used as a filter of key names to import (with the same shell\-style pattern matching used for comparisons). -.RE +is used as a filter of key names to import (with the same shell\-style pattern matching used for comparisons)\. .RE -.IP "" 4 +.sp If no option is given, udev will choose between \fBprogram\fR and \fBfile\fR -based on the executable bit of the file permissions. +based on the executable bit of the file permissions\. .RE .PP \fBWAIT_FOR_SYSFS\fR .RS 4 -Wait for the specified sysfs file of the device to be created. Can be used to fight against kernel sysfs timing issues. +Wait for the specified sysfs file of the device to be created\. Can be used to fight against kernel sysfs timing issues\. .RE .PP \fBOPTIONS\fR .RS 4 Rule and device options: -.RS 4 .PP \fBlast_rule\fR .RS 4 -Stops further rules application. No later rules will have any effect. +Stops further rules application\. No later rules will have any effect\. .RE .PP \fBignore_device\fR .RS 4 -Ignore this event completely. +Ignore this event completely\. .RE .PP \fBignore_remove\fR .RS 4 -Ignore any later remove event for this device. This may be useful as a workaround for broken device drivers. +Ignore any later remove event for this device\. This may be useful as a workaround for broken device drivers\. .RE .PP \fBlink_priority=\fR\fB\fIvalue\fR\fR .RS 4 -Specify the priority of the created symlinks. Devices with higher priorities overwrite existing symlinks of other devices. +Specify the priority of the created symlinks\. Devices with higher priorities overwrite existing symlinks of other devices\. .RE .PP \fBall_partitions\fR .RS 4 -Create the device nodes for all available partitions of a block device. This may be useful for removable media devices where media changes are not detected. +Create the device nodes for all available partitions of a block device\. This may be useful for removable media devices where media changes are not detected\. .RE .PP \fBstring_escape=\fR\fB\fInone|replace\fR\fR .RS 4 -Usually control and other possibly unsafe characters are replaced in strings used for device naming. The mode of replacement can be specified with this option. -.RE +Usually control and other possibly unsafe characters are replaced in strings used for device naming\. The mode of replacement can be specified with this option\. .RE .RE .PP @@ -306,23 +302,23 @@ The \fBGROUP\fR and \fBRUN\fR -fields support simple printf\-like string substitutions. The +fields support simple printf\-like string substitutions\. The \fBRUN\fR -format chars gets applied after all rules have been processed, right before the program is executed. It allows the use of the complete environment set by earlier matching rules. For all other fields, substitutions are applied while the individual rule is being processed. The available substitutions are: +format chars gets applied after all rules have been processed, right before the program is executed\. It allows the use of the complete environment set by earlier matching rules\. For all other fields, substitutions are applied while the individual rule is being processed\. The available substitutions are: .PP \fB$kernel\fR, \fB%k\fR .RS 4 -The kernel name for this device. +The kernel name for this device\. .RE .PP \fB$number\fR, \fB%n\fR .RS 4 -The kernel number for this device. For example, 'sda3' has kernel number of '3' +The kernel number for this device\. For example, \'sda3\' has kernel number of \'3\' .RE .PP \fB$devpath\fR, \fB%p\fR .RS 4 -The devpath of the device. +The devpath of the device\. .RE .PP \fB$id\fR, \fB%b\fR @@ -332,7 +328,7 @@ The name of the device matched while searching the devpath upwards for \fBKERNELS\fR, \fBDRIVERS\fR and -\fBATTRS\fR. +\fBATTRS\fR\. .RE .PP \fB$driver\fR, \fB%d\fR @@ -342,75 +338,75 @@ The driver name of the device matched while searching the devpath upwards for \fBKERNELS\fR, \fBDRIVERS\fR and -\fBATTRS\fR. +\fBATTRS\fR\. .RE .PP \fB$attr{\fR\fB\fIfile\fR\fR\fB}\fR, \fB%s{\fR\fB\fIfile\fR\fR\fB}\fR .RS 4 -The value of a sysfs attribute found at the device, where all keys of the rule have matched. If the matching device does not have such an attribute, all devices along the chain of parents are searched for a matching attribute. If the attribute is a symlink, the last element of the symlink target is returned as the value. +The value of a sysfs attribute found at the device, where all keys of the rule have matched\. If the matching device does not have such an attribute, all devices along the chain of parents are searched for a matching attribute\. If the attribute is a symlink, the last element of the symlink target is returned as the value\. .RE .PP \fB$env{\fR\fB\fIkey\fR\fR\fB}\fR, \fB%E{\fR\fB\fIkey\fR\fR\fB}\fR .RS 4 -The value of an environment variable. +The value of an environment variable\. .RE .PP \fB$major\fR, \fB%M\fR .RS 4 -The kernel major number for the device. +The kernel major number for the device\. .RE .PP \fB$minor\fR, \fB%m\fR .RS 4 -The kernel minor number for the device. +The kernel minor number for the device\. .RE .PP \fB$result\fR, \fB%c\fR .RS 4 -The string returned by the external program requested with PROGRAM. A single part of the string, separated by a space character may be selected by specifying the part number as an attribute: -\fB%c{N}\fR. If the number is followed by the '+' char this part plus all remaining parts of the result string are substituted: +The string returned by the external program requested with PROGRAM\. A single part of the string, separated by a space character may be selected by specifying the part number as an attribute: +\fB%c{N}\fR\. If the number is followed by the \'+\' char this part plus all remaining parts of the result string are substituted: \fB%c{N+}\fR .RE .PP \fB$parent\fR, \fB%P\fR .RS 4 -The node name of the parent device. +The node name of the parent device\. .RE .PP \fB$root\fR, \fB%r\fR .RS 4 -The udev_root value. +The udev_root value\. .RE .PP \fB$sys\fR, \fB%S\fR .RS 4 -The sysfs mount point. +The sysfs mount point\. .RE .PP \fB$tempnode\fR, \fB%N\fR .RS 4 -The name of a created temporary device node to provide access to the device from a external program before the real node is created. +The name of a created temporary device node to provide access to the device from a external program before the real node is created\. .RE .PP \fB%%\fR .RS 4 -The '%' character itself. +The \'%\' character itself\. .RE .PP \fB$$\fR .RS 4 -The '$' character itself. +The \'$\' character itself\. .RE .PP -The count of characters to be substituted may be limited by specifying the format length value. For example, '%3s{file}' will only insert the first three characters of the sysfs attribute +The count of characters to be substituted may be limited by specifying the format length value\. For example, \'%3s{file}\' will only insert the first three characters of the sysfs attribute .SH "AUTHOR" .PP Written by Greg Kroah\-Hartman - + and Kay Sievers -. With much help from Dan Stekloff - -and many others. +\. With much help from Dan Stekloff + +and many others\. .SH "SEE ALSO" .PP \fBudevd\fR(8), diff --git a/udevd.8 b/udevd.8 index 25996d1c8..46edde435 100644 --- a/udevd.8 +++ b/udevd.8 @@ -1,6 +1,6 @@ .\" Title: udevd .\" Author: -.\" Generator: DocBook XSL Stylesheets v1.72.0 +.\" Generator: DocBook XSL Stylesheets v1.73.1 .\" Date: August 2005 .\" Manual: udevd, udevcontrol .\" Source: udev @@ -11,7 +11,7 @@ .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" -udevd \- event managing daemon +udevd - event managing daemon .SH "SYNOPSIS" .HP 6 \fBudevd\fR [\fB\-\-daemon\fR] [\fB\-\-debug\-trace\fR] [\fB\-\-verbose\fR] [\fB\-\-version\fR] [\fB\-\-help\fR] @@ -19,87 +19,87 @@ udevd \- event managing daemon \fBudevcontrol \fR\fB\fIcommand\fR\fR .SH "DESCRIPTION" .PP -udevd listens to kernel uevents and passes the incoming events to udev. It ensures the right event order and takes care, that events for child devices are delayed until the parent has finished the device handling. +udevd listens to kernel uevents and passes the incoming events to udev\. It ensures the right event order and takes care, that events for child devices are delayed until the parent has finished the device handling\. .SH "OPTIONS" .PP \fB\-\-daemon\fR .RS 4 -Detach and run in the background. +Detach and run in the background\. .RE .PP \fB\-\-debug\-trace\fR .RS 4 -Run all events completely serialized. This may be useful if udev triggers actions or loads kernel modules which cause problems and a slow but continuous operation is needed, where no events are processed in parallel. +Run all events completely serialized\. This may be useful if udev triggers actions or loads kernel modules which cause problems and a slow but continuous operation is needed, where no events are processed in parallel\. .RE .PP \fB\-\-verbose\fR .RS 4 -Print log messages to stdout. +Print log messages to stdout\. .RE .PP \fB\-\-version\fR .RS 4 -Print version number. +Print version number\. .RE .PP \fB\-\-help\fR .RS 4 -Print usage. +Print usage\. .RE .PP \fBlog_priority=\fR\fB\fIvalue\fR\fR .RS 4 -Set the internal log level of udevd. Valid values are the numerical syslog priorities or their textual representations: +Set the internal log level of udevd\. Valid values are the numerical syslog priorities or their textual representations: \fBerr\fR, \fBinfo\fR and -\fBdebug\fR. +\fBdebug\fR\. .RE .PP \fBstop_exec_queue\fR .RS 4 -Signal udevd to stop executing new events. Incoming events will be queued. +Signal udevd to stop executing new events\. Incoming events will be queued\. .RE .PP \fBstart_exec_queue\fR .RS 4 -Signal udevd to enable the execution of events. +Signal udevd to enable the execution of events\. .RE .PP \fBreload_rules\fR .RS 4 -Signal udevd to reload the rules from the config. +Signal udevd to reload the rules from the config\. .RE .PP \fBenv \fR\fB\fIvar\fR\fR\fB=\fR\fB\fIvalue\fR\fR .RS 4 -Set global variable. +Set global variable\. .RE .PP \fBmax_childs\fR .RS 4 -Set the maximum number of events, udevd will handle at the same time. +Set the maximum number of events, udevd will handle at the same time\. .RE .PP \fBmax_childs_running\fR .RS 4 -Set the maximum number of events, which are allowed to run at the same time. +Set the maximum number of events, which are allowed to run at the same time\. .RE .PP \fBhelp\fR .RS 4 -Print help text. +Print help text\. .RE .SH "ENVIRONMENT" .PP \fBUDEV_LOG\fR .RS 4 -Overrides the syslog priority specified in the config file. +Overrides the syslog priority specified in the config file\. .RE .SH "AUTHOR" .PP Written by Kay Sievers -. +\. .SH "SEE ALSO" .PP \fBudev\fR(7) diff --git a/udevinfo.8 b/udevinfo.8 index 337f2064e..6115f29bb 100644 --- a/udevinfo.8 +++ b/udevinfo.8 @@ -1,6 +1,6 @@ .\" Title: udevinfo .\" Author: -.\" Generator: DocBook XSL Stylesheets v1.72.0 +.\" Generator: DocBook XSL Stylesheets v1.73.1 .\" Date: August 2005 .\" Manual: udevinfo .\" Source: udev @@ -11,32 +11,32 @@ .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" -udevinfo \- query udev device information +udevinfo - query udev device information .SH "SYNOPSIS" .HP 9 \fBudevinfo\fR [\fB\-\-query=\fR\fB\fIquery\-type\fR\fR] [\fB\-\-path=\fR\fB\fIdevpath\fR\fR] [\fB\-\-name=\fR\fB\fInode\fR\fR] [\fB\-\-root\fR] [\fB\-\-attribute\-walk\fR] [\fB\-\-export\-db\fR] [\fB\-\-version\fR] [\fB\-\-help\fR] .SH "DESCRIPTION" .PP -udevinfo queries the udev database for device information stored in the udev database. It can also query the properties of a device from its sysfs representation to help creating udev rules that match this device. +udevinfo queries the udev database for device information stored in the udev database\. It can also query the properties of a device from its sysfs representation to help creating udev rules that match this device\. .SH "OPTIONS" .PP \fB\-\-query=\fR\fB\fItype\fR\fR .RS 4 -Query the database for specified type of device data. It needs the +Query the database for specified type of device data\. It needs the \fB\-\-path\fR or \fB\-\-name\fR -to identify the specified device. Valid queries are: +to identify the specified device\. Valid queries are: \fBname\fR, \fBsymlink\fR, \fBpath\fR, \fBenv\fR, -\fBall\fR. +\fBall\fR\. .RE .PP \fB\-\-path=\fR\fB\fIdevpath\fR\fR .RS 4 -The devpath of the device to query. +The devpath of the device to query\. .RE .PP \fB\-\-name=\fR\fB\fInode\fR\fR @@ -47,36 +47,36 @@ The name of the device node or a symlink to query \fB\-\-root\fR .RS 4 The udev root directory: -\fI/dev\fR. If used in conjunction with a +\fI/dev\fR\. If used in conjunction with a \fBname\fR or \fBsymlink\fR -query, the query returns the absolute path including the root directory. +query, the query returns the absolute path including the root directory\. .RE .PP \fB\-\-attribute\-walk\fR .RS 4 -Print all sysfs properties of the specified device that can be used in udev rules to match the specified device. It prints all devices along the chain, up to the root of sysfs that can be used in udev rules. +Print all sysfs properties of the specified device that can be used in udev rules to match the specified device\. It prints all devices along the chain, up to the root of sysfs that can be used in udev rules\. .RE .PP \fB\-\-export\-db\fR .RS 4 -Export the content of the udev database. +Export the content of the udev database\. .RE .PP \fB\-\-version\fR .RS 4 -Print version. +Print version\. .RE .PP \fB\-\-help\fR .RS 4 -Print help text. +Print help text\. .RE .SH "AUTHOR" .PP Written by Kay Sievers -. +\. .SH "SEE ALSO" .PP \fBudev\fR(7) diff --git a/udevmonitor.8 b/udevmonitor.8 index 0adb9988e..5b624a795 100644 --- a/udevmonitor.8 +++ b/udevmonitor.8 @@ -1,6 +1,6 @@ .\" Title: udevmonitor .\" Author: -.\" Generator: DocBook XSL Stylesheets v1.72.0 +.\" Generator: DocBook XSL Stylesheets v1.73.1 .\" Date: August 2005 .\" Manual: udevmonitor .\" Source: udev @@ -11,38 +11,38 @@ .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" -udevmonitor \- print the kernel and udev event sequence to the console +udevmonitor - print the kernel and udev event sequence to the console .SH "SYNOPSIS" .HP 12 \fBudevmonitor\fR [\fB\-\-environment\fR] [\fB\-\-kernel\fR] [\fB\-\-udev\fR] [\fB\-\-help\fR] .SH "DESCRIPTION" .PP -udevmonitor listens to the kernel uevents and events sent out by a udev rule and prints the devpath of the event to the console. It can be used to analyze the event timing, by comparing the timestamps of the kernel uevent and the udev event. +udevmonitor listens to the kernel uevents and events sent out by a udev rule and prints the devpath of the event to the console\. It can be used to analyze the event timing, by comparing the timestamps of the kernel uevent and the udev event\. .SH "OPTIONS" .PP \fB\-\-environment\fR .RS 4 -Print the complete environment for all events. Can be used to compare the kernel supplied and the udev added environment values. +Print the complete environment for all events\. Can be used to compare the kernel supplied and the udev added environment values\. .RE .PP \fB\-\-kernel\fR .RS 4 -Print the kernel uevents. +Print the kernel uevents\. .RE .PP \fB\-\-udev\fR .RS 4 -Print the udev event after the rule processing. +Print the udev event after the rule processing\. .RE .PP \fB\-\-help\fR .RS 4 -Print usage. +Print usage\. .RE .SH "AUTHOR" .PP Written by Kay Sievers -. +\. .SH "SEE ALSO" .PP \fBudev\fR(7) diff --git a/udevsettle.8 b/udevsettle.8 index 818a7ff1a..39054d9f4 100644 --- a/udevsettle.8 +++ b/udevsettle.8 @@ -1,6 +1,6 @@ .\" Title: udevsettle .\" Author: -.\" Generator: DocBook XSL Stylesheets v1.72.0 +.\" Generator: DocBook XSL Stylesheets v1.73.1 .\" Date: March 2006 .\" Manual: udevsettle .\" Source: udev @@ -11,29 +11,29 @@ .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" -udevsettle \- wait until queued kernel/udev events are handled +udevsettle - wait until queued kernel/udev events are handled .SH "SYNOPSIS" .HP 11 \fBudevsettle\fR [\fB\-\-timeout=\fR\fB\fIseconds\fR\fR] .SH "DESCRIPTION" .PP -Waits watching the udev event queue and exits if all current events are handled. +Waits watching the udev event queue and exits if all current events are handled\. .SH "OPTIONS" .PP \fB\-\-timeout=\fR\fB\fIseconds\fR\fR .RS 4 -maximum seconds to wait for the queue to become empty. +maximum seconds to wait for the queue to become empty\. .RE .SH "ENVIRONMENT" .PP \fBUDEV_LOG\fR .RS 4 -Overrides the syslog priority specified in the config file. +Overrides the syslog priority specified in the config file\. .RE .SH "AUTHOR" .PP Written by Kay Sievers -. +\. .SH "SEE ALSO" .PP \fBudev\fR(7) diff --git a/udevstart.8 b/udevstart.8 index ac7d070c9..6b463cf1b 100644 --- a/udevstart.8 +++ b/udevstart.8 @@ -1,6 +1,6 @@ .\" Title: udevstart .\" Author: -.\" Generator: DocBook XSL Stylesheets v1.72.0 +.\" Generator: DocBook XSL Stylesheets v1.73.1 .\" Date: August 2005 .\" Manual: udevstart .\" Source: udev @@ -11,17 +11,17 @@ .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" -udevstart \- populate initial device directory +udevstart - populate initial device directory .SH "SYNOPSIS" .HP 10 \fBudevstart\fR .SH "DESCRIPTION" .PP -udevstart scans the kernel exported device information available in sysfs for devices which require a device node to operate and creates the node using the specified udev rules. udevstart is used to create the initial device directory after system bootup. +udevstart scans the kernel exported device information available in sysfs for devices which require a device node to operate and creates the node using the specified udev rules\. udevstart is used to create the initial device directory after system bootup\. .SH "AUTHOR" .PP Written by Harald Hoyer -. +\. .SH "SEE ALSO" .PP \fBudev\fR(7) diff --git a/udevtest.8 b/udevtest.8 index 9ab92497f..a09046548 100644 --- a/udevtest.8 +++ b/udevtest.8 @@ -1,6 +1,6 @@ .\" Title: udevtest .\" Author: -.\" Generator: DocBook XSL Stylesheets v1.72.0 +.\" Generator: DocBook XSL Stylesheets v1.73.1 .\" Date: August 2005 .\" Manual: udevtest .\" Source: udev @@ -11,17 +11,17 @@ .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" -udevtest \- simulate a udev run and print the action to the console +udevtest - simulate a udev run and print the action to the console .SH "SYNOPSIS" .HP 21 \fBudevtest \fR\fB\fIdevice\-path\fR\fR .SH "DESCRIPTION" .PP -udevtest simulates a udev run for the given device and prints out the name of the node udev would have created, or the name of the network interface, that would have been renamed. +udevtest simulates a udev run for the given device and prints out the name of the node udev would have created, or the name of the network interface, that would have been renamed\. .SH "AUTHOR" .PP Written by Greg Kroah\-Hartman -. +\. .SH "SEE ALSO" .PP \fBudev\fR(7) diff --git a/udevtrigger.8 b/udevtrigger.8 index 5ef9e8f81..06c7e4526 100644 --- a/udevtrigger.8 +++ b/udevtrigger.8 @@ -1,6 +1,6 @@ .\" Title: udevtrigger .\" Author: -.\" Generator: DocBook XSL Stylesheets v1.72.0 +.\" Generator: DocBook XSL Stylesheets v1.73.1 .\" Date: March 2006 .\" Manual: udevtrigger .\" Source: udev @@ -11,66 +11,66 @@ .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" -udevtrigger \- request kernel devices events for coldplug +udevtrigger - request kernel devices events for coldplug .SH "SYNOPSIS" .HP 12 \fBudevtrigger\fR [\fB\-\-verbose\fR] [\fB\-\-dry\-run\fR] [\fB\-\-retry\-failed\fR] [\fB\-\-help\fR] [\fB\-\-action=\fR\fB\fIaction\fR\fR] [\fB\-\-subsystem\-match=\fR\fB\fIsubsystem\fR\fR] [\fB\-\-subsystem\-nomatch=\fR\fB\fIsubsystem\fR\fR] [\fB\-\-attr\-match=\fR\fB\fIattribute=value\fR\fR] [\fB\-\-attr\-nomatch=\fR\fB\fIattribute=value\fR\fR] .SH "DESCRIPTION" .PP -Trigger kernel device uevents to replay missing events at system coldplug. +Trigger kernel device uevents to replay missing events at system coldplug\. .SH "OPTIONS" .PP \fB\-\-verbose\fR .RS 4 -Print the list of devices which will be triggered. +Print the list of devices which will be triggered\. .RE .PP \fB\-\-dry\-run\fR .RS 4 -Do not actually trigger the event. +Do not actually trigger the event\. .RE .PP \fB\-\-retry\-failed\fR .RS 4 -Trigger only the events which are failed during a previous run. +Trigger only the events which are failed during a previous run\. .RE .PP \fB\-\-action=\fR\fB\fIaction\fR\fR .RS 4 -Type of event to be triggered. The default value is "add". +Type of event to be triggered\. The default value is "add"\. .RE .PP \fB\-\-subsystem\-match=\fR\fB\fIsubsystem\fR\fR .RS 4 -Trigger events for devices which belong to a matching subsystem. This option can be specified multiple times and supports shell style pattern matching. +Trigger events for devices which belong to a matching subsystem\. This option can be specified multiple times and supports shell style pattern matching\. .RE .PP \fB\-\-subsystem\-nomatch=\fR\fB\fIsubsystem\fR\fR .RS 4 -Do not trigger events for devices which belong to a matching subsystem. This option can be specified multiple times and supports shell style pattern matching. +Do not trigger events for devices which belong to a matching subsystem\. This option can be specified multiple times and supports shell style pattern matching\. .RE .PP \fB\-\-attr\-match=\fR\fB\fIattribute=value\fR\fR .RS 4 -Trigger events for devices with a matching sysfs attribute. If a value is specified along with the attribute name, the content of the attribute is matched against the given value using shell style pattern matching. If no value is specified, the existence of the sysfs attribute is checked. This option can be specified multiple times. +Trigger events for devices with a matching sysfs attribute\. If a value is specified along with the attribute name, the content of the attribute is matched against the given value using shell style pattern matching\. If no value is specified, the existence of the sysfs attribute is checked\. This option can be specified multiple times\. .RE .PP \fB\-\-attr\-nomatch\fR\fB\fIattribute=value\fR\fR .RS 4 -Do not trigger events for devices with a matching sysfs attribute. If a value is specified along with the attribute name, the content of the attribute is matched against the given value using shell style pattern matching. If no value is specified, the existence of the sysfs attribute is checked. This option can be specified multiple times. +Do not trigger events for devices with a matching sysfs attribute\. If a value is specified along with the attribute name, the content of the attribute is matched against the given value using shell style pattern matching\. If no value is specified, the existence of the sysfs attribute is checked\. This option can be specified multiple times\. .RE .SH "ENVIRONMENT" .PP \fBUDEV_LOG\fR .RS 4 -Overrides the syslog priority specified in the config file. +Overrides the syslog priority specified in the config file\. .RE .SH "AUTHOR" .PP Written by Kay Sievers - + and Hannes Reinecke -. +\. .SH "SEE ALSO" .PP \fBudev\fR(7)