diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-07-04 04:59:21 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-07-04 04:59:21 +0000 |
commit | 55deff572d9b50f9f1fd87ef15a9d8a459abe996 (patch) | |
tree | 7790e71390a5fdcbc31c2ba18404a664875e4f98 /share/man/man9 | |
parent | 982793cfbee0f4da0ef4eb519e27fc24a956a3b0 (diff) |
couple of typo's; netbsd
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/bus_dma.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/bus_dma.9 b/share/man/man9/bus_dma.9 index 910b15d3c18..8b0b4144610 100644 --- a/share/man/man9/bus_dma.9 +++ b/share/man/man9/bus_dma.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bus_dma.9,v 1.6 2001/07/02 00:19:56 jason Exp $ +.\" $OpenBSD: bus_dma.9,v 1.7 2001/07/04 04:59:20 jason Exp $ .\" $NetBSD: bus_dma.9,v 1.14 2000/06/14 06:49:19 cgd Exp $ .\" .\" Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -23,7 +23,7 @@ .\" 4. Neither the name of The NetBSD Foundation nor the names of its .\" contributors may be used to endorse or promote products derived .\" from this software without specific prior written permission. -.\" +.\" .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR @@ -687,7 +687,7 @@ This is the bus_dma_tag_t passed down from the parent driver via The array of bus_dma_segment_t's filled in by .Fn bus_dmamem_alloc , representing the memory to be -.Xr mmap 2 Ns 'ed. +.Xr mmap 2 Ns 'ed . .It Fa nsegs The number of elements in the .Fa segs |