diff options
author | 2010-09-04 12:18:41 +0000 | |
---|---|---|
committer | 2010-09-04 12:18:41 +0000 | |
commit | bbd68036be0864ce352aa55f6951bf8237317bcd (patch) | |
tree | c3a959082448c674548b780eabc6be9f27681235 /share/man/man8/man8.alpha | |
parent | Reorder device entries within sections, for MAKEDEV.8 to have them sorted. (diff) | |
download | wireguard-openbsd-bbd68036be0864ce352aa55f6951bf8237317bcd.tar.xz wireguard-openbsd-bbd68036be0864ce352aa55f6951bf8237317bcd.zip |
Regen
Diffstat (limited to 'share/man/man8/man8.alpha')
-rw-r--r-- | share/man/man8/man8.alpha/MAKEDEV.8 | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/share/man/man8/man8.alpha/MAKEDEV.8 b/share/man/man8/man8.alpha/MAKEDEV.8 index 7c8072c0baf..0cbabc327c6 100644 --- a/share/man/man8/man8.alpha/MAKEDEV.8 +++ b/share/man/man8/man8.alpha/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.47 2010/07/22 00:59:56 deraadt Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.48 2010/09/04 12:18:42 miod Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" .\" OpenBSD: etc.alpha/MAKEDEV.md,v 1.48 2010/07/03 03:59:15 krw Exp -.\" OpenBSD: MAKEDEV.common,v 1.49 2010/07/21 23:40:26 nicm Exp +.\" OpenBSD: MAKEDEV.common,v 1.51 2010/08/03 20:12:01 miod Exp .\" OpenBSD: MAKEDEV.man,v 1.7 2009/03/18 17:34:25 sobrado Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp .\" @@ -23,7 +23,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 22 2010 $ +.Dd $Mdocdate: September 4 2010 $ .Dt MAKEDEV 8 alpha .Os .Sh NAME @@ -141,12 +141,12 @@ Set of 62 slave pseudo terminals, see .Pp .Sy Console ports .Bl -tag -width tenletters -compact -.It Ar wscons -Minimal wscons devices, see -.Xr wscons 4 . .It Ar ttyC-J* wscons display devices, see .Xr wsdisplay 4 . +.It Ar wscons +Minimal wscons devices, see +.Xr wscons 4 . .It Ar wskbd* wscons keyboards, see .Xr wskbd 4 . @@ -174,12 +174,12 @@ IEEE 1284 centronics printer, see .Pp .Sy USB devices .Bl -tag -width tenletters -compact -.It Ar uall -All USB devices, see -.Xr usb 4 . .It Ar ttyU* USB serial ports, see .Xr ucom 4 . +.It Ar uall +All USB devices, see +.Xr usb 4 . .It Ar ugen* Generic USB devices, see .Xr ugen 4 . @@ -208,9 +208,15 @@ Video frame grabbers, see .It Ar bpf* Berkeley Packet Filter, see .Xr bpf 4 . +.It Ar bthub* +Bluetooth Hubs, see +.Xr bthub 4 . .It Ar crypto Hardware crypto access driver, see .Xr crypto 4 . +.It Ar diskmap +Disk mapper, see +.Xr diskmap 4 . .It Ar fd fd/* nodes, see .Xr fd 4 . @@ -226,6 +232,9 @@ Loadable kernel modules interface, see .It Ar music* MIDI sequencer, see .Xr music 4 . +.It Ar nnpfs* +NNPFS filesystem node, see +.Xr mount_nnpfs 8 . .It Ar pci* PCI bus devices, see .Xr pci 4 . @@ -235,12 +244,12 @@ Packet Filter, see .It Ar radio* FM tuner devices, see .Xr radio 4 . -.It Ar rmidi* -Raw MIDI devices, see -.Xr midi 4 . .It Ar *random In-kernel random data source, see .Xr random 4 . +.It Ar rmidi* +Raw MIDI devices, see +.Xr midi 4 . .It Ar speaker PC speaker, see .Xr spkr 4 . @@ -259,18 +268,9 @@ Unknown SCSI devices, see .It Ar video* Video V4L2 devices, see .Xr video 4 . -.It Ar nnpfs* -NNPFS filesystem node, see -.Xr mount_nnpfs 8 . .It Ar vscsi* Virtual SCSI controller, see .Xr vscsi 8 . -.It Ar bthub* -Bluetooth Hubs, see -.Xr bthub 4 . -.It Ar diskmap -Disk mapper, see -.Xr diskmap 4 . .El .Sh FILES .Bl -tag -width /dev -compact |