Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 For consistency with USB docs, s/revision/rel...



details:   https://anonhg.NetBSD.org/src/rev/36030bbb77fb
branches:  trunk
changeset: 473002:36030bbb77fb
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun May 16 12:03:27 1999 +0000

description:
For consistency with USB docs, s/revision/release/

diffstat:

 share/man/man4/usb.4 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 639f35463f63 -r 36030bbb77fb share/man/man4/usb.4
--- a/share/man/man4/usb.4      Sun May 16 12:01:08 1999 +0000
+++ b/share/man/man4/usb.4      Sun May 16 12:03:27 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: usb.4,v 1.13 1999/05/16 12:01:08 augustss Exp $
+.\" $NetBSD: usb.4,v 1.14 1999/05/16 12:03:27 augustss Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -210,7 +210,7 @@
        uByte   addr;           /* device address */
        char    product[USB_MAX_STRING_LEN];
        char    vendor[USB_MAX_STRING_LEN];
-       char    revision[8];
+       char    release[8];
        uByte   class;
        uByte   config;
        uByte   lowspeed;
@@ -228,7 +228,7 @@
 .Va product ,
 .Va vendor ,
 and
-.Va revision
+.Va release
 fields contain self-explanatory descriptions of the device.
 .Pp
 The



Home | Main Index | Thread Index | Old Index