1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-30 01:47:42 +03:00

[PATCH] clarify the shortcomings of %e

This commit is contained in:
kay.sievers@vrfy.org 2005-03-14 04:40:12 +01:00 committed by Greg KH
parent ca4c984cf5
commit 29e8ed4c27

View File

@ -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.