diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-03-23 01:16:58 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-03-23 01:16:58 +0000 |
commit | a1b3373605b6df10a9af414935150b3d94f2f200 (patch) | |
tree | 63c85806f5543d46b7d9b759f438b19c8a73b198 | |
parent | f9ab1b4ed36cd8c55ddecd5626a73c1b049b8c06 (diff) |
fix typo; Michael Coulter; OK deraadt@
-rw-r--r-- | share/man/man4/ugen.4 | 4 |
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; }; |