Print this page
11586 NAME field in man pages should match what's installed

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man9f/usba_hubdi_dev_ops.9f.man.txt
          +++ new/usr/src/man/man9f/usba_hubdi_dev_ops.9f.man.txt
   1    1  USBA_HCDI_DEV_OPS(9F)    Kernel Functions for Drivers    USBA_HCDI_DEV_OPS(9F)
   2    2  
   3    3  NAME
   4      -     usba_hubdi_bus_ops, usba_hubdi_root_hub_power - device operations utility
        4 +     usba_hubdi_dev_ops, usba_hubdi_root_hub_power - device operations utility
   5    5       functions for HCD drivers
   6    6  
   7    7  SYNOPSIS
   8    8       int
   9    9       usba_hubdi_root_hub_power(dev_info_t *dip, int component, int level);
  10   10  
  11   11  INTERFACE LEVEL
  12   12       Volatile - illumos USB HCD private function
  13   13  
  14   14       This is a private function that is not part of the stable DDI.  It may be
↓ open down ↓ 14 lines elided ↑ open up ↑
  29   29       devo_bus_ops member.  It contains a properly formatted bus operations
  30   30       structure.
  31   31  
  32   32  CONTEXT
  33   33       This function should not be called directly, it should only be used as a
  34   34       member of a device's dev_ops(9S) structure.
  35   35  
  36   36  SEE ALSO
  37   37       power(9E), dev_ops(9S)
  38   38  
  39      -illumos                       September 16, 2016                       illumos
       39 +illumos                         August 20, 2019                        illumos
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX