From b79f817b1bec4f7e39a1ed8b9d42a0c191c22ef5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 22 Jun 2012 10:38:40 +0200 Subject: man: refer to udevd by its service name not binary name Since the binary name is now hidden away in /usr/lib/ the primary user handle for the udev service is the unit name, hence change the man page to be available under the unit name, and make the binary name an alias for it. --- Makefile.am | 3 + man/systemd-udevd.service.xml | 159 ++++++++++++++++++++++++++++++++++ man/systemd-udevd.xml | 154 -------------------------------- man/udev.xml | 4 +- man/udevadm.xml | 2 +- units/systemd-udev-control.socket | 3 +- units/systemd-udev-kernel.socket | 3 +- units/systemd-udev-settle.service.in | 3 +- units/systemd-udev-trigger.service.in | 3 +- units/systemd-udev.service.in | 3 +- 10 files changed, 170 insertions(+), 167 deletions(-) create mode 100644 man/systemd-udevd.service.xml delete mode 100644 man/systemd-udevd.xml diff --git a/Makefile.am b/Makefile.am index 69a842b77c..e1e02b7286 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1424,6 +1424,9 @@ libudev_private_la_LIBADD = \ MANPAGES += \ man/udev.7 \ man/udevadm.8 \ + man/systemd-udevd.service.8 + +MANPAGES_ALIAS += \ man/systemd-udevd.8 udev-confdirs: diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml new file mode 100644 index 0000000000..09b4744239 --- /dev/null +++ b/man/systemd-udevd.service.xml @@ -0,0 +1,159 @@ + + + + + + + udevd + systemd + + + Developer + Kay + Sievers + kay@vrfy.org + + + + + + systemd-udevd + 8 + + + + + systemd-udevd.service + systemd-udevd + Device event managing daemon + + + + systemd-logind.service + + + /usr/lib/systemd/systemd-udevd + + + + + + + + + + + + Description + systemd-udevd listens to kernel uevents. For every event, systemd-udevd executes matching + instructions specified in udev rules. See + udev7 + . + The behavior of the running daemon can be changed with + udevadm control. + + + Options + + + + + Detach and run in the background. + + + + + + Print debug messages to stderr. + + + + + + Limit the number of parallel executed events. + + + + + + Number of seconds to delay the execution of RUN instructions. + This might be useful when debugging system crashes during coldplug + cause by loading non-working kernel modules. + + + + + + Specify when systemd-udevd should resolve names of users and groups. + When set to (the default) names will be + resolved when the rules are parsed. When set to + names will be resolved for every event. + When set to names will never be resolved + and all devices will be owned by root. + + + + + + Print version number. + + + + + + Print help text. + + + + + + Environment + + + UDEV_LOG= + + Set the logging priority. + + + + + + Kernel command line + + The parameters starting with "rd.", will be read when udev is used in an initrd. + + udev.log-priority= + rd.udev.log-priority= + + Set the logging priority. + + + + udev.children-max= + rd.udev.children-max= + + Limit the number of parallel executed events. + + + + udev.exec-delay= + rd.udev.exec-delay= + + Number of seconds to delay the execution of RUN instructions. + This might be useful when debugging system crashes during coldplug + cause by loading non-working kernel modules. + + + + + + + See Also + + udev7 + , + udevadm8 + + + diff --git a/man/systemd-udevd.xml b/man/systemd-udevd.xml deleted file mode 100644 index 79f917e5ff..0000000000 --- a/man/systemd-udevd.xml +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - udevd - systemd - - - Developer - Kay - Sievers - kay@vrfy.org - - - - - - systemd-udevd - 8 - - - - - systemd-udevdevent managing daemon - - - - - systemd-udevd - - - - - - - - - - - Description - systemd-udevd listens to kernel uevents. For every event, systemd-udevd executes matching - instructions specified in udev rules. See - udev7 - . - The behavior of the running daemon can be changed with - udevadm control. - - - Options - - - - - Detach and run in the background. - - - - - - Print debug messages to stderr. - - - - - - Limit the number of parallel executed events. - - - - - - Number of seconds to delay the execution of RUN instructions. - This might be useful when debugging system crashes during coldplug - cause by loading non-working kernel modules. - - - - - - Specify when systemd-udevd should resolve names of users and groups. - When set to (the default) names will be - resolved when the rules are parsed. When set to - names will be resolved for every event. - When set to names will never be resolved - and all devices will be owned by root. - - - - - - Print version number. - - - - - - Print help text. - - - - - - Environment - - - UDEV_LOG= - - Set the logging priority. - - - - - - Kernel command line - - The parameters starting with "rd.", will be read when udev is used in an initrd. - - udev.log-priority= - rd.udev.log-priority= - - Set the logging priority. - - - - udev.children-max= - rd.udev.children-max= - - Limit the number of parallel executed events. - - - - udev.exec-delay= - rd.udev.exec-delay= - - Number of seconds to delay the execution of RUN instructions. - This might be useful when debugging system crashes during coldplug - cause by loading non-working kernel modules. - - - - - - - See Also - - udev7 - , - udevadm8 - - - diff --git a/man/udev.xml b/man/udev.xml index bd0dec6a6a..b5c7cd4be4 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -41,7 +41,7 @@ names provide a way to reliably identify devices based on their properties or current configuration. - The udev daemon, systemd-udevd + The udev daemon, systemd-udevd.service 8, receives device uevents directly from the kernel whenever a device is added or removed from the system, or it changes its state. When udev receives a device event, it matches its configured set of rules @@ -691,7 +691,7 @@ See Also - systemd-udevd8 + systemd-udevd.service8 , udevadm8 diff --git a/man/udevadm.xml b/man/udevadm.xml index d0cd9220fc..b46a5f5915 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -463,7 +463,7 @@ udev7 - systemd-udevd8 + systemd-udevd.service8 diff --git a/units/systemd-udev-control.socket b/units/systemd-udev-control.socket index 5b25e06708..e835ab6f4c 100644 --- a/units/systemd-udev-control.socket +++ b/units/systemd-udev-control.socket @@ -7,8 +7,7 @@ [Unit] Description=udev Control Socket -Documentation=man:udev(7) -Documentation=man:systemd-udevd(8) +Documentation=man:udev(7) man:systemd-udevd.service(8) DefaultDependencies=no ConditionCapability=CAP_MKNOD diff --git a/units/systemd-udev-kernel.socket b/units/systemd-udev-kernel.socket index 68c23a662f..321dd467fa 100644 --- a/units/systemd-udev-kernel.socket +++ b/units/systemd-udev-kernel.socket @@ -7,8 +7,7 @@ [Unit] Description=udev Kernel Socket -Documentation=man:udev(7) -Documentation=man:systemd-udevd(8) +Documentation=man:udev(7) man:systemd-udevd.service(8) DefaultDependencies=no ConditionCapability=CAP_MKNOD diff --git a/units/systemd-udev-settle.service.in b/units/systemd-udev-settle.service.in index 2c4c129bab..004b316180 100644 --- a/units/systemd-udev-settle.service.in +++ b/units/systemd-udev-settle.service.in @@ -17,8 +17,7 @@ [Unit] Description=udev Wait for Complete Device Initialization -Documentation=man:udev(7) -Documentation=man:systemd-udevd(8) +Documentation=man:udev(7) man:systemd-udevd.service(8) DefaultDependencies=no Wants=systemd-udev.service After=systemd-udev-trigger.service diff --git a/units/systemd-udev-trigger.service.in b/units/systemd-udev-trigger.service.in index 2f34d53aae..9d3f43e673 100644 --- a/units/systemd-udev-trigger.service.in +++ b/units/systemd-udev-trigger.service.in @@ -7,8 +7,7 @@ [Unit] Description=udev Coldplug all Devices -Documentation=man:udev(7) -Documentation=man:systemd-udevd(8) +Documentation=man:udev(7) man:systemd-udevd.service(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 a78dc8b606..f02c602b78 100644 --- a/units/systemd-udev.service.in +++ b/units/systemd-udev.service.in @@ -7,8 +7,7 @@ [Unit] Description=udev Kernel Device Manager -Documentation=man:udev(7) -Documentation=man:systemd-udevd(8) +Documentation=man:udev(7) man:systemd-udevd.service(8) Wants=systemd-udev-control.socket systemd-udev-kernel.socket After=systemd-udev-control.socket systemd-udev-kernel.socket Before=basic.target -- cgit v1.2.3-54-g00ecf