diff options
Diffstat (limited to 'usr/src/man/man7d/usbsacm.7d')
-rw-r--r-- | usr/src/man/man7d/usbsacm.7d | 36 |
1 files changed, 8 insertions, 28 deletions
diff --git a/usr/src/man/man7d/usbsacm.7d b/usr/src/man/man7d/usbsacm.7d index cae5b71b19..6c1116d074 100644 --- a/usr/src/man/man7d/usbsacm.7d +++ b/usr/src/man/man7d/usbsacm.7d @@ -1,9 +1,9 @@ '\" te -.\" Copyright (c) 2006, Sun Microsystems, Inc. All Rights Reserved +.\" Copyright (c) 2006, Sun Microsystems, Inc. All Rights Reserved .\" 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 usbsacm 7D "1 Nov 2006" "SunOS 5.11" "Devices" +.TH USBSACM 7D "Nov 1, 2006" .SH NAME usbsacm \- USB communication device class ACM driver .SH SYNOPSIS @@ -95,23 +95,19 @@ output speed is set, the input speed is automatically set to the same speed. An \fBopen()\fR fails under the following conditions: .sp .ne 2 -.mk .na \fB\fBENXIO\fR\fR .ad .RS 9n -.rt The unit being opened does not exist. .RE .sp .ne 2 -.mk .na \fB\fBEBUSY\fR\fR .ad .RS 9n -.rt The /dev/cua (dial-out) device is being opened while the /dev/term (dial-in device) is open, or the dial-in device is being opened with a no-delay open while the dial-out device is open. @@ -119,31 +115,26 @@ while the dial-out device is open. .sp .ne 2 -.mk .na \fB\fBEBUSY\fR\fR .ad .RS 9n -.rt The unit has been marked as exclusive-use by another process with a \fBTIOCEXCL\fR \fBioctl()\fR call. .RE .sp .ne 2 -.mk .na \fB\fBEIO\fR\fR .ad .RS 9n -.rt USB device I/O error. .RE .SH FILES .sp .ne 2 -.mk .na \fB\fB/kernel/drv/usbsacm\fR\fR .ad @@ -154,7 +145,6 @@ USB device I/O error. .sp .ne 2 -.mk .na \fB\fB/kernel/drv/amd64/usbsacm\fR\fR .ad @@ -165,7 +155,6 @@ USB device I/O error. .sp .ne 2 -.mk .na \fB\fB/kernel/drv/sparcv9/usbsacm\fR\fR .ad @@ -176,7 +165,6 @@ USB device I/O error. .sp .ne 2 -.mk .na \fB\fB/dev/cua/[0-9]\fR\fR .ad @@ -187,7 +175,6 @@ dial-out tty lines .sp .ne 2 -.mk .na \fB\fB/dev/term/[0-9]\fR\fR .ad @@ -204,13 +191,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -Architecture SPARC, x86 PCI-based systems +Architecture SPARC, x86 PCI-based systems .TE .SH SEE ALSO @@ -235,7 +221,6 @@ Warning: <device path> (usbsacm<instance num>):Error Message... .sp .ne 2 -.mk .na \fBDevice was disconnected while open. Data may have been lost.\fR .ad @@ -247,7 +232,6 @@ data transfer was in progress. The job may be aborted. .sp .ne 2 -.mk .na \fBDevice is not identical to the previous one on this port. Please disconnect and reconnect.\fR @@ -261,20 +245,18 @@ reconnect the original device to the same port. .sp .ne 2 -.mk .na \fBDevice has been reconnected, but data may have been lost.\fR .ad .sp .6 .RS 4n -The device that was hot-removed from its USB port has been re-inserted again +The device that was hot-removed from its USB port has been re-inserted again to the same port. It is available for access but data from a previous transfer may be lost. .RE .sp .ne 2 -.mk .na \fBCannot access <device>. Please reconnect.\fR .ad @@ -299,12 +281,10 @@ the following manner: .sp .ne 2 -.mk .na \fBInput overrun.\fR .ad .RS 18n -.rt Data was lost. .RE |