From ecf21d9b93a39c3680cb5e1bd7e71e77bcb4d9cf Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 14 Mar 2002 01:38:33 +0000 Subject: [PATCH] regen for new template, picking up some recent other changes [clockctl, MI joy, pty+++] --- share/man/man8/man8.acorn32/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.alpha/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.amiga/MAKEDEV.8 | 25 ++++++++++++++--- share/man/man8/man8.arc/MAKEDEV.8 | 31 +++++++++++++++++---- share/man/man8/man8.arm26/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.arm32/MAKEDEV.8 | 31 ++++++++++++++++----- share/man/man8/man8.atari/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.bebox/MAKEDEV.8 | 31 +++++++++++++++++---- share/man/man8/man8.cobalt/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.dreamcast/MAKEDEV.8 | 31 +++++++++++++++++---- share/man/man8/man8.evbarm/MAKEDEV.8 | 25 ++++++++++++++--- share/man/man8/man8.hp300/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.hpcmips/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.hpcsh/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.i386/MAKEDEV.8 | 30 ++++++++++++++++++--- share/man/man8/man8.luna68k/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.mac68k/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.macppc/MAKEDEV.8 | 33 ++++++++++++++++++----- share/man/man8/man8.mipsco/MAKEDEV.8 | 30 ++++++++++++++++++--- share/man/man8/man8.mmeye/MAKEDEV.8 | 31 +++++++++++++++++---- share/man/man8/man8.mvme68k/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.netwinder/MAKEDEV.8 | 25 ++++++++++++++--- share/man/man8/man8.news68k/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.newsmips/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.next68k/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.pc532/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.pmax/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.prep/MAKEDEV.8 | 31 +++++++++++++++++---- share/man/man8/man8.sandpoint/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.sgimips/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.sparc/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.sparc64/MAKEDEV.8 | 36 ++++++++++++++++++++++--- share/man/man8/man8.sun2/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.sun3/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.vax/MAKEDEV.8 | 34 ++++++++++++++++++----- share/man/man8/man8.walnut/MAKEDEV.8 | 28 ++++++++++++++++--- share/man/man8/man8.x68k/MAKEDEV.8 | 31 ++++++++++++++++----- 37 files changed, 906 insertions(+), 165 deletions(-) diff --git a/share/man/man8/man8.acorn32/MAKEDEV.8 b/share/man/man8/man8.acorn32/MAKEDEV.8 index 2bfa27ba3169..29bb9f1a9910 100644 --- a/share/man/man8/man8.acorn32/MAKEDEV.8 +++ b/share/man/man8/man8.acorn32/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.2 2002/01/12 22:06:01 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.3 2002/03/14 01:38:33 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns acorn32 @@ -166,8 +170,10 @@ DC21285 COM port .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Printers : . Bl -tag -width 0123456789 -compact @@ -214,6 +220,9 @@ Trace device . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar md Memory disk, see .Xr \&md 4 @@ -266,16 +275,27 @@ Wscons event multiplexor, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.alpha/MAKEDEV.8 b/share/man/man8/man8.alpha/MAKEDEV.8 index abf493833a27..416adaa883ce 100644 --- a/share/man/man8/man8.alpha/MAKEDEV.8 +++ b/share/man/man8/man8.alpha/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.17 2002/01/12 22:06:01 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.18 2002/03/14 01:38:33 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns alpha @@ -154,8 +158,10 @@ Cyclom-Y multiport serial boards. Each ``unit'' makes 32 ports. .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Printers : . Bl -tag -width 0123456789 -compact @@ -202,6 +208,9 @@ Trace device . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar audio# Audio devices, see .Xr \&audio 4 @@ -265,16 +274,27 @@ PixelStamp interface chip . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.amiga/MAKEDEV.8 b/share/man/man8/man8.amiga/MAKEDEV.8 index 832507558afc..5c9403df1ab1 100644 --- a/share/man/man8/man8.amiga/MAKEDEV.8 +++ b/share/man/man8/man8.amiga/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.17 2002/01/12 22:06:01 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.18 2002/03/14 01:38:34 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns amiga @@ -159,8 +163,10 @@ Com style serial ports (DraCo, HyperCom) On the DraCo, units 0 and 1 are the bui .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Printers : . Bl -tag -width 0123456789 -compact @@ -225,16 +231,27 @@ One unit of the audio device. On Amiga machines, Unit 0 is custom chip audio, if . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.arc/MAKEDEV.8 b/share/man/man8/man8.arc/MAKEDEV.8 index 204ac59e34c6..1f7cf4bbd545 100644 --- a/share/man/man8/man8.arc/MAKEDEV.8 +++ b/share/man/man8/man8.arc/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.10 2002/01/12 22:06:01 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.11 2002/03/14 01:38:34 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns arc @@ -146,8 +150,10 @@ NS16550 (``com'') serial ports, see .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Printers : . Bl -tag -width 0123456789 -compact @@ -169,6 +175,9 @@ Trace device . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar bpf# Berkeley packet filter devices, see .Xr \&bpf 4 @@ -188,7 +197,8 @@ Mouse (provides events, for X11) PS/2 mouse, see .Xr \&pms 4 . It Ar joy# -Joystick device +Joystick device, see +.Xr \&joy 4 . It Ar random Random number generator . It Ar scsibus# @@ -210,16 +220,27 @@ Wscons event multiplexor, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.arm26/MAKEDEV.8 b/share/man/man8/man8.arm26/MAKEDEV.8 index 46821fd7df79..9ecd8b5dc65b 100644 --- a/share/man/man8/man8.arm26/MAKEDEV.8 +++ b/share/man/man8/man8.arm26/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.9 2002/01/12 22:06:02 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.10 2002/03/14 01:38:34 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns arm26 @@ -143,8 +147,10 @@ Alias for PC COM ports, this is what the system really wants, see .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Printers : . Bl -tag -width 0123456789 -compact @@ -157,6 +163,9 @@ Archimedes parallel port . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar fd File descriptors (/dev/fd/*), see .Xr \&fd 4 @@ -179,16 +188,27 @@ Wscons event multiplexor, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.arm32/MAKEDEV.8 b/share/man/man8/man8.arm32/MAKEDEV.8 index 501ade9ff68a..a52a4d82615d 100644 --- a/share/man/man8/man8.arm32/MAKEDEV.8 +++ b/share/man/man8/man8.arm32/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.19 2002/01/12 22:06:02 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.20 2002/03/14 01:38:34 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns arm32 @@ -167,8 +171,10 @@ DC21285 COM port .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Printers : . Bl -tag -width 0123456789 -compact @@ -216,6 +222,9 @@ Trace device . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar md Memory disk, see .Xr \&md 4 @@ -272,22 +281,30 @@ Console font control . It Ar pci# PCI bus access devices, see .Xr \&pci 4 -. It Ar clockctl -Clock control for non root users, see -.Xr \&clockctl 4 . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.atari/MAKEDEV.8 b/share/man/man8/man8.atari/MAKEDEV.8 index 2e711232e07f..0192d55fea12 100644 --- a/share/man/man8/man8.atari/MAKEDEV.8 +++ b/share/man/man8/man8.atari/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.15 2002/01/12 22:06:02 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.16 2002/03/14 01:38:34 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns atari @@ -158,8 +162,10 @@ UART on first 68901 (formerly mdm01) .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It ISDN devices : . Bl -tag -width 0123456789 -compact @@ -176,6 +182,9 @@ Trace device . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar aconf Autoconfig information (not yet) . It Ar audio# @@ -229,16 +238,27 @@ Circad Leonardo VME-bus true color . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.bebox/MAKEDEV.8 b/share/man/man8/man8.bebox/MAKEDEV.8 index ba04ef2e20fe..204846a815cd 100644 --- a/share/man/man8/man8.bebox/MAKEDEV.8 +++ b/share/man/man8/man8.bebox/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.12 2002/01/12 22:06:02 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.13 2002/03/14 01:38:35 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns bebox @@ -172,8 +176,10 @@ Cyclom-Y multiport serial boards. Each ``unit'' makes 32 ports. .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Printers : . Bl -tag -width 0123456789 -compact @@ -197,6 +203,9 @@ Trace device . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar fd File descriptors, see .Xr \&fd 4 @@ -220,7 +229,8 @@ Audio devices, see Network tunnel driver, see .Xr \&tun 4 . It Ar joy# -Joystick device +Joystick device, see +.Xr \&joy 4 . It Ar satlink# PlanetConnect satellite receiver driver . It Ar scsibus# @@ -244,16 +254,27 @@ Wscons event multiplexor, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.cobalt/MAKEDEV.8 b/share/man/man8/man8.cobalt/MAKEDEV.8 index 7b421450980c..3e0a9227c0d2 100644 --- a/share/man/man8/man8.cobalt/MAKEDEV.8 +++ b/share/man/man8/man8.cobalt/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.5 2002/01/12 22:06:02 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.6 2002/03/14 01:38:35 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns cobalt @@ -140,8 +144,10 @@ NS16550 (``com'') serial ports, see .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It ISDN devices : . Bl -tag -width 0123456789 -compact @@ -158,6 +164,9 @@ Trace device . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar bpf# Berkeley packet filter devices, see .Xr \&bpf 4 @@ -191,16 +200,27 @@ Unknown SCSI device, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.dreamcast/MAKEDEV.8 b/share/man/man8/man8.dreamcast/MAKEDEV.8 index a991f5705c9c..276c5e228e0c 100644 --- a/share/man/man8/man8.dreamcast/MAKEDEV.8 +++ b/share/man/man8/man8.dreamcast/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.5 2002/01/12 22:06:03 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.6 2002/03/14 01:38:35 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns dreamcast @@ -151,11 +155,16 @@ Alias for PC COM ports, this is what the system really wants, see .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar fd File descriptors, see .Xr \&fd 4 @@ -183,20 +192,32 @@ Power management device Network tunnel driver, see .Xr \&tun 4 . It Ar joy# -Joystick device +Joystick device, see +.Xr \&joy 4 . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.evbarm/MAKEDEV.8 b/share/man/man8/man8.evbarm/MAKEDEV.8 index b8ab4f9c0026..cf6f3ed0a9df 100644 --- a/share/man/man8/man8.evbarm/MAKEDEV.8 +++ b/share/man/man8/man8.evbarm/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.2 2002/01/12 22:06:03 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.3 2002/03/14 01:38:35 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns evbarm @@ -159,8 +163,10 @@ DC21285 COM port .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Printers : . Bl -tag -width 0123456789 -compact @@ -247,16 +253,27 @@ Wscons event multiplexor, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.hp300/MAKEDEV.8 b/share/man/man8/man8.hp300/MAKEDEV.8 index 5fb854a23d02..fb5a3c584cb4 100644 --- a/share/man/man8/man8.hp300/MAKEDEV.8 +++ b/share/man/man8/man8.hp300/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.19 2002/01/12 22:06:03 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.20 2002/03/14 01:38:35 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns hp300 @@ -138,8 +142,10 @@ HP400 4 port serial mux interface, see .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It wscons : . Bl -tag -width 0123456789 -compact @@ -159,6 +165,9 @@ Console font control . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar fd File descriptors, see .Xr \&fd 4 @@ -191,16 +200,27 @@ SCSI busses, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.hpcmips/MAKEDEV.8 b/share/man/man8/man8.hpcmips/MAKEDEV.8 index ebac4cd4de24..527f7478a223 100644 --- a/share/man/man8/man8.hpcmips/MAKEDEV.8 +++ b/share/man/man8/man8.hpcmips/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.12 2002/01/12 22:06:03 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.13 2002/03/14 01:38:36 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns hpcmips @@ -162,8 +166,10 @@ TX39 internal serial ports .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Printers : . Bl -tag -width 0123456789 -compact @@ -210,6 +216,9 @@ Trace device . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar fd File descriptors, see .Xr \&fd 4 @@ -241,16 +250,27 @@ UCB1200 (TX39) audio device. 22.154kHz mono 16bit . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.hpcsh/MAKEDEV.8 b/share/man/man8/man8.hpcsh/MAKEDEV.8 index cc53cdc5bcee..41636045590c 100644 --- a/share/man/man8/man8.hpcsh/MAKEDEV.8 +++ b/share/man/man8/man8.hpcsh/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.5 2002/01/12 22:06:04 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.6 2002/03/14 01:38:36 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns hpcsh @@ -152,11 +156,16 @@ Alias for PC COM ports, this is what the system really wants, see .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar fd File descriptors, see .Xr \&fd 4 @@ -186,16 +195,27 @@ SCSI media changer, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.i386/MAKEDEV.8 b/share/man/man8/man8.i386/MAKEDEV.8 index 6800b6073078..013f1a6c3a83 100644 --- a/share/man/man8/man8.i386/MAKEDEV.8 +++ b/share/man/man8/man8.i386/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.34 2002/01/12 22:06:04 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.35 2002/03/14 01:38:36 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns i386 @@ -189,8 +193,10 @@ Cyclom-Y multiport serial boards. Each ``unit'' makes 32 ports. .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Printers : . Bl -tag -width 0123456789 -compact @@ -238,6 +244,9 @@ Trace device . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar fd File descriptors, see .Xr \&fd 4 @@ -328,19 +337,32 @@ DPT/Adaptec RAID management interface, see . It Ar radio# Radio devices, see .Xr \&radio 4 +. It Ar nsmb# +SMB requester . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.luna68k/MAKEDEV.8 b/share/man/man8/man8.luna68k/MAKEDEV.8 index b4cd155ed9b9..63c6de42033f 100644 --- a/share/man/man8/man8.luna68k/MAKEDEV.8 +++ b/share/man/man8/man8.luna68k/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.5 2002/01/12 22:06:04 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.6 2002/03/14 01:38:36 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns luna68k @@ -122,8 +126,10 @@ Workstation console (``wscons'') glass-tty emulation .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Tapes : . Bl -tag -width 0123456789 -compact @@ -133,6 +139,9 @@ SCSI tape, see . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar bpf# Packet filter, see .Xr \&bpf 4 @@ -171,16 +180,27 @@ Workstation console (``wscons'') mouse, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.mac68k/MAKEDEV.8 b/share/man/man8/man8.mac68k/MAKEDEV.8 index 7559601ac072..78da7e17cb94 100644 --- a/share/man/man8/man8.mac68k/MAKEDEV.8 +++ b/share/man/man8/man8.mac68k/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.9 2002/01/12 22:06:04 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.10 2002/03/14 01:38:36 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns mac68k @@ -151,8 +155,10 @@ Wscons keyboard events, see .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Graphics devices : . Bl -tag -width 0123456789 -compact @@ -161,6 +167,9 @@ Bitmapped graphics device . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar tun# Network tunnel driver, see .Xr \&tun 4 @@ -197,16 +206,27 @@ Venus cache driver, for Coda . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.macppc/MAKEDEV.8 b/share/man/man8/man8.macppc/MAKEDEV.8 index fbe10e5efa0f..44a6d7d5b99c 100644 --- a/share/man/man8/man8.macppc/MAKEDEV.8 +++ b/share/man/man8/man8.macppc/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.9 2002/01/12 22:06:04 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.10 2002/03/14 01:38:37 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns macppc @@ -161,8 +165,10 @@ Cyclom-Y multiport serial boards. Each ``unit'' makes 32 ports. .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It USB devices : . Bl -tag -width 0123456789 -compact @@ -202,6 +208,9 @@ Trace device . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar fd File descriptors, see .Xr \&fd 4 @@ -217,9 +226,6 @@ Random number generator . It Ar lkm Loadable kernel modules interface, see .Xr \&lkm 4 -. It Ar clockctl -Clock control for non root users, see -.Xr \&clockctl 4 . It Ar audio# Audio devices, see .Xr \&audio 4 @@ -245,19 +251,32 @@ Wscons event multiplexor, see . It Ar pci# PCI bus access devices, see .Xr \&pci 4 +. It Ar sysmon +System Monitoring hardware . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.mipsco/MAKEDEV.8 b/share/man/man8/man8.mipsco/MAKEDEV.8 index d3195cc4538f..ebc137504c0e 100644 --- a/share/man/man8/man8.mipsco/MAKEDEV.8 +++ b/share/man/man8/man8.mipsco/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.5 2002/01/12 22:06:05 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.6 2002/03/14 01:38:37 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns mipsco @@ -83,6 +87,8 @@ All known devices, including local devices. A minimal set of devices for install disks, etc. .It Ar std Standard devices +.It Ar fd +File descriptors .It Ar local Configuration specific devices .El @@ -128,11 +134,16 @@ Memory pseudo-disk devices, see .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar bpf# Packet filter, see .Xr \&bpf 4 @@ -159,16 +170,27 @@ Unknown SCSI device, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.mmeye/MAKEDEV.8 b/share/man/man8/man8.mmeye/MAKEDEV.8 index 568e7c145c47..b6e27ca1611f 100644 --- a/share/man/man8/man8.mmeye/MAKEDEV.8 +++ b/share/man/man8/man8.mmeye/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.6 2002/01/12 22:06:05 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.7 2002/03/14 01:38:37 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns mmeye @@ -147,8 +151,10 @@ Alias for PC COM ports, this is what the system really wants, see .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Printers : . Bl -tag -width 0123456789 -compact @@ -159,6 +165,9 @@ Interruptless lp . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar fd File descriptors, see .Xr \&fd 4 @@ -184,7 +193,8 @@ Power management device Network tunnel driver, see .Xr \&tun 4 . It Ar joy# -Joystick device +Joystick device, see +.Xr \&joy 4 . It Ar satlink# PlanetConnect satellite receiver driver . It Ar scsibus# @@ -205,16 +215,27 @@ Coda file system device . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.mvme68k/MAKEDEV.8 b/share/man/man8/man8.mvme68k/MAKEDEV.8 index f42af3230d5b..ce3c8fa8661b 100644 --- a/share/man/man8/man8.mvme68k/MAKEDEV.8 +++ b/share/man/man8/man8.mvme68k/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.9 2002/01/12 22:06:05 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.10 2002/03/14 01:38:37 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns mvme68k @@ -129,8 +133,10 @@ Onboard serial ports. On the mvme147 these are: ttyZ1, ttyZ2 and ttyZ3. On the m .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Printers : . Bl -tag -width 0123456789 -compact @@ -142,6 +148,9 @@ Interruptless lp . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar fd File descriptors, see .Xr \&fd 4 @@ -174,16 +183,27 @@ Random number generator . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.netwinder/MAKEDEV.8 b/share/man/man8/man8.netwinder/MAKEDEV.8 index 43995d764642..013f2a60344b 100644 --- a/share/man/man8/man8.netwinder/MAKEDEV.8 +++ b/share/man/man8/man8.netwinder/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.4 2002/01/12 22:06:05 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.5 2002/03/14 01:38:37 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns netwinder @@ -166,8 +170,10 @@ DC21285 COM port .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Printers : . Bl -tag -width 0123456789 -compact @@ -266,16 +272,27 @@ Wscons event multiplexor, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.news68k/MAKEDEV.8 b/share/man/man8/man8.news68k/MAKEDEV.8 index 8ba5571cbc81..fcc800e9da42 100644 --- a/share/man/man8/man8.news68k/MAKEDEV.8 +++ b/share/man/man8/man8.news68k/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.5 2002/01/12 22:06:05 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.6 2002/03/14 01:38:38 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns news68k @@ -127,11 +131,16 @@ Memory pseudo-disk devices, see .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar fd File descriptors, see .Xr \&fd 4 @@ -161,16 +170,27 @@ Unknown SCSI device, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.newsmips/MAKEDEV.8 b/share/man/man8/man8.newsmips/MAKEDEV.8 index 9522b8a29f61..243a1f2d5b9b 100644 --- a/share/man/man8/man8.newsmips/MAKEDEV.8 +++ b/share/man/man8/man8.newsmips/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.6 2002/01/12 22:06:06 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.7 2002/03/14 01:38:38 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns newsmips @@ -127,11 +131,16 @@ Memory pseudo-disk devices, see .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar bpf# Packet filter, see .Xr \&bpf 4 @@ -161,16 +170,27 @@ Wscons event multiplexor, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.next68k/MAKEDEV.8 b/share/man/man8/man8.next68k/MAKEDEV.8 index 6b52c9a8fd39..493b55fc4a9a 100644 --- a/share/man/man8/man8.next68k/MAKEDEV.8 +++ b/share/man/man8/man8.next68k/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.11 2002/01/12 22:06:06 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.12 2002/03/14 01:38:38 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns next68k @@ -149,14 +153,19 @@ Wscons keyboard events, see .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Graphics devices : . Bl -tag -width 0123456789 -compact . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar tun# Network tunnel driver, see .Xr \&tun 4 @@ -187,16 +196,27 @@ Wscons event multiplexor, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.pc532/MAKEDEV.8 b/share/man/man8/man8.pc532/MAKEDEV.8 index 8e8889ebd3fa..1de655e9a05e 100644 --- a/share/man/man8/man8.pc532/MAKEDEV.8 +++ b/share/man/man8/man8.pc532/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.13 2002/01/12 22:06:06 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.14 2002/03/14 01:38:38 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns pc532 @@ -131,8 +135,10 @@ Rs232 devices, see .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Printers : . Bl -tag -width 0123456789 -compact @@ -142,6 +148,9 @@ Matthias's lp interface, see . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar fd File descriptors, see .Xr \&fd 4 @@ -177,16 +186,27 @@ SCSI Ethernet, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.pmax/MAKEDEV.8 b/share/man/man8/man8.pmax/MAKEDEV.8 index 2744b636a11b..8dfa78d0301a 100644 --- a/share/man/man8/man8.pmax/MAKEDEV.8 +++ b/share/man/man8/man8.pmax/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.12 2002/01/12 22:06:06 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.13 2002/03/14 01:38:38 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns pmax @@ -134,11 +138,16 @@ MI SCSI disks, see .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar audio# Phone-quality audio on Personal DECstations, see .Xr \&audio 4 @@ -192,16 +201,27 @@ Workstation console (``wscons'') glass-tty emulators . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.prep/MAKEDEV.8 b/share/man/man8/man8.prep/MAKEDEV.8 index 62fef8483619..e1e257c1234c 100644 --- a/share/man/man8/man8.prep/MAKEDEV.8 +++ b/share/man/man8/man8.prep/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.8 2002/01/12 22:06:06 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.9 2002/03/14 01:38:39 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns prep @@ -159,8 +163,10 @@ Cyclom-Y multiport serial boards. Each ``unit'' makes 32 ports. .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Printers : . Bl -tag -width 0123456789 -compact @@ -182,6 +188,9 @@ Trace device . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar fd File descriptors, see .Xr \&fd 4 @@ -205,7 +214,8 @@ Audio devices, see Network tunnel driver, see .Xr \&tun 4 . It Ar joy# -Joystick device +Joystick device, see +.Xr \&joy 4 . It Ar scsibus# SCSI busses, see .Xr \&scsi 4 , @@ -232,16 +242,27 @@ PCI bus access devices, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.sandpoint/MAKEDEV.8 b/share/man/man8/man8.sandpoint/MAKEDEV.8 index b71e39f45d9d..a89cc7403f6b 100644 --- a/share/man/man8/man8.sandpoint/MAKEDEV.8 +++ b/share/man/man8/man8.sandpoint/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.6 2002/01/12 22:06:07 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.7 2002/03/14 01:38:39 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns sandpoint @@ -163,8 +167,10 @@ Cyclom-Y multiport serial boards. Each ``unit'' makes 32 ports. .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Printers : . Bl -tag -width 0123456789 -compact @@ -188,6 +194,9 @@ Trace device . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar fd File descriptors, see .Xr \&fd 4 @@ -227,16 +236,27 @@ Wscons event multiplexor, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.sgimips/MAKEDEV.8 b/share/man/man8/man8.sgimips/MAKEDEV.8 index f62ba396a8a4..c9e5a8684eed 100644 --- a/share/man/man8/man8.sgimips/MAKEDEV.8 +++ b/share/man/man8/man8.sgimips/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.6 2002/01/12 22:06:07 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.7 2002/03/14 01:38:39 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns sgimips @@ -158,8 +162,10 @@ Zilog 8530 (``zstty'') serial ports .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It ISDN devices : . Bl -tag -width 0123456789 -compact @@ -176,6 +182,9 @@ Trace device . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar bpf# Berkeley packet filter devices, see .Xr \&bpf 4 @@ -210,16 +219,27 @@ Wscons event multiplexor, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.sparc/MAKEDEV.8 b/share/man/man8/man8.sparc/MAKEDEV.8 index 8971bfe7b8f9..8a6c20319f60 100644 --- a/share/man/man8/man8.sparc/MAKEDEV.8 +++ b/share/man/man8/man8.sparc/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.16 2002/01/12 22:06:07 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.17 2002/03/14 01:38:39 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns sparc @@ -132,8 +136,10 @@ Memory pseudo-disk devices, see .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It ISDN devices : . Bl -tag -width 0123456789 -compact @@ -150,6 +156,9 @@ Trace device . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar audio# Audio devices., see .Xr \&audio 4 @@ -214,16 +223,27 @@ CL18xx-based multiport serial cards . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.sparc64/MAKEDEV.8 b/share/man/man8/man8.sparc64/MAKEDEV.8 index 73f89928e52b..4d008f2aae4e 100644 --- a/share/man/man8/man8.sparc64/MAKEDEV.8 +++ b/share/man/man8/man8.sparc64/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.12 2002/01/12 22:06:07 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.13 2002/03/14 01:38:40 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns sparc64 @@ -128,11 +132,21 @@ RAIDframe disk driver, see Memory pseudo-disk devices, see .Xr \&md 4 . El +.It Terminals : +. Bl -tag -width 0123456789 -compact +. It Ar tty# +Z88530 serial controllers, see +.Xr \&tty 4 +. It Ar ttyC# +NS16550 serial controllers +. El .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It ISDN devices : . Bl -tag -width 0123456789 -compact @@ -149,6 +163,9 @@ Trace device . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar audio# Audio devices., see .Xr \&audio 4 @@ -200,16 +217,27 @@ PCI bus access devices, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.sun2/MAKEDEV.8 b/share/man/man8/man8.sun2/MAKEDEV.8 index 6972e8aa1f47..5f2a9c4bc5cc 100644 --- a/share/man/man8/man8.sun2/MAKEDEV.8 +++ b/share/man/man8/man8.sun2/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.6 2002/01/12 22:06:07 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.7 2002/03/14 01:38:40 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns sun2 @@ -118,11 +122,16 @@ Memory pseudo-disk devices, see .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar bwtwo# Monochromatic frame buffer, see .Xr \&bwtwo 4 @@ -148,16 +157,27 @@ SCSI busses, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.sun3/MAKEDEV.8 b/share/man/man8/man8.sun3/MAKEDEV.8 index a67085a78828..8b70e23427e6 100644 --- a/share/man/man8/man8.sun3/MAKEDEV.8 +++ b/share/man/man8/man8.sun3/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.12 2002/01/12 22:06:08 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.13 2002/03/14 01:38:40 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns sun3 @@ -120,11 +124,16 @@ Memory pseudo-disk devices, see .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar bwtwo# Monochromatic frame buffer, see .Xr \&bwtwo 4 @@ -152,16 +161,27 @@ SCSI busses, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.vax/MAKEDEV.8 b/share/man/man8/man8.vax/MAKEDEV.8 index c2885e3d3a26..77f408ee3523 100644 --- a/share/man/man8/man8.vax/MAKEDEV.8 +++ b/share/man/man8/man8.vax/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.17 2002/02/13 08:18:31 ross Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.18 2002/03/14 01:38:40 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns vax @@ -96,10 +100,10 @@ digits when calling .It Tapes : . Bl -tag -width 0123456789 -compact . It Ar ht# -Massbus tm03 \*[Am] tu??, see +Massbus tm03 and tu??, see .Xr \&ht 4 . It Ar tm# -Unibus tm11 \*[Am] te10 emulations (e.g. Emulex tc-11), see +Unibus tm11 and te10 emulations (e.g. Emulex tc-11), see .Xr \&tm 4 . It Ar mt# MSCP tapes (e.g. TU81, TK50), see @@ -183,8 +187,10 @@ Unibus dl11, see .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Printers : . Bl -tag -width 0123456789 -compact @@ -209,11 +215,14 @@ Unibus dn11 and emulations (e.g. Able Quadracall), see . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar ik# Unibus interface to ikonas frame buffer, see .Xr \&ik 4 . It Ar ps# -Unibus interface to e\*[Am]s picture system 2, see +Unibus interface to picture system 2, see .Xr \&ps 4 . It Ar ad# Unibus interface to data translation a/d converter, see @@ -250,16 +259,27 @@ Random number generator . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.walnut/MAKEDEV.8 b/share/man/man8/man8.walnut/MAKEDEV.8 index 075b70a9b61c..936b41978050 100644 --- a/share/man/man8/man8.walnut/MAKEDEV.8 +++ b/share/man/man8/man8.walnut/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.6 2002/01/12 22:06:08 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.7 2002/03/14 01:38:40 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns walnut @@ -159,8 +163,10 @@ Cyclom-Y multiport serial boards. Each ``unit'' makes 32 ports. .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Printers : . Bl -tag -width 0123456789 -compact @@ -184,6 +190,9 @@ Trace device . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar fd File descriptors, see .Xr \&fd 4 @@ -223,16 +232,27 @@ Wscons event multiplexor, see . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as diff --git a/share/man/man8/man8.x68k/MAKEDEV.8 b/share/man/man8/man8.x68k/MAKEDEV.8 index 69ad6a94fc6d..7d6eaecbc4c7 100644 --- a/share/man/man8/man8.x68k/MAKEDEV.8 +++ b/share/man/man8/man8.x68k/MAKEDEV.8 @@ -6,7 +6,7 @@ .\" *** DO NOT EDIT - any changes will be lost!!! .\" *** ------------------------------------------------------------------ .\" -.\" $NetBSD: MAKEDEV.8,v 1.15 2002/01/12 22:06:08 enami Exp $ +.\" $NetBSD: MAKEDEV.8,v 1.16 2002/03/14 01:38:41 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -51,7 +51,7 @@ .Sh SYNOPSIS .Nm .Ar special Op Ar ... - +.Pp .Nm .Ar device Op Ar ... .Sh DESCRIPTION @@ -70,6 +70,10 @@ The script is in and must be called from the .Pa /dev directory. +For the creation of the devices, +.Xr mknod 8 +is used, which can only be used for creating devices by the +super-user. .Pp The special targets supported on .Nx Ns / Ns x68k @@ -150,8 +154,10 @@ PSX16550 serial board, see .It Pseudo terminals : . Bl -tag -width 0123456789 -compact . It Ar pty# -Set of 16 master and slave pseudo terminals, see +Set of 62 master and slave pseudo terminals, see .Xr \&pty 4 +. It Ar opty +First 16 ptys, to save inodes on install media . El .It Printers : . Bl -tag -width 0123456789 -compact @@ -173,6 +179,9 @@ Trace device . El .It Special purpose devices : . Bl -tag -width 0123456789 -compact +. It Ar clockctl +Clock control for non root users, see +.Xr \&clockctl 4 . It Ar grf# Builtin video . It Ar kbd @@ -215,22 +224,30 @@ SCSI scanner, see SCSI busses, see .Xr \&scsi 4 , .Xr \&scsictl 8 -. It Ar clockctl -Clock control for non root users, see -.Xr \&clockctl 4 . El .El .Sh FILES -.Bl -tag -width "/dev/MAKEDEV" -compact +.Bl -tag -width "/dev/MAKEDEV.local" -compact .It Pa /dev special device files directory .It Pa /dev/MAKEDEV script described in this man page +.It Pa /dev/MAKEDEV.local +script for site specific devices .El +.Sh DIAGNOSTICS +If the script reports an error that is difficult to understand, +you can get more debugging output by using +.Dl Ic sh Fl x Ar MAKEDEV Ar argument . .Sh SEE ALSO .Xr intro 4 , .Xr config 8 , .Xr mknod 8 +.Sh HISTORY +The +.Nm +command appeared in +.Bx 4.2 . .Sh BUGS This man page is generated automatically from the same sources as