aboutsummaryrefslogtreecommitdiffstats
path: root/nldev.8
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-05-02 21:36:51 +0200
committerChristoph Lohmann <20h@r-36.net>2012-05-02 21:36:51 +0200
commit799b901987a63103b416f844c7e1bc129f158e0f (patch)
tree5ab8cc482aef37be8711abf64e6972a2dc0c85f4 /nldev.8
parentd8ead95c3e98283d6d4a1c171911e91240be95cb (diff)
downloadnldev-799b901987a63103b416f844c7e1bc129f158e0f.tar.bz2
nldev-799b901987a63103b416f844c7e1bc129f158e0f.tar.xz
Moving nldev to man section 8.
Diffstat (limited to 'nldev.8')
-rw-r--r--nldev.869
1 files changed, 69 insertions, 0 deletions
diff --git a/nldev.8 b/nldev.8
new file mode 100644
index 0000000..0c6ba7c
--- /dev/null
+++ b/nldev.8
@@ -0,0 +1,69 @@
+.Dd April 15, 2012
+.Dt NLDEV 8
+.Os
+.
+.Sh NAME
+.Nm nldev
+.Nd a simple netlink device manager
+.
+.Sh SYNOPSIS
+.Nm
+.Bk -words
+.Op Fl h
+.Op Fl d
+.Op Fl b
+.Op Fl k
+.Op Fl u
+.Op Fl f Ar subsystem
+.Op Fl r Ar runpath
+.Ek
+.
+.Sh DESCRIPTION
+.Bd -filled
+.Nm
+is a simple netlink device manager. It does this by emulating
+the behaviour of the hotplug system built into the Linux kernel.
+The defaults are meant to fit to the mdev applet included in
+busybox.
+.Ed
+.
+.Sh OPTIONS
+.Nm
+options and default settings.
+.Pp
+.Bl -tag -width ".Fl test Ao Ar string Ac"
+.
+.It Fl b
+Run in background.
+.
+.It Fl d
+Turn on debug messages. This will not work in conjunction with
+-b.
+.
+.It Fl f Ar subsystem
+This option will filter for the subsystem key in a netlink message
+and compare it to the subsystem string.
+.
+.It Fl h
+Show usage.
+.
+.It Fl k
+Only show netlink messages from the kernel.
+.
+.Bd -filled
+.It Fl u
+Only show netlink messages from libudev.
+.
+.It Fl r Ar runpath
+This option specifies the runpath for the helper that is launched
+on every received netlink event (default: /bin/mdev).
+.El
+.
+.Sh AUTHORS
+See LICENSE file for authors in the distribution.
+.
+.Sh LICENSE
+.Nm
+is released under the MIT/X Consortium License.
+.
+