diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-08-31 00:00:22 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-08-31 00:00:22 +0200 |
commit | 0599b4a25fdeffd7eb3acbd4c9783f40fa70f759 (patch) | |
tree | 0f203fce413b5ae36491c4cf0468116fc16cb754 /udevsend.8 | |
parent | 7b86ada7d4a6b2597299912964d1b8da3d059691 (diff) |
add missing udevsend man page
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'udevsend.8')
-rw-r--r-- | udevsend.8 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/udevsend.8 b/udevsend.8 new file mode 100644 index 0000000000..d483f22133 --- /dev/null +++ b/udevsend.8 @@ -0,0 +1,38 @@ +.\" ** You probably do not want to edit this file directly ** +.\" It was generated using the DocBook XSL Stylesheets (version 1.69.0). +.\" Instead of manually editing it, you probably should edit the DocBook XML +.\" source for it and then use the DocBook XSL Stylesheets to regenerate it. +.TH "UDEVSEND" "8" "August 2005" "udev" "udevsend" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" +udevsend \- send the current environment to the udev daemon +.SH "SYNOPSIS" +.HP 9 +\fBudevsend\fR +.SH "DESCRIPTION" +.PP +Usually the udev daemon listens directly to the kernel uevents. udevsend may be used to pass events for already existing devices from a userspace application to the daemon. +.SH "ENVIRONMENT" +.TP +\fBACTION\fR +\fIadd\fR +or +\fIremove\fR +signifies the addition or the removal of a device. +.TP +\fBDEVPATH\fR +The sysfs devpath without the mountpoint but a leading slash. +.TP +\fBSUBSYSTEM\fR +The kernel subsystem the device belongs to. +.SH "AUTHOR" +.PP +Written by Kay Sievers +<kay.sievers@vrfy.org>. +.SH "SEE ALSO" +.PP +\fBudev\fR(8), +\fBudevd\fR(8) |