Module Name: src
Committed By: msaitoh
Date: Wed Oct 30 04:16:44 UTC 2013
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
Remove extra period.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/share/man/man9/bus_dma.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/bus_dma.9
diff -u src/share/man/man9/bus_dma.9:1.58 src/share/man/man9/bus_dma.9:1.59
--- src/share/man/man9/bus_dma.9:1.58 Tue Sep 17 20:57:45 2013
+++ src/share/man/man9/bus_dma.9 Wed Oct 30 04:16:44 2013
@@ -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 @@ The arguments are as follows:
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.