diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-03-07 18:00:12 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-03-07 18:00:12 +0100 |
commit | 88caa9da18841561c604c5a237cb776375eee035 (patch) | |
tree | c01fd925a89f22f1a7cf1209f4ecd5cbd8dc7099 /udevinfo.8 | |
parent | 159ba1c5314b160d7036009eac690fe399c7917d (diff) |
man: add missing options to various man pages
Diffstat (limited to 'udevinfo.8')
-rw-r--r-- | udevinfo.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/udevinfo.8 b/udevinfo.8 index a6ab1bbf0b..337f2064e4 100644 --- a/udevinfo.8 +++ b/udevinfo.8 @@ -14,7 +14,7 @@ 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\-\-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. @@ -64,6 +64,11 @@ Print all sysfs properties of the specified device that can be used in udev rule Export the content of the udev database. .RE .PP +\fB\-\-version\fR +.RS 4 +Print version. +.RE +.PP \fB\-\-help\fR .RS 4 Print help text. |