Source-Changes-HG archive

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

[src/trunk]: src/share/man/man8/man8.cesfic regen (now with contents! :)



details:   https://anonhg.NetBSD.org/src/rev/55ca576cc6c5
branches:  trunk
changeset: 532983:55ca576cc6c5
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Jun 18 13:55:31 2002 +0000

description:
regen (now with contents! :)

diffstat:

 share/man/man8/man8.cesfic/MAKEDEV.8 |  43 +++++++++++++++++++++++++++++++++--
 1 files changed, 40 insertions(+), 3 deletions(-)

diffs (75 lines):

diff -r 2f905f4d427f -r 55ca576cc6c5 share/man/man8/man8.cesfic/MAKEDEV.8
--- a/share/man/man8/man8.cesfic/MAKEDEV.8      Tue Jun 18 13:54:40 2002 +0000
+++ b/share/man/man8/man8.cesfic/MAKEDEV.8      Tue Jun 18 13:55:31 2002 +0000
@@ -6,7 +6,7 @@
 .\" *** DO NOT EDIT - any changes will be lost!!!
 .\" *** ------------------------------------------------------------------
 .\"
-.\" $NetBSD: MAKEDEV.8,v 1.1 2002/06/18 13:30:04 wiz Exp $
+.\" $NetBSD: MAKEDEV.8,v 1.2 2002/06/18 13:55:31 wiz Exp $
 .\"
 .\" Copyright (c) 2001 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 
+.Dd June 18, 2002
 .Dt MAKEDEV 8 cesfic
 .Os
 .Sh NAME
@@ -81,6 +81,10 @@
 .Pp
 .\" @@@SPECIAL@@@
 .Bl -tag -width 01234567 -compact
+.It Ar all
+Makes all known devices, including local devices. Tries to make the 'standard' number of each type.
+.It Ar std
+Standard devices
 .El
 .Pp
 Please note that any hash marks
@@ -91,8 +95,41 @@
 .Pp
 .\" @@@DEVICES@@@
 .Bl -tag -width 01
-.It 
+.It Terminal ports :
+. Bl -tag -width 0123456789 -compact
+. It Ar tty#
+Serial ports, see
+.Xr \&tty 4
+. El
+.It Pseudo terminals :
+. Bl -tag -width 0123456789 -compact
+. It Ar pty#
+Set of 62 master and slave pseudo terminals, see
+.Xr \&pty 4
+. El
+.It Special purpose devices :
 . Bl -tag -width 0123456789 -compact
+. It Ar bpf#
+Packet filter, see
+.Xr \&bpf 4
+. It Ar clockctl
+Clock control for non root users, see
+.Xr \&clockctl 4
+. It Ar fd
+File descriptors, see
+.Xr \&fd 4
+. It Ar lkm
+Loadable kernel modules interface, see
+.Xr \&lkm 4
+. It Ar random
+Random number generator, see
+.Xr \&rnd 4
+. It Ar systrace
+Syscall tracer, see
+.Xr \&systrace 4
+. It Ar tun#
+Network tunnel driver, see
+.Xr \&tun 4
 . El
 .El
 .Sh FILES



Home | Main Index | Thread Index | Old Index