Print this page
10067 Miscellaneous man page typos
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Volker A. Brandt <vab@bb-c.de>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/service_provider.conf.4.man.txt
          +++ new/usr/src/man/man4/service_provider.conf.4.man.txt
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15         of the service provider library, the library version and other library
  16   16         characteristics that are required by the system administrative command,
  17   17         datadm(1M).  datadm(1M) puts this information in the DAT static
  18   18         register file, dat.conf(4).
  19   19  
  20   20  
  21   21         The datadm program enumerates each device entry into a list of
  22   22         interface adapters, that is, interfaces to external network that are
  23   23         available to uDAPL consumers. This new list of interface adapters is
  24   24         appended to other service providers' information in the DAT static
  25      -       registry, dat.conf. You can do this is you invoke the datadm program
       25 +       registry, dat.conf. You can do this if you invoke the datadm program
  26   26         with the -a option and the pathname of the service_provider.conf file.
  27   27  
  28   28  
  29   29         Each entry in the service_provider.conf is a single line of 7 fields.
  30   30  
  31   31  
  32   32         The following shows the order of the fields in a service_provider.conf
  33   33         entry:
  34   34  
  35   35           "driver_name" "API_version" "threadsafe_library | \
↓ open down ↓ 7 lines elided ↑ open up ↑
  43   43         The fields are defined as follows:
  44   44  
  45   45         driver_name
  46   46  
  47   47             Specifies a driver name in the format of driver_name=value pair,
  48   48             for example, driver_name=tavor.
  49   49  
  50   50  
  51   51         API_version
  52   52  
  53      -           Specifies the API version of the service provide library: For
       53 +           Specifies the API version of the service provider library: For
  54   54             example, "u"major.minor is u1.2.
  55   55  
  56   56  
  57      -       threadsafe_library | nonthreadsafe_librar
       57 +       threadsafe_library | nonthreadsafe_library
  58   58  
  59   59             Specifies a threadsafe or non-threadsafe library.
  60   60  
  61   61  
  62   62         default_version | nondefault_version
  63   63  
  64      -           Specifies a default or non-default version of library. A service
       64 +           Specifies a default or non-default version of a library. A service
  65   65             provider can offer several versions of the library. If so, one
  66   66             version is designated as default with the rest as nondefault.
  67   67  
  68   68  
  69   69         service_provider_library_pathname
  70   70  
  71   71             Specifies the pathname of the library image.
  72   72  
  73   73  
  74   74         service_provider_version
↓ open down ↓ 60 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX