Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 For macro arguments, separate punctuation fro...



details:   https://anonhg.NetBSD.org/src/rev/f5e7cad57c49
branches:  trunk
changeset: 532151:f5e7cad57c49
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Jun 01 09:16:08 2002 +0000

description:
For macro arguments, separate punctuation from the argument so that the
punctuation does not get marked up with it.

diffstat:

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

diffs (24 lines):

diff -r b7558cef3016 -r f5e7cad57c49 share/man/man9/ucom.9
--- a/share/man/man9/ucom.9     Sat Jun 01 08:18:45 2002 +0000
+++ b/share/man/man9/ucom.9     Sat Jun 01 09:16:08 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ucom.9,v 1.9 2002/06/01 00:27:19 nathanw Exp $
+.\"    $NetBSD: ucom.9,v 1.10 2002/06/01 09:16:08 wiz Exp $
 .\"
 .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -94,12 +94,12 @@
 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.
+.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.
+.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