From 6fc5a40438dee0972cf1dedca9d4fd1c257c8f91 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 31 Jul 2014 04:01:19 -0400 Subject: [PATCH] man: add udev.conf(5) We generally have separate man pages for all configuration files. In this case udev.conf was already described in systemd-udevd.service(8), but it was hard to find. Docbook makes it hard to add a .so link from a different section, so describe udev.conf in its own page. --- Makefile-man.am | 2 + man/systemd-udevd.service.xml | 44 ++++++------------ man/udev.conf.xml | 88 +++++++++++++++++++++++++++++++++++ man/udevadm.xml | 1 - src/udev/udev.conf | 2 +- 5 files changed, 106 insertions(+), 31 deletions(-) create mode 100644 man/udev.conf.xml diff --git a/Makefile-man.am b/Makefile-man.am index 4339e5022..c7909465e 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -118,6 +118,7 @@ MANPAGES += \ man/telinit.8 \ man/tmpfiles.d.5 \ man/udev.7 \ + man/udev.conf.5 \ man/udevadm.8 MANPAGES_ALIAS += \ man/SD_ALERT.3 \ @@ -1688,6 +1689,7 @@ EXTRA_DIST += \ man/telinit.xml \ man/timedatectl.xml \ man/tmpfiles.d.xml \ + man/udev.conf.xml \ man/udev.xml \ man/udevadm.xml \ man/user-system-options.xml \ diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index 3053dc722..049a44074 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -22,7 +22,6 @@ systemd-udevd.service 8 - @@ -54,12 +53,16 @@ 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. + For every event, systemd-udevd executes matching instructions + specified in udev rules. See + udev7 + . + + The behavior of the running daemon can be changed + dynamically with udevadm control, or + configured using + udev.conf5. + Options @@ -185,29 +188,12 @@ in kernel-command-line.xml --> - Configuration file - udev expects its main configuration file at /etc/udev/udev.conf. - It consists of a set of variables allowing the user to override default udev values. All - empty lines or lines beginning with '#' are ignored. The following variables can be - set: - - - udev_log - - The logging priority. Valid values are the numerical syslog priorities - or their textual representations: , - and . - - - - - See Also - - udev7 - , - udevadm8 - + + udev.conf5, + udev7, + udevadm8 + diff --git a/man/udev.conf.xml b/man/udev.conf.xml new file mode 100644 index 000000000..de84b9125 --- /dev/null +++ b/man/udev.conf.xml @@ -0,0 +1,88 @@ + + + + + + + + + + udev.conf + systemd + + + Developer + Kay + Sievers + kay@vrfy.org + + + + + + udev.conf + 5 + + + + udev.conf + Configuration for device event managing daemon + + + + /etc/udev/udev.conf + + + + Description + + + systemd-udevd8 + expects its main configuration file at + /etc/udev/udev.conf. It consists of a set + of variables allowing the user to override default udev + values. All empty lines or lines beginning with '#' are + ignored. The following variables can be set: + + + + udev_log + + + The logging priority. Valid values are the numerical + syslog priorities or their textual representations: + , and + . + + + + + + + See Also + + systemd-udevd8, + udev7, + udevadm8 + + + diff --git a/man/udevadm.xml b/man/udevadm.xml index fbfa85a80..749144dbd 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -20,7 +20,6 @@ udevadm 8 - diff --git a/src/udev/udev.conf b/src/udev/udev.conf index f39253eb6..47d143300 100644 --- a/src/udev/udev.conf +++ b/src/udev/udev.conf @@ -1,3 +1,3 @@ -# see udev(7) for details +# see udev.conf(5) for details #udev_log="info" -- 2.30.2