From: Kay Sievers Date: Mon, 28 May 2012 22:53:28 +0000 (+0200) Subject: udev: man - mention systemd-udevd(8) X-Git-Tag: v184~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e920c7164eab44ab20356598bd52629143ed04d;p=thirdparty%2Fsystemd.git udev: man - mention systemd-udevd(8) --- diff --git a/units/systemd-udev-control.socket b/units/systemd-udev-control.socket index dc5e1da1747..5b25e067083 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 3270fe8ced1..68c23a662fe 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 b782d73ad0d..d637700c381 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 61d188e489d..2f34d53aaed 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 7bd8e3c2101..a78dc8b606b 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