Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 164772

Summary: sys-fs/udev - udevinfo manpage error
Product: Gentoo Linux Reporter: xiaozhao <dragonlinux>
Component: Current packagesAssignee: udev maintainers <udev-bugs>
Status: RESOLVED UPSTREAM    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.