From 93bc913f142b42a481ca0466ebf31228e1132cdb Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mon, 4 Aug 2014 11:54:19 -0400 Subject: 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. Signedaoff-by: Anthony G. Basile --- man/udevd.xml | 44 +++++++++++++++----------------------------- 1 file changed, 15 insertions(+), 29 deletions(-) (limited to 'man/udevd.xml') diff --git a/man/udevd.xml b/man/udevd.xml index c72484c556..89722050a4 100644 --- a/man/udevd.xml +++ b/man/udevd.xml @@ -20,7 +20,6 @@ udevd 8 - @@ -46,12 +45,16 @@ Description udevd listens to kernel uevents. - For every event, 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, 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 @@ -159,29 +162,12 @@ - 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 + -- cgit v1.2.3-54-g00ecf