mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
remove --version from the udevinfo man page
We have: udevd --version now, which is always available, unlike udevinfo which is installed in /usr.
This commit is contained in:
parent
841e168c76
commit
4e13cb5fb7
@ -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.
|
||||
|
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user