chiark / gitweb /
reorder options in udevinfo man page
authorKay Sievers <kay.sievers@suse.de>
Sun, 3 Sep 2006 03:46:52 +0000 (05:46 +0200)
committerKay Sievers <kay.sievers@suse.de>
Sun, 3 Sep 2006 03:46:52 +0000 (05:46 +0200)
udevinfo.8
udevinfo.xml

index 01c90900313c0504bac1a299f938a428a50a9aec..65c4e3b3de64e536e969621a9b2dc1e08d532b0d 100644 (file)
@@ -14,7 +14,7 @@
 udevinfo \- query device information from the udev database
 .SH "SYNOPSIS"
 .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"
 .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.
index 6c08eee58f4ca3f8ae8769a0d8568acb54621357..77432f9c8db72e8b5d771c9cba1b401c327a2601 100644 (file)
         <cmdsynopsis>
           <command>udevinfo</command>
           <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>--name=<replaceable>node</replaceable></option></arg>
           <arg><option>--root</option></arg>
+          <arg><option>--attribute-walk</option></arg>
           <arg><option>--export-db</option></arg>
           <arg><option>--version</option></arg>
           <arg><option>--help</option></arg>