diff --git a/Makefile-man.am b/Makefile-man.am index 4339e50225..c7909465ee 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 3053dc722f..049a44074e 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 0000000000..de84b91258 --- /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 fbfa85a804..749144dbd4 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 f39253eb67..47d1433002 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"