Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man8 regen.



details:   https://anonhg.NetBSD.org/src/rev/3b473de65257
branches:  trunk
changeset: 580960:3b473de65257
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue May 17 14:01:48 2005 +0000

description:
regen.

diffstat:

 share/man/man8/MAKEDEV.8 |  42 +++++++++++++++++++++++++++++-------------
 1 files changed, 29 insertions(+), 13 deletions(-)

diffs (143 lines):

diff -r ec2e1e669e31 -r 3b473de65257 share/man/man8/MAKEDEV.8
--- a/share/man/man8/MAKEDEV.8  Tue May 17 14:01:41 2005 +0000
+++ b/share/man/man8/MAKEDEV.8  Tue May 17 14:01:48 2005 +0000
@@ -6,7 +6,7 @@
 .\" *** DO NOT EDIT - any changes will be lost!!!
 .\" *** ------------------------------------------------------------------
 .\"
-.\" $NetBSD: MAKEDEV.8,v 1.10 2004/01/25 14:00:57 bjh21 Exp $
+.\" $NetBSD: MAKEDEV.8,v 1.11 2005/05/17 14:01:48 wiz Exp $
 .\"
 .\" Copyright (c) 2001, 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -42,7 +42,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 25, 2004
+.Dd May 17, 2005
 .Dt MAKEDEV 8
 .Os
 .Sh NAME
@@ -231,10 +231,14 @@
 . It Ar vnd#
 ``file'' pseudo-disks, see
 .Xr \&vnd 4
+. It Ar xbd#
+Xen virtual disks
 . It Ar xd#
-Xylogic 753/7053 disks
+Xylogic 753/7053 disks, see
+.Xr \&sparc/xd 4
 . It Ar xy#
-Xylogic 450/451 disks
+Xylogic 450/451 disks, see
+.Xr \&sparc/xy 4
 . El
 .It Pointing devices :
 . Bl -tag -width 0123456789 -compact
@@ -252,8 +256,7 @@
 ``quadrature mouse'', see
 .Xr \&acorn32/qms 4
 . It Ar pms#
-PS/2 mouse, see
-.Xr \&acorn32/opms 4
+PS/2 mouse
 . It Ar mouse
 Mouse (provides events, for X11)
 . El
@@ -316,6 +319,8 @@
 UART on first 68901 (formerly mdm01) (atari)
 . It Ar ixpcom
 IXP12x0 COM ports
+. It Ar epcom
+EP93xx COM ports
 . It Ar ttyM?
 HP200/300 4 port serial mux interface (hp300)
 . It Ar ttya
@@ -364,6 +369,8 @@
 . It Ar dl#
 UNIBUS DL11 (vax), see
 .Xr \&vax/dl 4
+. It Ar xencons
+Xen virtual console
 . El
 .It Terminal multiplexors :
 . Bl -tag -width 0123456789 -compact
@@ -400,8 +407,11 @@
 . El
 .It Pseudo terminals :
 . Bl -tag -width 0123456789 -compact
+. It Ar ptm
+Pty multiplexor device., see
+.Xr \&ptm 4
 . It Ar pty#
-Set of 62 master and slave pseudo terminals, see
+Set of 16 master and slave pseudo terminals, see
 .Xr \&pty 4
 . It Ar opty
 First 16 ptys, to save inodes on install media
@@ -541,7 +551,7 @@
 . It Ar bktr
 Brooktree 848/849/878/879 based TV cards, see
 .Xr \&bktr 4
-. It Ar bpf#
+. It Ar bpf
 Packet filter, see
 .Xr \&bpf 4
 . It Ar cfs#
@@ -556,7 +566,8 @@
 Clock control for non root users, see
 .Xr \&clockctl 4
 . It Ar crypto
-Hardware crypto access driver
+Hardware crypto access driver, see
+.Xr \&crypto 4
 . It Ar dmoverio
 Hardware-assisted data movers, see
 .Xr \&dmoverio 4
@@ -628,7 +639,7 @@
 PCI bus access devices, see
 .Xr \&pci 4
 . It Ar pf
-PF packet filter (not in tree)
+PF packet filter
 . It Ar pow#
 Power management device (x68k), see
 .Xr \&x68k/pow 4
@@ -673,6 +684,9 @@
 . It Ar systrace
 Syscall tracer, see
 .Xr \&systrace 4
+. It Ar tap#
+Virtual Ethernet device, see
+.Xr \&tap 4
 . It Ar tun#
 Network tunnel driver, see
 .Xr \&tun 4
@@ -684,7 +698,7 @@
 .Xr \&uk 4
 . It Ar veriexec
 Verified executable fingerprint loader, see
-.Xr \&verifiedexec 4
+.Xr \&veriexec 4
 . It Ar vmegen#
 Generic VME access
 . It Ar view#
@@ -695,6 +709,8 @@
 . It Ar wsmux#
 wscons event multiplexor, see
 .Xr \&wsmux 4
+. It Ar xenevt
+Xen event interface
 . El
 .El
 .Sh FILES
@@ -724,5 +740,5 @@
 as
 .Pa /dev/MAKEDEV ,
 in which the device files are not always sorted, which may result
-in an unusual (non-alphabetical) order. Not all devices listed
-in this manpage are supported on all platforms.
+in an unusual (non-alphabetical) order.
+Not all devices listed in this manpage are supported on all platforms.



Home | Main Index | Thread Index | Old Index