reorder options in udevinfo man page

This commit is contained in:
Kay Sievers 2006-09-03 05:46:52 +02:00
parent 7c27c752a2
commit ee6b4b9501
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
udevinfo \- query device information from the udev database udevinfo \- query device information from the udev database
.SH "SYNOPSIS" .SH "SYNOPSIS"
.HP 9 .HP 9
\fBudevinfo\fR [\fB\-\-query=\fR\fB\fIquery\-type\fR\fR] [\fB\-\-attribute\-walk\fR] [\fB\-\-path=\fR\fB\fIdevpath\fR\fR] [\fB\-\-name=\fR\fB\fInode\fR\fR] [\fB\-\-root\fR] [\fB\-\-export\-db\fR] [\fB\-\-version\fR] [\fB\-\-help\fR] \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" .SH "DESCRIPTION"
.PP .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.

View File

@ -26,10 +26,10 @@
<cmdsynopsis> <cmdsynopsis>
<command>udevinfo</command> <command>udevinfo</command>
<arg><option>--query=<replaceable>query-type</replaceable></option></arg> <arg><option>--query=<replaceable>query-type</replaceable></option></arg>
<arg><option>--attribute-walk</option></arg>
<arg><option>--path=<replaceable>devpath</replaceable></option></arg> <arg><option>--path=<replaceable>devpath</replaceable></option></arg>
<arg><option>--name=<replaceable>node</replaceable></option></arg> <arg><option>--name=<replaceable>node</replaceable></option></arg>
<arg><option>--root</option></arg> <arg><option>--root</option></arg>
<arg><option>--attribute-walk</option></arg>
<arg><option>--export-db</option></arg> <arg><option>--export-db</option></arg>
<arg><option>--version</option></arg> <arg><option>--version</option></arg>
<arg><option>--help</option></arg> <arg><option>--help</option></arg>