mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-15 19:16:08 +07:00
[PATCH] man page udevstart
This commit is contained in:
parent
1f63fbdd30
commit
b5e0fc3208
1
Makefile
1
Makefile
@ -382,6 +382,7 @@ install: install-initscript install-config install-dbus-policy all
|
|||||||
$(INSTALL_PROGRAM) -D $(STARTER) $(DESTDIR)$(sbindir)/$(STARTER)
|
$(INSTALL_PROGRAM) -D $(STARTER) $(DESTDIR)$(sbindir)/$(STARTER)
|
||||||
$(INSTALL_DATA) -D udev.8 $(DESTDIR)$(mandir)/man8/udev.8
|
$(INSTALL_DATA) -D udev.8 $(DESTDIR)$(mandir)/man8/udev.8
|
||||||
$(INSTALL_DATA) -D udevinfo.8 $(DESTDIR)$(mandir)/man8/udevinfo.8
|
$(INSTALL_DATA) -D udevinfo.8 $(DESTDIR)$(mandir)/man8/udevinfo.8
|
||||||
|
$(INSTALL_DATA) -D udevstart.8 $(DESTDIR)$(mandir)/man8/udevstart.8
|
||||||
$(INSTALL_DATA) -D udevd.8 $(DESTDIR)$(mandir)/man8/udevd.8
|
$(INSTALL_DATA) -D udevd.8 $(DESTDIR)$(mandir)/man8/udevd.8
|
||||||
- ln -f -s udevd.8 $(DESTDIR)$(mandir)/man8/udevsend.8
|
- ln -f -s udevd.8 $(DESTDIR)$(mandir)/man8/udevsend.8
|
||||||
- ln -f -s $(sbindir)/$(SENDER) $(DESTDIR)$(hotplugdir)/$(ROOT).hotplug
|
- ln -f -s $(sbindir)/$(SENDER) $(DESTDIR)$(hotplugdir)/$(ROOT).hotplug
|
||||||
|
18
udevstart.8
Normal file
18
udevstart.8
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
.TH UDEVSTART 8 "March 2004" "" "Linux Administrator's Manual"
|
||||||
|
.SH NAME
|
||||||
|
udevstart \- populate device directory with all nodes available in sysfs
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B udevstart
|
||||||
|
.SH "DESCRIPTION"
|
||||||
|
.B udevstart
|
||||||
|
walks trough the sysfs device tree and calls
|
||||||
|
.B udev
|
||||||
|
to create the node for every valid device found. It can be used to fill a
|
||||||
|
empty device directory with nodes for all devices currently available on
|
||||||
|
the system.
|
||||||
|
.SH "SEE ALSO"
|
||||||
|
.BR udev (8)
|
||||||
|
.SH AUTHORS
|
||||||
|
.B udevstart
|
||||||
|
was developed primarily by Harald Hoyer <harald@redhat.com>, with much help
|
||||||
|
from others.
|
Loading…
Reference in New Issue
Block a user