diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-12-15 20:51:29 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-12-15 20:51:29 +0000 |
commit | 37a41d8f914b56c2c5b339e8679a10e22b14cc35 (patch) | |
tree | 89d5aa00bb101d4a713e2ad1c714388eb705fc62 /share/man/man8/man8.landisk | |
parent | 9a27238ca306f6b31969854f72d9630ca7abc969 (diff) |
sync
Diffstat (limited to 'share/man/man8/man8.landisk')
-rw-r--r-- | share/man/man8/man8.landisk/MAKEDEV.8 | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/share/man/man8/man8.landisk/MAKEDEV.8 b/share/man/man8/man8.landisk/MAKEDEV.8 index 88b8ef93b0e..385414b5219 100644 --- a/share/man/man8/man8.landisk/MAKEDEV.8 +++ b/share/man/man8/man8.landisk/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.3 2006/12/15 19:00:02 miod Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.4 2006/12/15 20:51:28 kettenis Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" -.\" OpenBSD: etc.landisk/MAKEDEV.md,v 1.2 2006/12/15 18:59:50 miod Exp -.\" OpenBSD: MAKEDEV.common,v 1.30 2006/10/10 12:33:41 todd Exp +.\" OpenBSD: etc.landisk/MAKEDEV.md,v 1.1 2006/10/25 01:47:41 drahn Exp +.\" OpenBSD: MAKEDEV.common,v 1.31 2006/12/15 20:42:19 kettenis Exp .\" OpenBSD: MAKEDEV.man,v 1.3 2004/03/12 18:12:12 miod Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp .\" @@ -113,9 +113,9 @@ SCSI tape drives, see .Pp .Sy Terminal ports .Bl -tag -width tenletters -compact -.It Ar ttya -on-board serial port, see -.Xr scif 4 . +.It Ar tty[0-7][0-9a-f] +NS16x50 serial ports, see +.Xr com 4 . .El .Pp .Sy Pseudo terminals @@ -180,12 +180,16 @@ Scanners, see .Pp .Sy Special purpose devices .Bl -tag -width tenletters -compact +.It Ar apm +Power management device, see +.Xr apm 4 . .It Ar audio* Audio devices, see .Xr audio 4 . .It Ar hotplug devices hot plugging, see .Xr hotplug 4 . +#_DEV(bktr, 75) .It Ar bpf* Berkeley Packet Filter, see .Xr bpf 4 . @@ -195,11 +199,12 @@ Hardware crypto access driver, see .It Ar fd fd/* nodes, see .Xr fd 4 . +#_DEV(iop, 73) .It Ar lkm Loadable kernel modules interface, see .Xr lkm 4 . -.It Ar pci -PCI bus device, see +.It Ar pci* +PCI bus devices, see .Xr pci 4 . .It Ar pf* Packet Filter, see |