diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-03-09 19:50:30 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:35:08 -0700 |
commit | b86f56ff0936b8bf3fddfc60bbb2697b74a3fcf7 (patch) | |
tree | 7540da98e45e191866ff94b5f18ad93878eb74e7 /udevinfo.8 | |
parent | 2bd07cf29b30b424d4b5a17882d0cab0b235153b (diff) |
[PATCH] man page beauty
Thanks to Christian Gierke, he sent me a beauty patch for our man pages.
Some typos are fixed and a few word are clarified.
Diffstat (limited to 'udevinfo.8')
-rw-r--r-- | udevinfo.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/udevinfo.8 b/udevinfo.8 index e087e2d1ff..bf6a0aded1 100644 --- a/udevinfo.8 +++ b/udevinfo.8 @@ -6,18 +6,18 @@ udevinfo \- retrieve information from udev .RI "[\-q " query_type " \-p " sysfs_path "] [\-drVh]" .SH "DESCRIPTION" .B udevinfo -allows users to query the udev database for information on any of the devices -currently present in the system. It also provides a way to query any device -in the sysfs tree to help in creating +allows users to query the udev database for information on any device +currently present on the system. It also provides a way to query any device +in the sysfs tree to help creating .B udev -rule files. +rules. .SH "OPTIONS" .TP .B \-V Print the version information. .TP .B \-r -Print the the +Print the .B udev_root directory. When used in conjunction with a query for the node name, the .B udev_root @@ -41,7 +41,7 @@ queried, the main device must be used instead. .B \-a Print all .BI SYSFS{ filename } -attributes along the device chain. Useful for for finding +attributes along the device chain. Useful for finding unique attributes to compose a rule. .RB Needs " \-p " specified. .TP |