From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kay Sievers Date: Tue, 30 Dec 2003 23:42:24 +0000 Subject: [udev] mention user callable udev + options in man page Message-Id: <20031230234224.GA23873@vrfy.org> MIME-Version: 1 Content-Type: multipart/mixed; boundary="6c2NcOVqGQ03X4Wi" List-Id: To: linux-hotplug@vger.kernel.org --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline As usual, here is the corresponding man page update and a small text correction. Hmm, the TODO is getting smaller. I may take the "- lots of other stuff" line next :) thanks, Kay --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename="01-man-page_user-options.diff" diff -Nru a/udev.8 b/udev.8 --- a/udev.8 Wed Dec 31 00:33:12 2003 +++ b/udev.8 Wed Dec 31 00:33:12 2003 @@ -3,6 +3,9 @@ udev \- Linux configurable dynamic device naming support .SH SYNOPSIS .BI udev " hotplug-subsystem" +.br +.B udev +.RI "[-q " sysfs_path "] [-rVh]" .SH "DESCRIPTION" .B udev creates or removes device node files usually located in the /dev directory. @@ -26,6 +29,27 @@ On device removal, .B udev queries the internal database for the name of the device file to be deleted. +.SH "OPTIONS" +.B udev +normally is called by +.B hotplug +with the subsystem as argument and various environment variables set. +.br +It may also called with the following options: +.TP +.B -V +Print the version information. +.TP +.B -r +Print the the +.B udev +root directory. +.TP +.BI -q " sysfs_path" +Query with the sysfs path as argument for the name of the created device node. +.TP +.B -h +Print help text. .SH "CONFIGURATION" All .B udev diff -Nru a/udev.c b/udev.c --- a/udev.c Wed Dec 31 00:33:12 2003 +++ b/udev.c Wed Dec 31 00:33:12 2003 @@ -130,7 +130,7 @@ help: printf("Usage: [-qrVh]\n" - " -q arg query database \n" + " -q query database for the name of the created node\n" " -r print udev root\n" " -V print udev version\n" " -h print this help text\n" diff -Nru a/udevdb.c b/udevdb.c --- a/udevdb.c Wed Dec 31 00:33:12 2003 +++ b/udevdb.c Wed Dec 31 00:33:12 2003 @@ -130,7 +130,7 @@ } /** - * udevdb_init: open database for reading + * udevdb_open_ro: open database for reading */ int udevdb_open_ro(void) { --6c2NcOVqGQ03X4Wi-- ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel