History log of /netbsd-src/lib/libarch/m68k/m68k_sync_icache.2 (Results 1 – 11 of 11)
Revision Date Author Comments
# 63adbe29 27-Mar-2011 njoly <njoly@NetBSD.org>

Fix xref, arm32_sync_icache -> arm_sync_icache.


# 11a6dbe7 30-Apr-2008 martin <martin@NetBSD.org>

Convert TNF licenses to new 2 clause variant


# 472351e1 16-Apr-2003 wiz <wiz@NetBSD.org>

Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.


# de0b517c 01-Oct-2002 wiz <wiz@NetBSD.org>

New sentence, new line. From Robert Elz.


# dc5571b2 08-Feb-2002 ross <ross@NetBSD.org>

Generate <>& symbolically. I'm avoiding .../dist/... directories for now.


# 2a9570df 04-Jul-2001 kleink <kleink@NetBSD.org>

Use the architecture name in the document title's volume tag.


# 5f7e4d40 05-Jun-2001 wiz <wiz@NetBSD.org>

Uppercase Dt, and a nit.


# 1528b775 02-Jul-1999 simonb <simonb@NetBSD.org>

More trailing white space.


# a7c547df 13-Apr-1999 kleink <kleink@NetBSD.org>

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


# 38c96853 22-Mar-1999 garbled <garbled@NetBSD.org>

Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages. Wheee!


# b0f69749 09-Feb-1999 is <is@NetBSD.org>

Provide a minimal instruction/data cache synchronization C binding.
(The function has always been in the kernels as special trap #12).
In response to PR 4951 by Hauke Fath.