From 16378373cb9d96e5d424921806ff71f218e92694 Mon Sep 17 00:00:00 2001 From: "kay.sievers@vrfy.org" Date: Tue, 17 Feb 2004 01:27:01 -0800 Subject: [PATCH] udev - switch SYSFS_file to SYSFS{file} Here we switch the configs and man pages to the new attribute syntax. Also the 'partition trick' is mentioned in udev.8 I think it's more clear visible now, that inside the brackets are user supplied values used and not some magic keys handled: 'SYSFS_dev' is now 'SYSFS{dev}' The old syntax is still supported. --- udevinfo.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udevinfo.8') diff --git a/udevinfo.8 b/udevinfo.8 index fdb0e6f62b..67d034aea6 100644 --- a/udevinfo.8 +++ b/udevinfo.8 @@ -38,7 +38,7 @@ Specify the name of the node for the device to query. .TP .B -a Print all -.BI SYSFS_ filename +.BI SYSFS{ filename } attributes along the device chain. Useful for for finding unique attributes to compose a rule. .RB Needs " -p " specified. -- cgit v1.2.3-54-g00ecf