diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-12 08:43:36 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-12 08:43:36 +0100 |
commit | 36d2092a3330692c43f33ef4e05edc997c05ecad (patch) | |
tree | 4d9d26469d8b6aee5a32ef16ee67d82b17d5e72e /sys/man/2 | |
parent | af42c4f4816c84772533ee7f47ffaafd33abeb22 (diff) |
fix manpage references
Diffstat (limited to 'sys/man/2')
-rw-r--r-- | sys/man/2/nusb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/2/nusb b/sys/man/2/nusb index 9a2d7c946..1b2cacbc1 100644 --- a/sys/man/2/nusb +++ b/sys/man/2/nusb @@ -135,7 +135,7 @@ for a description of the interfaces provided for that purpose. Usb drivers rely on .IR usb (3) to perform I/O through USB as well as on -.IR usbd +.I usbd to perform the initial configuration for the device's setup endpoint. The rest of the work is up to the driver and is where this library may help. .PP @@ -152,7 +152,7 @@ Functions creating .B Devs adjust the number of references to one, initially. The driver is free to call -.IR incref +.I incref (in .IR lock (2)) to add references and |