chiark / gitweb /
remove --version from the udevinfo man page
authorKay Sievers <kay.sievers@suse.de>
Sat, 24 Feb 2007 22:57:04 +0000 (23:57 +0100)
committerKay Sievers <kay.sievers@suse.de>
Sat, 24 Feb 2007 22:57:04 +0000 (23:57 +0100)
We have: udevd --version now, which is always available,
unlike udevinfo which is installed in /usr.

udevinfo.8
udevinfo.c
udevinfo.xml

index 7a1680cc53e23e20c8332ad865671e292a19b97e..a6ab1bbf0b0b913b5df99499384c0474a890a53b 100644 (file)
 .\" disable justification (adjust text to left margin only)
 .ad l
 .SH "NAME"
-udevinfo \- query device information from the udev database
+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]
+\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\-\-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 0551eb2e3287ae1cf2efbe6c4d8d29687f805611..ef4750dbf4faeeee95b7dae577b6cebd316542c7 100644 (file)
@@ -308,7 +308,6 @@ int main(int argc, char *argv[], char *envp[])
                               "  --root            prepend to query result or print udev_root\n"
                               "  --attribute-walk  print all SYSFS_attributes along the device chain\n"
                               "  --export-db       export the content of the udev database\n"
-                              "  --version        print udev version\n"
                               "  --help            print this text\n"
                               "\n");
                        goto exit;
index 1d44d4082b25fa12980bc45a5215f74718f810fa..82de79f6d8f72152c94407e949bb0c48480e3421 100644 (file)
@@ -19,7 +19,8 @@
       </refmeta>
 
       <refnamediv>
-        <refname>udevinfo</refname><refpurpose>query device information from the udev database</refpurpose>
+        <refname>udevinfo</refname>
+        <refpurpose>query udev device information</refpurpose>
       </refnamediv>
 
       <refsynopsisdiv>
@@ -31,7 +32,6 @@
           <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>
         </cmdsynopsis>
       </refsynopsisdiv>