diff options
author | Cody Peter Mello <cody.mello@joyent.com> | 2016-04-09 23:20:04 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2016-06-20 21:46:18 -0700 |
commit | a716f1a92056bc2e231e57ae2a20725ce606ea73 (patch) | |
tree | 7680aed80923c373312fd907f158f7298ee0c5d3 | |
parent | 95e15299a2c42b8014fa27631a6f3be2a93febc2 (diff) | |
download | illumos-joyent-a716f1a92056bc2e231e57ae2a20725ce606ea73.tar.gz |
7047 Fix spelling mistakes in sections 9E, 9F and 9S
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Dan McDonald <danmcd@omniti.com>
-rw-r--r-- | usr/src/man/man9e/tran_start.9e | 10 | ||||
-rw-r--r-- | usr/src/man/man9f/bioerror.9f | 9 | ||||
-rw-r--r-- | usr/src/man/man9f/canputnext.9f | 4 | ||||
-rw-r--r-- | usr/src/man/man9f/csx_RegisterClient.9f | 11 | ||||
-rw-r--r-- | usr/src/man/man9f/dlbindack.9f | 13 | ||||
-rw-r--r-- | usr/src/man/man9f/ldi_add_event_handler.9f | 11 | ||||
-rw-r--r-- | usr/src/man/man9f/ldi_remove_event_handler.9f | 10 | ||||
-rw-r--r-- | usr/src/man/man9f/scsi_ifgetcap.9f | 11 | ||||
-rw-r--r-- | usr/src/man/man9f/scsi_validate_sense.9f | 10 | ||||
-rw-r--r-- | usr/src/man/man9f/scsi_vu_errmsg.9f | 11 | ||||
-rw-r--r-- | usr/src/man/man9s/usb_intr_request.9s | 8 | ||||
-rw-r--r-- | usr/src/man/man9s/usb_isoc_request.9s | 8 |
12 files changed, 26 insertions, 90 deletions
diff --git a/usr/src/man/man9e/tran_start.9e b/usr/src/man/man9e/tran_start.9e index 5b3059e4f9..f48dc83fd1 100644 --- a/usr/src/man/man9e/tran_start.9e +++ b/usr/src/man/man9e/tran_start.9e @@ -3,7 +3,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 TRAN_START 9E "Aug 17, 2005" +.TH TRAN_START 9E "April 9, 2016" .SH NAME tran_start \- request to transport a SCSI command .SH SYNOPSIS @@ -18,11 +18,9 @@ tran_start \- request to transport a SCSI command .fi .SH INTERFACE LEVEL -.sp .LP Solaris architecture specific (Solaris DDI). .SH PARAMETERS -.sp .ne 2 .na \fB\fIpkt\fR \fR @@ -41,7 +39,6 @@ Pointer to a \fBscsi_address\fR(9S) structure. .RE .SH DESCRIPTION -.sp .LP The \fBtran_start()\fR vector in the \fBscsi_hba_tran\fR(9S) structure must be initialized during the \fBHBA \fRdriver's \fBattach\fR(9E) to point to an @@ -188,7 +185,6 @@ by the transport layer. .RE .SH RETURN VALUES -.sp .LP \fBtran_start()\fR must return: .sp @@ -231,12 +227,10 @@ A fatal error has occurred in the \fBHBA. \fR .RE .SH CONTEXT -.sp .LP -The \fBtran_start()\fR function can be called from user or interupt context. +The \fBtran_start()\fR function can be called from user or interrupt context. This requirement comes from \fBscsi_transport()\fR. .SH SEE ALSO -.sp .LP \fBattach\fR(9E), \fBtran_init_pkt\fR(9E), \fBscsi_hba_attach\fR(9F), \fBscsi_transport\fR(9F), \fBscsi_address\fR(9S), \fBscsi_arq_status\fR(9S), diff --git a/usr/src/man/man9f/bioerror.9f b/usr/src/man/man9f/bioerror.9f index c242956dd5..e20dafb834 100644 --- a/usr/src/man/man9f/bioerror.9f +++ b/usr/src/man/man9f/bioerror.9f @@ -3,7 +3,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 BIOERROR 9F "May 26, 1994" +.TH BIOERROR 9F "April 9, 2016" .SH NAME bioerror \- indicate error in buffer header .SH SYNOPSIS @@ -19,11 +19,9 @@ bioerror \- indicate error in buffer header .fi .SH INTERFACE LEVEL -.sp .LP Solaris DDI specific (Solaris DDI) .SH PARAMETERS -.sp .ne 2 .na \fB\fIbp\fR \fR @@ -42,9 +40,8 @@ Error number to be set, or zero to clear an error indication. .RE .SH DESCRIPTION -.sp .LP -If \fIerror\fR is non-zero, \fBbioerror()\fR indicates an error has occured in +If \fIerror\fR is non-zero, \fBbioerror()\fR indicates an error has occurred in the \fBbuf\fR(9S) structure. A subsequent call to \fBgeterror\fR(9F) will return \fIerror\fR. .sp @@ -52,10 +49,8 @@ return \fIerror\fR. If \fIerror\fR is \fB0\fR, the error indication is cleared and a subsequent call to \fBgeterror\fR(9F) will return \fB0\fR. .SH CONTEXT -.sp .LP \fBbioerror()\fR can be called from any context. .SH SEE ALSO -.sp .LP \fBstrategy\fR(9E), \fBgeterror\fR(9F), \fBgetrbuf\fR(9F), \fBbuf\fR(9S) diff --git a/usr/src/man/man9f/canputnext.9f b/usr/src/man/man9f/canputnext.9f index cb53fe3a58..f2675dbd05 100644 --- a/usr/src/man/man9f/canputnext.9f +++ b/usr/src/man/man9f/canputnext.9f @@ -11,7 +11,7 @@ .\" .\" Copyright 2014 Garrett D'Amore <garrett@damore.org> .\" -.Dd "Dec 15, 2014" +.Dd "April 9, 2016" .Dt CANPUTNEXT 9F .Os .Sh NAME @@ -43,7 +43,7 @@ They are preferable to and safer than calling .Xr canput 9F and .Xr bcanput 9F -directly on the the queue linked to by +directly on the queue linked to by .Fa q Ns No -> Ns Fa q_next . .Lp Drivers and modules should call these routines to ensure that room diff --git a/usr/src/man/man9f/csx_RegisterClient.9f b/usr/src/man/man9f/csx_RegisterClient.9f index 66bf3b8136..fe807b8a08 100644 --- a/usr/src/man/man9f/csx_RegisterClient.9f +++ b/usr/src/man/man9f/csx_RegisterClient.9f @@ -3,7 +3,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 CSX_REGISTERCLIENT 9F "Jul 19, 1996" +.TH CSX_REGISTERCLIENT 9F "April 9, 2016" .SH NAME csx_RegisterClient \- register a client .SH SYNOPSIS @@ -17,11 +17,9 @@ csx_RegisterClient \- register a client .fi .SH INTERFACE LEVEL -.sp .LP Solaris \fBDDI\fR Specific (Solaris \fBDDI\fR) .SH PARAMETERS -.sp .ne 2 .na \fB\fIch\fR\fR @@ -40,13 +38,11 @@ Pointer to a \fBclient_reg_t\fR structure. .RE .SH DESCRIPTION -.sp .LP This function registers a client with Card Services and returns a unique client handle for the client. The client handle must be passed to \fBcsx_DeregisterClient\fR(9F) when the client terminates. .SH STRUCTURE MEMBERS -.sp .LP The structure members of \fBclient_reg_t\fR are: .sp @@ -156,7 +152,7 @@ of the bits must be set. .RS 4n If either of these bits is set, the client will receive a \fBCS_EVENT_REGISTRATION_COMPLETE\fR event when Card Services has completed its -internal client registration processing and after a sucessful call to +internal client registration processing and after a successful call to \fBcsx_RequestSocketMask\fR(9F). .sp Also, if either of these bits is set, and if a card of the type that the client @@ -255,7 +251,6 @@ identical across all instances of the driver. .RE .SH RETURN VALUES -.sp .ne 2 .na \fB\fBCS_SUCCESS\fR\fR @@ -310,11 +305,9 @@ No \fBPCMCIA\fR hardware installed. .RE .SH CONTEXT -.sp .LP This function may be called from user or kernel context. .SH SEE ALSO -.sp .LP \fBcsx_DeregisterClient\fR(9F), \fBcsx_RequestSocketMask\fR(9F) .sp diff --git a/usr/src/man/man9f/dlbindack.9f b/usr/src/man/man9f/dlbindack.9f index b16018c6f5..d1121b47d9 100644 --- a/usr/src/man/man9f/dlbindack.9f +++ b/usr/src/man/man9f/dlbindack.9f @@ -3,7 +3,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 DLBINDACK 9F "Jan 16, 2006" +.TH DLBINDACK 9F "April 9, 2016" .SH NAME dlbindack, dlphysaddrack, dlokack, dlerrorack, dluderrorind \- DLPI device driver helper functions @@ -42,11 +42,9 @@ driver helper functions .fi .SH INTERFACE LEVEL -.sp .LP Solaris DDI specific (Solaris DDI). .SH PARAMETERS -.sp .ne 2 .na \fB\fIwq\fR\fR @@ -148,7 +146,6 @@ in the \fBDLPI\fR request. .RE .SH DESCRIPTION -.sp .LP All functions described in this manpage take a pointer to the message passed to the \fBDLPI\fR provider (\fBmblk_t\fR) and attempt to reuse it in formulating @@ -160,12 +157,12 @@ All functions reply upstream using \fBqreply\fR(9F). The write-side queue pointer must be provided. .sp .LP -The \fBdlokack()\fR function provides the successfull acknowledgement +The \fBdlokack()\fR function provides the successful acknowledgement \fBDL_OK_ACK\fR message reply to the \fBDLPI\fR provider and is used to complete many of the \fBDLPI\fR requests in the \fBDLPI\fR consumer. .sp .LP -The \fBdlerrorack()\fR function provides the unsuccessfull acknowledgement +The \fBdlerrorack()\fR function provides the unsuccessful acknowledgement \fBDL_ERROR_ACK\fR message reply to the \fBDLPI\fR() provider and is used for error completions were required for \fBDLPI\fR requests in the \fBDLPI\fR consumer. @@ -183,21 +180,17 @@ message reply used to complete the \fBDL_PHYS_ADDR_ACK\fR processing. The \fBdluderrorind()\fR function provides the \fBDL_UDERROR_IND\fR message reply used to complete an unsuccessful \fBDL_UNITDATA_REQ\fR. .SH RETURN VALUES -.sp .LP None. .SH NOTES -.sp .LP These functions are not required if you are are writing a \fBDLPI\fR device driver using \fBgld\fR(7D). .SH CONTEXT -.sp .LP All \fBDLPI\fR helper functions can be called from user, interrupt, or kernel context. .SH SEE ALSO -.sp .LP \fBgld\fR(7D), \fBdlpi\fR(7P), \fBqreply\fR(9F) .sp diff --git a/usr/src/man/man9f/ldi_add_event_handler.9f b/usr/src/man/man9f/ldi_add_event_handler.9f index 2f7d22f160..dad4420934 100644 --- a/usr/src/man/man9f/ldi_add_event_handler.9f +++ b/usr/src/man/man9f/ldi_add_event_handler.9f @@ -3,7 +3,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 LDI_ADD_EVENT_HANDLER 9F "Aug 21, 2007" +.TH LDI_ADD_EVENT_HANDLER 9F "April 9, 2016" .SH NAME ldi_add_event_handler \- add NDI event service callback handler .SH SYNOPSIS @@ -17,11 +17,9 @@ ldi_add_event_handler \- add NDI event service callback handler .fi .SH INTERFACE LEVEL -.sp .LP Obsolete .SH PARAMETERS -.sp .ne 2 .na \fB\fIldi_handle_t lh\fR\fR @@ -75,7 +73,6 @@ Registration id must be saved and used when calling .RE .SH DESCRIPTION -.sp .LP This function is obsolete and is only maintained for compatibility. Use of this function is strongly discouraged. For equivalent functionality provided by new @@ -84,7 +81,7 @@ interfaces, see \fBldi_ev_get_cookie\fR(9F) and .sp .LP The \fBldi_add_event_handler()\fR function adds a callback handler to be -invoked at the occurance of the event specified by the cookie. Adding a +invoked at the occurrence of the event specified by the cookie. Adding a callback handler is also known as subscribing to an event. Upon successful subscription, the handler is invoked when the event occurs. You can unregister the handler by using \fBldi_remove_event_handler\fR(9F). @@ -135,7 +132,6 @@ callback function. .RE .SH RETURN VALUES -.sp .ne 2 .na \fB\fBDDI_SUCCESS\fR\fR @@ -155,12 +151,10 @@ or a bad cookie. .RE .SH CONTEXT -.sp .LP The \fBldi_add_event_handler()\fR function can be called from user and kernel contexts only. .SH SEE ALSO -.sp .LP \fBldi_ev_get_cookie\fR(9F), \fBldi_ev_register_callbacks\fR(9F), \fBldi_get_eventcookie\fR(9F), \fBldi_remove_event_handler\fR(9F) @@ -168,7 +162,6 @@ contexts only. .LP \fIWriting Device Drivers\fR .SH NOTES -.sp .LP Layered drivers must remove all registered callback handlers for a device instance, represented by the layered handle, by calling diff --git a/usr/src/man/man9f/ldi_remove_event_handler.9f b/usr/src/man/man9f/ldi_remove_event_handler.9f index f5593116ec..4449cf71c8 100644 --- a/usr/src/man/man9f/ldi_remove_event_handler.9f +++ b/usr/src/man/man9f/ldi_remove_event_handler.9f @@ -3,7 +3,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 LDI_REMOVE_EVENT_HANDLER 9F "Aug 21, 2007" +.TH LDI_REMOVE_EVENT_HANDLER 9F "April 9, 2016" .SH NAME ldi_remove_event_handler \- remove an NDI event service callback .SH SYNOPSIS @@ -16,11 +16,9 @@ ldi_remove_event_handler \- remove an NDI event service callback .fi .SH INTERFACE LEVEL -.sp .LP Obsolete .SH PARAMETERS -.sp .ne 2 .na \fB\fIldi_handle_t lh\fR\fR @@ -41,7 +39,6 @@ upon successful registration. .RE .SH DESCRIPTION -.sp .LP This function is obsolete and is only maintained for compatibility. Use of this function is strongly discouraged. For equivalent functionality provided by new @@ -52,9 +49,8 @@ interfaces, see \fBldi_ev_register_callbacks\fR(9F) and The \fBldi_remove_event_handler()\fR function removes the callback handler specified by the registration ID (\fIldi_callback_id_t\fR). Upon successful removal, the callback handler is removed from the system and is not invoked at -the event occurance. +the event occurrence. .SH RETURN VALUES -.sp .ne 2 .na \fB\fBDDI_SUCCESS\fR\fR @@ -73,11 +69,9 @@ Failed to remove callback handler. .RE .SH CONTEXT -.sp .LP This function can be called from user and kernel contexts only. .SH SEE ALSO -.sp .LP \fBldi_ev_register_callbacks\fR(9F), \fBldi_ev_remove_callbacks\fR(9F), \fBldi_add_event_handler\fR(9F), \fBldi_get_eventcookie\fR(9F) diff --git a/usr/src/man/man9f/scsi_ifgetcap.9f b/usr/src/man/man9f/scsi_ifgetcap.9f index 758c58baf1..a6dabf72b0 100644 --- a/usr/src/man/man9f/scsi_ifgetcap.9f +++ b/usr/src/man/man9f/scsi_ifgetcap.9f @@ -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 SCSI_IFGETCAP 9F "May 24, 2014" +.TH SCSI_IFGETCAP 9F "April 9, 2016" .SH NAME scsi_ifgetcap, scsi_ifsetcap \- get/set SCSI transport capability .SH SYNOPSIS @@ -24,11 +24,9 @@ scsi_ifgetcap, scsi_ifsetcap \- get/set SCSI transport capability .fi .SH INTERFACE LEVEL -.sp .LP Solaris DDI specific (Solaris DDI). .SH PARAMETERS -.sp .ne 2 .na \fB\fIap\fR\fR @@ -65,7 +63,6 @@ Determines if all targets or only the specified target is affected. .RE .SH DESCRIPTION -.sp .LP The \fBscsi_ifsetcap()\fR function is used by target drivers to set the capabilities of the host adapter driver. The \fIcap\fR pointer is a name-value @@ -238,7 +235,7 @@ If geometry is not relevant or appropriate for the target disk, \fBscsi_ifgetcap()\fR can return \fB-1\fR to indicate that the geometry is not defined. For example, if the \fBHBA\fR BIOS supports Logical Block Addressing for the target disk, \fBscsi_ifgetcap()\fR returns \fB-1\fR. Attempts to -retreive the "virtual geometry" from the target driver, such as the +retrieve the "virtual geometry" from the target driver, such as the \fBDKIOCG_VIRTGEOM\fR ioctl, will fail. See \fBdkio\fR(7I) for more information about \fBDKIOCG_VIRTGEOM\fR. .RE @@ -334,7 +331,6 @@ the default value of the target driver is used for the \fBCDB\fR determination. .RE .SH RETURN VALUES -.sp .LP The \fBscsi_ifsetcap()\fR function returns: .sp @@ -406,11 +402,9 @@ if (scsi_ifsetcap(&devp->sd_address, "tagged-qing", 1, 1) == 1) { .in -2 .SH CONTEXT -.sp .LP These functions can be called from user, interrupt, or kernel context. .SH ATTRIBUTES -.sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp @@ -426,7 +420,6 @@ Interface Stability Committed .TE .SH SEE ALSO -.sp .LP \fBtran_reset\fR(9E), \fBscsi_hba_lookup_capstr\fR(9F), \fBscsi_reset\fR(9F), \fBscsi_reset_notify\fR(9F), \fBddi_dma_attr\fR(9S), diff --git a/usr/src/man/man9f/scsi_validate_sense.9f b/usr/src/man/man9f/scsi_validate_sense.9f index 6e24cc8eaf..efe75a55af 100644 --- a/usr/src/man/man9f/scsi_validate_sense.9f +++ b/usr/src/man/man9f/scsi_validate_sense.9f @@ -3,7 +3,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 SCSI_VALIDATE_SENSE 9F "Jun 29, 2006" +.TH SCSI_VALIDATE_SENSE 9F "April 9, 2016" .SH NAME scsi_validate_sense \- find descriptor in SCSI sense data .SH SYNOPSIS @@ -18,11 +18,9 @@ scsi_validate_sense \- find descriptor in SCSI sense data .fi .SH INTERFACE LEVEL -.sp .LP Solaris DDI specific (Solaris DDI). .SH PARAMETERS -.sp .ne 2 .na \fB\fIsense_buffer\fR\fR @@ -51,7 +49,6 @@ Returns additional properties of the sense data. .RE .SH DESCRIPTION -.sp .LP The \fBscsi_validate_sense()\fR function returns the format of the sense data contained in the provided sense buffer. If the response code field in the sense @@ -81,11 +78,10 @@ sense data. .RS 20n The sense data contained in the buffer relates to an error that has occurred during the processing of a successfully completed command, such as a cached -write that could not be commited to the media. +write that could not be committed to the media. .RE .SH RETURN VALUES -.sp .ne 2 .na \fB\fBSENSE_UNUSABLE\fR\fR @@ -114,12 +110,10 @@ The sense data in the buffer is in "descriptor format". .RE .SH CONTEXT -.sp .LP The \fBscsi_validate_sense()\fR function can be called from user or interrupt context. .SH SEE ALSO -.sp .LP \fBscsi_ext_sense_fields\fR(9F), \fBscsi_find_sense_descr\fR(9F), \fBscsi_sense_asc\fR(9F), \fBscsi_sense_ascq\fR(9F), diff --git a/usr/src/man/man9f/scsi_vu_errmsg.9f b/usr/src/man/man9f/scsi_vu_errmsg.9f index 59d15f393b..0d2ead1e18 100644 --- a/usr/src/man/man9f/scsi_vu_errmsg.9f +++ b/usr/src/man/man9f/scsi_vu_errmsg.9f @@ -3,7 +3,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 SCSI_VU_ERRMSG 9F "Jan 16, 2006" +.TH SCSI_VU_ERRMSG 9F "April 9, 2016" .SH NAME scsi_vu_errmsg \- display a SCSI request sense message .SH SYNOPSIS @@ -21,11 +21,9 @@ scsi_vu_errmsg \- display a SCSI request sense message .fi .SH INTERFACE LEVEL -.sp .LP Solaris DDI specific (Solaris DDI). .SH PARAMETERS -.sp .LP The following parameters are supported: .sp @@ -126,7 +124,6 @@ possible and \fINULL\fR if no decoding is possible. .RE .SH DESCRIPTION -.sp .LP This function is very similar to \fBscsi_errmsg\fR(9F) but allows decoding of vendor-unique ASC/ASCQ and FRU information. @@ -217,7 +214,6 @@ For a basic SCSI disk, the following list is appropriate: .in -2 .SH CONTEXT -.sp .LP The \fBscsi_vu_errmsg()\fR function may be called from user, interrupt, or kernel context. @@ -228,7 +224,7 @@ kernel context. .in +2 .nf struct scsi_asq_key_strings cd_slist[] = { - 0x81, 0, "Logical Unit is inaccessable", + 0x81, 0, "Logical Unit is inaccessible", -1, 0, NULL, }; @@ -252,13 +248,12 @@ WARNING: /sbus@1,f8000000/esp@0,800000/sd@1,0 (sd1): Requested Block: 23936 Error Block: 23936 Vendor: XYZ Serial Number: 123456 Sense Key: Unit Attention - ASC: 0x81 (Logical Unit is inaccessable), ASCQ: 0x0 + ASC: 0x81 (Logical Unit is inaccessible), ASCQ: 0x0 FRU: 0x11 (replace LUN 1, located in slot 1) .fi .in -2 .SH SEE ALSO -.sp .LP \fBcmn_err\fR(9F), \fBscsi_errmsg\fR(9F), \fBscsi_log\fR(9F), \fBscsi_errmsg\fR(9F), \fBscsi_asc_key_strings\fR(9S), \fBscsi_device\fR(9S), diff --git a/usr/src/man/man9s/usb_intr_request.9s b/usr/src/man/man9s/usb_intr_request.9s index 9f8fc006cb..beb9f271d8 100644 --- a/usr/src/man/man9s/usb_intr_request.9s +++ b/usr/src/man/man9s/usb_intr_request.9s @@ -3,7 +3,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 USB_INTR_REQUEST 9S "Jan 5, 2004" +.TH USB_INTR_REQUEST 9S "April 9, 2016" .SH NAME usb_intr_request \- USB interrupt request structure .SH SYNOPSIS @@ -13,11 +13,9 @@ usb_intr_request \- USB interrupt request structure .fi .SH INTERFACE LEVEL -.sp .LP Solaris DDI specific (Solaris DDI) .SH DESCRIPTION -.sp .LP An interrupt request (that is, a request sent through an interrupt pipe), is used to transfer small amounts of data infrequently, but with bounded @@ -152,7 +150,7 @@ constraints and caveats: Table notes: A) Continuous polling, new data is returned in cloned request - structures via continous callbacks, original request is + structures via continuous callbacks, original request is returned on stop polling. B) One time poll, no timeout, callback when data is @@ -263,7 +261,6 @@ constraints and caveats: .in -2 .SH ATTRIBUTES -.sp .LP See attributes(5) for descriptions of the following attributes: .sp @@ -281,7 +278,6 @@ Interface stability Committed .TE .SH SEE ALSO -.sp .LP \fBusb_alloc_request\fR(9F), \fBusb_pipe_ctrl_xfer\fR(9F), \fBusb_pipe_bulk_xfer\fR(9F), \fBusb_pipe_intr_xfer\fR(9F), diff --git a/usr/src/man/man9s/usb_isoc_request.9s b/usr/src/man/man9s/usb_isoc_request.9s index 0473228f6a..3e957be111 100644 --- a/usr/src/man/man9s/usb_isoc_request.9s +++ b/usr/src/man/man9s/usb_isoc_request.9s @@ -3,7 +3,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 USB_ISOC_REQUEST 9S "Dec 28, 2006" +.TH USB_ISOC_REQUEST 9S "April 9, 2016" .SH NAME usb_isoc_request \- USB isochronous request structure .SH SYNOPSIS @@ -13,11 +13,9 @@ usb_isoc_request \- USB isochronous request structure .fi .SH INTERFACE LEVEL -.sp .LP Solaris DDI specific (Solaris DDI) .SH DESCRIPTION -.sp .LP A request sent through an isochronous pipe is used to transfer large amounts of packetized data with relative unreliability, but with bounded service periods. @@ -179,7 +177,7 @@ X X ISOC_XFER_ASAP !=NULL See table note (C) Table notes: A) continuous polling, new data is returned in - cloned request structures via continous callbacks, + cloned request structures via continuous callbacks, original request is returned on stop polling B) invalid if the current_frame number is past @@ -233,7 +231,6 @@ usb_callback_flags(9s) for a description of use and operation. .in -2 .SH ATTRIBUTES -.sp .LP See attributes(5) for descriptions of the following attributes: .sp @@ -251,7 +248,6 @@ Interface stability Committed .TE .SH SEE ALSO -.sp .LP \fBattributes\fR(5), \fBusb_alloc_request\fR(9F), \fBusb_get_current_frame_number\fR(9F), |