Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 164772 - sys-fs/udev - udevinfo manpage error
Summary: sys-fs/udev - udevinfo manpage error
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-01 03:31 UTC by xiaozhao
Modified: 2007-02-03 13:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description xiaozhao 2007-02-01 03:31:38 UTC
SYNOPSIS
       udevinfo [--query=query-type] [--path=devpath] [--name=node] [--root] [--attribute-walk]
                [--export-db] [--version] [--help]

OPTIONS
       --query=type
           Query the database for specified type of device data. It needs the --path or --name to
           identify the specified device. Valid queries are: name, symlink, path, env, all.

       --path=devpath
           The devpath of the device to query.

       --name=node
           The name of the device node or a symlink to query

       --root
           The udev root directory: /dev. If used in conjunction with a name or symlink query, the
           query returns the absolute path including the root directory.

       --attribute-walk
           Print all sysfs properties of the specified device that can be used in udev rules to match
           the specified device. It prints all devices along the chain, up to the root of sysfs that
           can be used in udev rules.

       --export
           Export the content of the udev database.

       --help
           Print help text.


Reproducible: Always

Steps to Reproduce:
1.in synopsis is [--export-db] but in options is --export
2.
3.
Comment 1 Matthias Schwarzott gentoo-dev 2007-02-03 13:39:33 UTC
Forwarded to hotplug-ML.