Remove blank lines (causing uglified nroff output), and fix a typo.

This commit is contained in:
kleink 1999-04-13 16:54:26 +00:00
parent a3417847c3
commit a7c547df3f

View File

@ -1,4 +1,4 @@
.\" $NetBSD: m68k_sync_icache.2,v 1.2 1999/03/22 19:44:35 garbled Exp $
.\" $NetBSD: m68k_sync_icache.2,v 1.3 1999/04/13 16:54:26 kleink Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -34,26 +34,20 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd February 9, 1998
.Dt m68k_sync_icache 2
.Os
.Sh NAME
.Nm m68k_sync_icache
.Nd intruction cache synchronization
.Nd instruction cache synchronization
.Sh LIBRARY
.Lb libm68k
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <m68k/sync_icache.h>
.Ft void
.Fn m68k_sync_icache "void *start" "size_t size"
.Sh DESCRIPTION
.Fn m68k_sync_icache
synchronizes data and instruction caches over the specified region.
It should be called prior to executing newly generated code.
@ -68,14 +62,11 @@ is 0, all the address space of the current execution thread is affected.
Addresses outside the specified region may be synchronized, too.
.Pp
The call always succeeds.
.Sh SEE ALSO
.Xr arm32_sync_icache 2
.Sh HISTORY
.Fn m68k_sync_icache
appeared first in
.Nx 1.4.
.Sh AUTHORS
Ignatios Souvatzis