diff options
author | Kay Sievers <kay@vrfy.org> | 2012-05-29 00:53:28 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-05-29 00:54:40 +0200 |
commit | 3e920c7164eab44ab20356598bd52629143ed04d (patch) | |
tree | 20ffd3e3de9c7fbd6a9f1027562d98ed8c7ba95a /units | |
parent | 392f9c8404e42f7dd6e5b5adf488d87838515981 (diff) |
udev: man - mention systemd-udevd(8)
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-udev-control.socket | 2 | ||||
-rw-r--r-- | units/systemd-udev-kernel.socket | 2 | ||||
-rw-r--r-- | units/systemd-udev-settle.service.in | 2 | ||||
-rw-r--r-- | units/systemd-udev-trigger.service.in | 2 | ||||
-rw-r--r-- | units/systemd-udev.service.in | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/units/systemd-udev-control.socket b/units/systemd-udev-control.socket index dc5e1da174..5b25e06708 100644 --- a/units/systemd-udev-control.socket +++ b/units/systemd-udev-control.socket @@ -8,7 +8,7 @@ [Unit] Description=udev Control Socket Documentation=man:udev(7) -Documentation=man:udevd(8) +Documentation=man:systemd-udevd(8) DefaultDependencies=no ConditionCapability=CAP_MKNOD diff --git a/units/systemd-udev-kernel.socket b/units/systemd-udev-kernel.socket index 3270fe8ced..68c23a662f 100644 --- a/units/systemd-udev-kernel.socket +++ b/units/systemd-udev-kernel.socket @@ -8,7 +8,7 @@ [Unit] Description=udev Kernel Socket Documentation=man:udev(7) -Documentation=man:udevd(8) +Documentation=man:systemd-udevd(8) DefaultDependencies=no ConditionCapability=CAP_MKNOD diff --git a/units/systemd-udev-settle.service.in b/units/systemd-udev-settle.service.in index b782d73ad0..d637700c38 100644 --- a/units/systemd-udev-settle.service.in +++ b/units/systemd-udev-settle.service.in @@ -18,7 +18,7 @@ [Unit] Description=udev Wait for Complete Device Initialization Documentation=man:udev(7) -Documentation=man:udevd(8) +Documentation=man:systemd-udevd(8) DefaultDependencies=no Wants=systemd-udev.service After=udev-trigger.service diff --git a/units/systemd-udev-trigger.service.in b/units/systemd-udev-trigger.service.in index 61d188e489..2f34d53aae 100644 --- a/units/systemd-udev-trigger.service.in +++ b/units/systemd-udev-trigger.service.in @@ -8,7 +8,7 @@ [Unit] Description=udev Coldplug all Devices Documentation=man:udev(7) -Documentation=man:udevd(8) +Documentation=man:systemd-udevd(8) Wants=systemd-udev.service After=systemd-udev-kernel.socket systemd-udev-control.socket DefaultDependencies=no diff --git a/units/systemd-udev.service.in b/units/systemd-udev.service.in index 7bd8e3c210..a78dc8b606 100644 --- a/units/systemd-udev.service.in +++ b/units/systemd-udev.service.in @@ -8,7 +8,7 @@ [Unit] Description=udev Kernel Device Manager Documentation=man:udev(7) -Documentation=man:udevd(8) +Documentation=man:systemd-udevd(8) Wants=systemd-udev-control.socket systemd-udev-kernel.socket After=systemd-udev-control.socket systemd-udev-kernel.socket Before=basic.target |