Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/share/man/man8 Pull up following revision(s) (requested b...
details: https://anonhg.NetBSD.org/src/rev/047f69ace558
branches: netbsd-8
changeset: 434126:047f69ace558
user: snj <snj%NetBSD.org@localhost>
date: Mon Jul 24 05:37:58 2017 +0000
description:
Pull up following revision(s) (requested by sevan in ticket #118):
share/man/man8/MAKEDEV.8: revision 1.46
regen
diffstat:
share/man/man8/MAKEDEV.8 | 36 +++++++++++++++++++++++++++++++++---
1 files changed, 33 insertions(+), 3 deletions(-)
diffs (108 lines):
diff -r d0a58c11ebe4 -r 047f69ace558 share/man/man8/MAKEDEV.8
--- a/share/man/man8/MAKEDEV.8 Sun Jul 23 15:06:16 2017 +0000
+++ b/share/man/man8/MAKEDEV.8 Mon Jul 24 05:37:58 2017 +0000
@@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------
.\"
-.\" $NetBSD: MAKEDEV.8,v 1.45 2014/02/24 07:23:41 skrll Exp $
+.\" $NetBSD: MAKEDEV.8,v 1.45.18.1 2017/07/24 05:37:58 snj Exp $
.\"
.\" Copyright (c) 2001, 2003, 2007, 2008 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -35,7 +35,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd February 25, 2012
+.Dd July 9, 2017
.Dt MAKEDEV 8
.Os
.Sh NAME
@@ -238,6 +238,8 @@
Standard devices
.It Ar local
Configuration specific devices
+.It Ar lua
+Lua device
.It Ar wscons
Make wscons devices
.It Ar usbs
@@ -283,6 +285,9 @@
. El
.It Disks :
. Bl -tag -width 0123456789 -compact
+. It Ar dk#
+Wedge disk slices, see
+.Xr \&dk 4
. It Ar ccd#
Concatenated disk devices, see
.Xr \&ccd 4
@@ -442,6 +447,10 @@
IXP12x0 COM ports
. It Ar epcom
EP93xx COM ports
+. It Ar plcom
+ARM PL01[01] serial ports
+. It Ar wmcom
+EPOC Windermere COM ports
. It Ar ttyM?
HP200/300 4 port serial mux interface (hp300)
. It Ar ttya
@@ -736,6 +745,8 @@
. It Ar hdaudio#
High Definition audio control device, see
.Xr \&hdaudio 4
+. It Ar hdmicec#
+HDMI CEC devices
. It Ar hil
HP300 HIL input devices, see
.Xr \&hil 4
@@ -774,6 +785,9 @@
. It Ar midi#
MIDI, see
.Xr \&midi 4
+. It Ar mfi#
+LSI MegaRAID/MegaSAS control interface, see
+.Xr \&mfi 4
. It Ar mlx#
Mylex DAC960 control interface, see
.Xr \&mlx 4
@@ -788,6 +802,11 @@
. It Ar nsmb#
SMB requester, see
.Xr \&nsmb 4
+. It Ar nvme#
+Non-Volatile Memory Host Controller Interface device driver, see
+.Xr \&nvme 4
+. It Ar nvme#ns*
+Non-Volatile Memory namespace
. It Ar openfirm
OpenFirmware accessor
. It Ar pad#
@@ -875,6 +894,17 @@
. It Ar iscsi#
ISCSI driver and /sbin/iscsid communication
. El
+.It Trusted Computing devices
+. Bl -tag -width 0123456789 -compact
+. It Ar tpm
+Trusted Platform Module, see
+.Xr \&tpm 4
+. El
+.It Debugging and tracing
+. Bl -tag -width 0123456789 -compact
+. It Ar dtrace
+Dynamic tracing framework
+. El
.El
.Sh ENVIRONMENT
The following environment variables affect the execution of
@@ -997,6 +1027,6 @@
.Nx
host, or can be done in a cross-build environment using
.Sy TOOLDIR Ns Pa /bin/nbpax .
-Finally, use apropriate tools on the foreign server
+Finally, use appropriate tools on the foreign server
to unpack the archive and create the device nodes.
.El
Home |
Main Index |
Thread Index |
Old Index