diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-08-30 04:41:42 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-08-30 04:41:42 +0200 |
commit | 420a506ef00b011ddb50249c0c53c07cbc37e04c (patch) | |
tree | ec1b5b33451fff54b3b9d6da6e729893e278beac /udevstart.8 | |
parent | 24ca5c3398eb61380e0add8b9ffac1651a008bb3 (diff) |
write man page masters in DocBook XML
The troff man pages will still be checked into the tree but the
source is DocBook XML format living in the docs/ directory now.
Start with the easy ones, the main udev page is still left to
rewrite.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'udevstart.8')
-rw-r--r-- | udevstart.8 | 36 |
1 files changed, 21 insertions, 15 deletions
diff --git a/udevstart.8 b/udevstart.8 index c64400cc4f..ea7a59ea8b 100644 --- a/udevstart.8 +++ b/udevstart.8 @@ -1,18 +1,24 @@ -.TH UDEVSTART 8 "March 2004" "" "Linux Administrator's Manual" -.SH NAME +.\" ** 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 "UDEVSTART" "8" "August 2005" "udev" "udevstart" +.\" disable hyphenation +.nh +.\" disable justification (adjust text to left margin only) +.ad l +.SH "NAME" udevstart \- populate initial device directory -.SH SYNOPSIS -.B udevstart +.SH "SYNOPSIS" +.HP 10 +\fBudevstart\fR .SH "DESCRIPTION" -.B udevstart -walks trough the sysfs device tree and calls -.B udev -to create the nodes 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. +.PP +udevstart scans the kernel exported device information available in sysfs for devices which require a device node to operate and creates the node using the specified udev rules. udevstart is used to create the initial device directory after system bootup. +.SH "AUTHOR" +.PP +Written by Harald Hoyer +<harald@redhat.com>. .SH "SEE ALSO" -.BR udev (8) -.SH AUTHORS -.B udevstart -was developed primarily by Harald Hoyer <harald@redhat.com>, with much help -from others. +.PP +\fBudev\fR(8) |