clean up the copy_region text slightly

This commit is contained in:
cgd 1997-08-14 00:57:40 +00:00
parent bf61f3291a
commit a06b0fec3a

View File

@ -1,4 +1,4 @@
.\" $NetBSD: bus_space.9,v 1.2 1997/08/13 15:25:00 christos Exp $
.\" $NetBSD: bus_space.9,v 1.3 1997/08/14 00:57:40 cgd Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -943,7 +943,8 @@ individual bus space locations executed by the
.Fn bus_space_copy_region_N
functions.
.Pp
Overlapping copies are handled correctly by the
Overlapping copies between different subregions of a single region
of bus space are handled correctly by the
.Fn bus_space_copy_region_N
functions.
.Pp