summaryrefslogtreecommitdiff
path: root/man/udev.conf.5
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-10-31 20:12:39 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-10-31 20:12:39 -0400
commit96fe7e83d4ef7b1f3df997c90413792bcc263649 (patch)
tree945bdd7de17eae920a07293be9eae64d0c12c6e8 /man/udev.conf.5
parent8b1eb9c754b9e9aa6d1aa892be08fb2fdf374e29 (diff)
man: ship pre-build man pages
This addresses https://github.com/gentoo/eudev/issues/98 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'man/udev.conf.5')
-rw-r--r--man/udev.conf.560
1 files changed, 60 insertions, 0 deletions
diff --git a/man/udev.conf.5 b/man/udev.conf.5
new file mode 100644
index 0000000000..76d2499daf
--- /dev/null
+++ b/man/udev.conf.5
@@ -0,0 +1,60 @@
+'\" t
+.\" Title: udev.conf
+.\" Author: Kay Sievers <kay@vrfy.org>
+.\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/>
+.\" Date: 10/31/2014
+.\" Manual: udev.conf
+.\" Source: systemd
+.\" Language: English
+.\"
+.TH "UDEV\&.CONF" "5" "" "systemd" "udev.conf"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+udev.conf \- Configuration for device event managing daemon
+.SH "SYNOPSIS"
+.PP
+/etc/udev/udev\&.conf
+.SH "DESCRIPTION"
+.PP
+
+\fBsystemd-udevd\fR(8)
+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 \*(Aq#\*(Aq are ignored\&. The following variables can be set:
+.PP
+\fIudev_log\fR
+.RS 4
+The logging priority\&. Valid values are the numerical syslog priorities or their textual representations:
+\fBerr\fR,
+\fBinfo\fR
+and
+\fBdebug\fR\&.
+.RE
+.PP
+In addition,
+systemd\-udevd
+can be configured by command\-line options and the kernel commandline (see
+\fBsystemd-udevd\fR(8))\&.
+.SH "SEE ALSO"
+.PP
+
+\fBsystemd-udevd\fR(8),
+\fBudev\fR(7),
+\fBudevadm\fR(8)