summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2004-03-23 01:16:57 +0000
committermillert <millert@openbsd.org>2004-03-23 01:16:57 +0000
commit9e2b010310b8159e8c8d3637929fca68790ec9c8 (patch)
treee0a705c9ee0767b78ee0b395ab039348fb2efdda
parentUpdate ahc hardware sections. Add mpt section to i386 and amd64. (diff)
downloadwireguard-openbsd-9e2b010310b8159e8c8d3637929fca68790ec9c8.tar.xz
wireguard-openbsd-9e2b010310b8159e8c8d3637929fca68790ec9c8.zip
fix typo; Michael Coulter; OK deraadt@
-rw-r--r--share/man/man4/ugen.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ugen.4 b/share/man/man4/ugen.4
index 137f8147c42..f50e0a55a9b 100644
--- a/share/man/man4/ugen.4
+++ b/share/man/man4/ugen.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ugen.4,v 1.8 2004/03/22 23:41:22 millert Exp $
+.\" $OpenBSD: ugen.4,v 1.9 2004/03/23 01:16:57 millert Exp $
.\" $NetBSD: ugen.4,v 1.7 1999/07/30 01:32:05 augustss Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -204,7 +204,7 @@ struct usb_endpoint_desc {
Return all the descriptors for the given configuration.
.Bd -literal
struct usb_full_desc {
- int ucd_config_index;
+ int ufd_config_index;
u_int ufd_size;
u_char *ufd_data;
};