From 4e13cb5fb7c4b28c89c29437c9d1fbf2dbf372fc Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sat, 24 Feb 2007 23:57:04 +0100 Subject: [PATCH] remove --version from the udevinfo man page We have: udevd --version now, which is always available, unlike udevinfo which is installed in /usr. --- udevinfo.8 | 4 ++-- udevinfo.c | 1 - udevinfo.xml | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/udevinfo.8 b/udevinfo.8 index 7a1680cc5..a6ab1bbf0 100644 --- a/udevinfo.8 +++ b/udevinfo.8 @@ -11,10 +11,10 @@ .\" 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. diff --git a/udevinfo.c b/udevinfo.c index 0551eb2e3..ef4750dbf 100644 --- a/udevinfo.c +++ b/udevinfo.c @@ -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; diff --git a/udevinfo.xml b/udevinfo.xml index 1d44d4082..82de79f6d 100644 --- a/udevinfo.xml +++ b/udevinfo.xml @@ -19,7 +19,8 @@ - udevinfoquery device information from the udev database + udevinfo + query udev device information @@ -31,7 +32,6 @@ - -- 2.30.2