Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Couple of .Dv fixes.



details:   https://anonhg.NetBSD.org/src/rev/de3fb99d793f
branches:  trunk
changeset: 532141:de3fb99d793f
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Sat Jun 01 00:27:19 2002 +0000

description:
Couple of .Dv fixes.

diffstat:

 share/man/man9/ucom.9 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r 28387ea36827 -r de3fb99d793f share/man/man9/ucom.9
--- a/share/man/man9/ucom.9     Sat Jun 01 00:15:08 2002 +0000
+++ b/share/man/man9/ucom.9     Sat Jun 01 00:27:19 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ucom.9,v 1.8 2002/02/07 03:15:10 ross Exp $
+.\"    $NetBSD: ucom.9,v 1.9 2002/06/01 00:27:19 nathanw Exp $
 .\"
 .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -93,13 +93,13 @@
 .It Dv u_int ibufsize
 the size of the read requests on the bulk in pipe.
 .It Dv u_int ibufsizepad
-the size of the input buffer.  This is usually the same
-as .Dv ibufsize.
+the size of the input buffer.  This is usually the same as
+.Dv ibufsize.
 .It Dv u_int obufsize
 the size of the write requests on the bulk out pipe.
 .It Dv u_int ibufsizepad
-the size of the output buffer.  This is usually the same
-as .Dv obufsize.
+the size of the output buffer.  This is usually the same as
+.Dv obufsize.
 .It Dv usbd_device_handle device
 a handle to the device.
 .It usbd_interface_handle iface



Home | Main Index | Thread Index | Old Index