Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Remove extra period.



details:   https://anonhg.NetBSD.org/src/rev/0db8cf3b7e37
branches:  trunk
changeset: 790993:0db8cf3b7e37
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Oct 30 04:16:44 2013 +0000

description:
Remove extra period.

diffstat:

 share/man/man9/bus_dma.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 284ab9e5ef22 -r 0db8cf3b7e37 share/man/man9/bus_dma.9
--- a/share/man/man9/bus_dma.9  Wed Oct 30 02:22:51 2013 +0000
+++ b/share/man/man9/bus_dma.9  Wed Oct 30 04:16:44 2013 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: bus_dma.9,v 1.58 2013/09/17 20:57:45 pooka Exp $
+.\" $NetBSD: bus_dma.9,v 1.59 2013/10/30 04:16:44 msaitoh Exp $
 .\"
 .\" Copyright (c) 1996, 1997, 1998, 2001, 2005, 2006 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -804,7 +804,7 @@
 This is the bus_dma_tag_t to subregion.
 .It Fa min_addr
 The smallest address this new tag can address.
-.It Fa max_addr .
+.It Fa max_addr
 The largest address this new tag can address.
 .It Fa newtag
 Pointer filled in with the address of the new bus_dma_tag_t.



Home | Main Index | Thread Index | Old Index