1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-11-01 09:21:11 +03:00
Commit Graph

19 Commits

Author SHA1 Message Date
Kay Sievers
953249a3a0 add TEST=="<file>" key 2007-06-03 00:01:46 +02:00
Kay Sievers
5e9eb88f2f add $sys substitution 2007-06-02 22:06:01 +02:00
Kay Sievers
7a17ca7e79 man: add "link_priority" option 2007-03-19 15:41:06 +01:00
Kay Sievers
7f7238062c man: spelling fixes
Thanks to Robert P. J. Day.
2007-03-08 13:59:28 +01:00
Kay Sievers
684e935faf man: fix typo 2007-03-07 21:02:17 +01:00
Kay Sievers
e7c39acbe7 man: add note about parent matching behavior 2007-02-25 01:26:53 +01:00
Kay Sievers
bba8160f51 man: correct udevinfo --export-db
Thanks to: Matthias Schwarzott <zzam@gentoo.org>
2007-02-05 16:03:00 +01:00
Kay Sievers
26133d54e0 man: recreate from xml 2006-11-27 10:30:17 +01:00
Bryan Kadzban
53fc01d507 add IMPORT operations to the udev man page 2006-09-23 22:10:55 +02:00
Kay Sievers
4febf7f076 man: add $attr{} section about symlinks 2006-09-07 11:08:07 +02:00
Kay Sievers
02adc0cbd6 man: add ATTR{file}="value" assignment 2006-08-21 02:39:22 +02:00
Kay Sievers
95776dc6ec consistent key naming to match only the event device or include all parent devices
This scheme is more consistent and makes it obvious if a match happens
against the event device only, or the full chain of parent devices.

The old key names are now:
  BUS -> SUBSYSTEMS
  ID -> KERNELS
  SYSFS -> ATTRS
  DRIVER -> DRIVERS

Match keys for the event device:
  KERNEL
  SUBSYSTEM
  ATTR
  DRIVER (in a future release, for now the same as DRIVERS)

Match keys for all devices along the parent device chain:
  KERNELS
  SUBSYSTEMS
  ATTRS
  DRIVERS

ID, BUS, SYSFS are no longer mentioned in the man page but still work.
DRIVER must be converted to DRIVERS to match the new scheme. For now,
an error is logged, if DRIVER is used. In a future release, the DRIVER
key behaviour will change.
2006-08-19 16:06:25 +02:00
Michał Bartoszkiewicz
33a570f38b man pages: fix typos 2006-08-17 00:58:37 +02:00
Kay Sievers
226b969271 man page: fix typo 2006-08-15 19:38:13 +02:00
Kay Sievers
660508cdcb man pages: work around xmlto which tries to be smart 2006-07-29 02:08:58 +02:00
Kay Sievers
727f3fb091 update man page 2006-03-23 14:01:04 +01:00
Kay Sievers
a2a7f7d7af fix typo in man page
Thanks to Joachim Breitner <nomeata@debian.org>.
2006-02-01 02:08:11 +01:00
Andrey Borzenkov
864412e02d man page: document when substitutions are applied for RUN and other keys 2006-01-26 02:18:01 +01:00
Kay Sievers
2c769419a1 move udev(8) manpage to udev(7)
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-24 20:21:42 +01:00