Print this page
12743 man page spelling mistakes

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/smhba.conf.4
          +++ new/usr/src/man/man4/smhba.conf.4
   1    1  '\" te
   2    2  .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved.
   3    3  .\" 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.
   4    4  .\"  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
   5    5  .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6      -.TH SMHBA.CONF 4 "Sep 28, 2009"
        6 +.TH SMHBA.CONF 4 "May 16, 2020"
   7    7  .SH NAME
   8    8  smhba.conf \- configuration file for the SMHBAAPI library
   9    9  .SH DESCRIPTION
  10      -.sp
  11      -.LP
  12   10  The \fB/etc/smhba.conf\fR file is used to specify the Vendor-Specific Libraries
  13   11  that are installed on the system. This file is used by the Common Library to
  14   12  load the individual VSLs when \fBHBA_LoadLibrary\fR(3HBAAPI) is called. If
  15   13  changes are made to the file while the library is in use, the library should be
  16   14  freed and reloaded. A version 1 VSL is compatible only with a version 1 Common
  17   15  Library. A version 2 VSL is compatible with both a version 1 and a version 2
  18   16  Common Library.
  19   17  .sp
  20   18  .LP
  21   19  Each VSL entry is a single line of the form:
↓ open down ↓ 20 lines elided ↑ open up ↑
  42   40  .sp
  43   41  .ne 2
  44   42  .na
  45   43  \fB\fIlibrary path\fR\fR
  46   44  .ad
  47   45  .RS 16n
  48   46  is the absolute path to the shared object library file.
  49   47  .RE
  50   48  
  51   49  .SH EXAMPLES
  52      -.LP
  53   50  \fBExample 1 \fRContents of \fB/etc/smhba.conf\fR
  54   51  .sp
  55   52  .in +2
  56   53  .nf
  57   54  #
  58   55  # This file contains names and references to SM-HBA libraries
  59   56  #
  60   57  # Format:
  61   58  #
  62   59  # <library name>  <library pathname>
  63   60  #
  64   61  # The library name should be prepended with the domain of
  65   62  # the manufacturer or driver author.
  66   63  com.sun.sashba        /usr/lib/libsun_sas.so.1
  67   64  com.sun.sashba64      /usr/lib/64/libsun_sas.so.1
  68   65  .fi
  69   66  .in -2
  70   67  
  71   68  .SH ATTRIBUTES
  72      -.sp
  73      -.LP
  74   69  See \fBattributes\fR(5) for descriptions of the following attributes:
  75   70  .sp
  76   71  
  77   72  .sp
  78   73  .TS
  79   74  box;
  80   75  c | c
  81   76  l | l .
  82   77  ATTRIBUTE TYPE  ATTRIBUTE VALUE
  83   78  _
  84   79  Interface Stability     Committed
  85   80  _
  86   81  Standard        T{
  87      -ANSI INCITS 428  Storage Management Host Bus Adapter Application Programming Ingerface(SM-HBA)
       82 +ANSI INCITS 428  Storage Management Host Bus Adapter Application Programming Interface(SM-HBA)
  88   83  T}
  89   84  .TE
  90   85  
  91   86  .SH SEE ALSO
  92      -.sp
  93      -.LP
  94   87  \fBHBA_LoadLibrary\fR(3HBAAPI), \fBlibSMHBAAPI\fR(3LIB), \fBattributes\fR(5)
  95   88  .SH NOTES
  96      -.sp
  97      -.LP
  98   89  The SMHBAAPI library is provided in both 32-and 64-bit versions, but only one
  99   90  configuration file is specified. As a result, both 32- and 64-bit VSL libraries
 100   91  must be specified within the same file. When using the 32-bit Common Library,
 101   92  the 64-bit VSLs will fail to load. When using the 64-bit Common Library, the
 102   93  32-bit VSLs will fail to load. These failures are silently ignored by the
 103   94  Common Library during normal usage, but can result in warning messages when
 104   95  running client applications in a debugger.
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX