Print this page
12309 errors in section 9e of the manual

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man9e/usba_hcdi_hub_update.9e
          +++ new/usr/src/man/man9e/usba_hcdi_hub_update.9e
↓ open down ↓ 3 lines elided ↑ open up ↑
   4    4  .\" You may only use this file in accordance with the terms of version
   5    5  .\" 1.0 of the CDDL.
   6    6  .\"
   7    7  .\" A full copy of the text of the CDDL should have accompanied this
   8    8  .\" source.  A copy of the CDDL is also available via the Internet at
   9    9  .\" http://www.illumos.org/license/CDDL.
  10   10  .\"
  11   11  .\"
  12   12  .\" Copyright 2016 Joyent, Inc.
  13   13  .\"
  14      -.Dd Dec 20, 2016
       14 +.Dd February 15, 2020
  15   15  .Dt USBA_HCDI_HUB_UPDATE 9E
  16   16  .Os
  17   17  .Sh NAME
  18   18  .Nm usba_hcdi_hub_update
  19   19  .Nd USB HCD hub update entry point
  20   20  .Sh SYNOPSIS
  21   21  .In sys/usb/usba/hcdi.h
  22   22  .Ft int
  23   23  .Fo prefix_hcdi_hub_update
  24   24  .Fa "usba_device_t *ud"
↓ open down ↓ 43 lines elided ↑ open up ↑
  68   68  .Pp
  69   69  This function will be called after
  70   70  .Xr usba_hcdi_device_init 9E
  71   71  has been called.
  72   72  Any private data registered with that function will be available.
  73   73  .Pp
  74   74  If this function fails, the enumeration of this device will fail, the
  75   75  hub driver will not attach to this USB device, and all devices plugged
  76   76  into this hub will not be detected by the system.
  77   77  .Sh CONTEXT
  78      -This functin is called from kernel context only.
       78 +This function is called from kernel context only.
  79   79  .Sh RETURN VALUES
  80   80  Upon successful completion, the
  81   81  .Fn usba_hcdi_hub_update
  82   82  function should return
  83   83  .Sy USB_SUCCESS .
  84   84  Otherwise, it should return the appropriate USB error.
  85   85  If uncertain, use
  86   86  .Sy USB_FAILURE .
  87   87  .Sh SEE ALSO
  88   88  .Xr usba_hcdi_device_init 9E ,
  89   89  .Xr usba_device 9S ,
  90   90  .Xr usba_hcdi_ops 9S
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX