Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libarch/m68k Remove blank lines (causing uglified nroff ...
details: https://anonhg.NetBSD.org/src/rev/b51d94a68a81
branches: trunk
changeset: 471854:b51d94a68a81
user: kleink <kleink%NetBSD.org@localhost>
date: Tue Apr 13 16:54:26 1999 +0000
description:
Remove blank lines (causing uglified nroff output), and fix a typo.
diffstat:
lib/libarch/m68k/m68k_sync_icache.2 | 13 ++-----------
1 files changed, 2 insertions(+), 11 deletions(-)
diffs (52 lines):
diff -r e73c393a339b -r b51d94a68a81 lib/libarch/m68k/m68k_sync_icache.2
--- a/lib/libarch/m68k/m68k_sync_icache.2 Tue Apr 13 16:52:37 1999 +0000
+++ b/lib/libarch/m68k/m68k_sync_icache.2 Tue Apr 13 16:54:26 1999 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index