chiark / gitweb /
[PATCH] clarify the shortcomings of %e
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Mon, 14 Mar 2005 03:40:12 +0000 (04:40 +0100)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 06:53:18 +0000 (23:53 -0700)
udev.8.in

index 84d8a313dafb1bac5166466469fb5ec00868566c..a246efdb45fbc0ea4d4d293a396eb5c9f95c5825 100644 (file)
--- a/udev.8.in
+++ b/udev.8.in
@@ -238,6 +238,14 @@ decimal integer N is substituted such that the resulting name doesn't
 match an existing device node. Otherwise nothing is substituted. This
 can be used to create compatibility symlinks and enumerate devices of
 the same type originating from different kernel subsystems.
+.sp
+Note: The use of the enumeration facility is unreliable outside of
+udevstart where the node creation is serialized and predictable.
+The returned numbers rely on the order devices are probed on the
+system. If more than one device requests an enumeration for the same
+name at the same time, it may be possible that both requests receive the
+same name back from the database. The use of enumerations in todays setups
+where device can come and go at any time is not recomended.
 .TP
 .B %%
 The '%' character itself.