summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormglocker <mglocker@openbsd.org>2016-06-30 19:54:13 +0000
committermglocker <mglocker@openbsd.org>2016-06-30 19:54:13 +0000
commit1e7a0d55951abf7c62416f75e76fa43bd0d9818b (patch)
tree8a148808b060dda106ed8c180d907096891c9897
parentupdate aliases documentation to reflect reality (diff)
downloadwireguard-openbsd-1e7a0d55951abf7c62416f75e76fa43bd0d9818b.tar.xz
wireguard-openbsd-1e7a0d55951abf7c62416f75e76fa43bd0d9818b.zip
Also mention the term 'USB device' in the title to make clear that the
reference count is on a device level. ok jmc
-rw-r--r--share/man/man9/usbd_ref_wait.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/usbd_ref_wait.9 b/share/man/man9/usbd_ref_wait.9
index a072b684705..1b675d7e892 100644
--- a/share/man/man9/usbd_ref_wait.9
+++ b/share/man/man9/usbd_ref_wait.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: usbd_ref_wait.9,v 1.2 2016/06/18 06:48:31 jmc Exp $
+.\" $OpenBSD: usbd_ref_wait.9,v 1.3 2016/06/30 19:54:13 mglocker Exp $
.\"
.\" Copyright (c) 2016 Marcus Glocker <mglocker@openbsd.org>
.\"
@@ -14,12 +14,12 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 18 2016 $
+.Dd $Mdocdate: June 30 2016 $
.Dt USBD_REF_WAIT 9
.Os
.Sh NAME
.Nm usbd_ref_incr , usbd_ref_decr , usbd_ref_wait
-.Nd wait for all references to complete
+.Nd wait for all USB device references to complete
.Sh SYNOPSIS
.In dev/usb/usb.h
.In dev/usb/usbdi.h