diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-01-27 00:40:12 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:19 -0700 |
commit | 2a25816ff0079247d7f868621951739e6d58c885 (patch) | |
tree | 4af86ed5d0017ae0a89b9abd35151a3b065343b5 /udevinfo.c | |
parent | 8af67a67c2542a9d4eb2371dfba661c65d48d4b6 (diff) |
[PATCH] udev - trivial style cleanup
Trivial style cleanup, to be consistent.
And add chdir("/") to the daemon so one can umout its filesystem,
while we are running :)
Diffstat (limited to 'udevinfo.c')
-rw-r--r-- | udevinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udevinfo.c b/udevinfo.c index aa9d20a773..4d28755b2f 100644 --- a/udevinfo.c +++ b/udevinfo.c @@ -397,7 +397,7 @@ help: " -n NAME node name used for query\n" "\n" " -r print udev root\n" - " -a print all attributes along the chain of the device\n" + " -a print all SYSFS_attributes along the device chain\n" " -d dump whole database\n" " -V print udev version\n" " -h print this help text\n" |