summaryrefslogtreecommitdiff
path: root/usr/src/man/man1m/ports.1m
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man1m/ports.1m')
-rw-r--r--usr/src/man/man1m/ports.1m20
1 files changed, 5 insertions, 15 deletions
diff --git a/usr/src/man/man1m/ports.1m b/usr/src/man/man1m/ports.1m
index 044254b1b8..377b00cf13 100644
--- a/usr/src/man/man1m/ports.1m
+++ b/usr/src/man/man1m/ports.1m
@@ -4,7 +4,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH ports 1M "8 Nov 2002" "SunOS 5.11" "System Administration Commands"
+.TH PORTS 1M "Nov 8, 2002"
.SH NAME
ports \- creates /dev entries and inittab entries for serial lines
.SH SYNOPSIS
@@ -116,12 +116,10 @@ the above node types when calling \fBddi_create_minor_node\fR(9F).
The following options are supported:
.sp
.ne 2
-.mk
.na
\fB\fB-r\fR\fI rootdir\fR\fR
.ad
.RS 14n
-.rt
Causes \fBports\fR to presume that the \fB/dev/term\fR, \fB/dev/cua\fR, and
\fB/devices\fR directories are found under \fIrootdir\fR, not directly under
\fB/\fR. If this argument is specified, \fBsacadm\fR(1M) is not invoked, since
@@ -143,8 +141,8 @@ the \fBxkserial\fR driver's \fBattach\fR(9E) function:
/*
* Create the minor number by combining the instance number
* with the port number.
-*/ #define XKNUMPORTS 8
-#define XKMINORNUM(i, p) ((i) << 4 | (p))
+*/ #define XKNUMPORTS 8
+#define XKMINORNUM(i, p) ((i) << 4 | (p))
#define XKMINORNUM_DO(i, p) ((i) << 4 | (p) | 0x80)
int
xkserialattach(dev_info_t *dip, ddi_attach_cmd_t cmd)
@@ -251,46 +249,38 @@ and \fB/dev/cua\fR contain symbolic links to the dialout port device nodes in
.SH FILES
.sp
.ne 2
-.mk
.na
\fB\fB/dev/term/\fR\fIn\fR\fR
.ad
.RS 16n
-.rt
Logical serial port devices
.RE
.sp
.ne 2
-.mk
.na
\fB\fB/dev/cua/\fR\fIn\fR\fR
.ad
.RS 16n
-.rt
Logical dialout port devices
.RE
.sp
.ne 2
-.mk
.na
\fB\fB/etc/inittab\fR\fR
.ad
.RS 16n
-.rt
-
+
.RE
.sp
.ne 2
-.mk
.na
\fB\fB/etc/saf/*\fR\fR
.ad
.RS 16n
-.rt
-
+
.RE
.SH SEE ALSO