summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-03-14 04:40:12 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:53:18 -0700
commit29e8ed4c27a311be32cc039f3d284d9836f3021d (patch)
tree5a15cbf2f7d6a9edee8f174c5ced6bcd93f4252e
parentca4c984cf5a2ee3e8d61d16bb3391ed6ff5f4cc7 (diff)
[PATCH] clarify the shortcomings of %e
-rw-r--r--udev.8.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/udev.8.in b/udev.8.in
index 84d8a313da..a246efdb45 100644
--- 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.