diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-17 12:02:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-17 12:02:34 +0000 |
commit | f16fd82bdce2ca28ba6463235e2ed27b4417feac (patch) | |
tree | e097987c859e36dafb74309b599c6e9e43d6a420 /lib/libarch/arm | |
parent | f47c18b122e467adab666cd7123ca22bb18167ce (diff) |
"arm" is not a valid .Dt arch; remove it, as this page is for both
armish and zaurus
quote >9 args to .Nd
Diffstat (limited to 'lib/libarch/arm')
-rw-r--r-- | lib/libarch/arm/arm_drain_writebuf.2 | 6 | ||||
-rw-r--r-- | lib/libarch/arm/arm_sync_icache.2 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libarch/arm/arm_drain_writebuf.2 b/lib/libarch/arm/arm_drain_writebuf.2 index 48bc6523cef..8993e65a126 100644 --- a/lib/libarch/arm/arm_drain_writebuf.2 +++ b/lib/libarch/arm/arm_drain_writebuf.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arm_drain_writebuf.2,v 1.2 2007/05/31 19:19:27 jmc Exp $ +.\" $OpenBSD: arm_drain_writebuf.2,v 1.3 2007/11/17 12:02:33 jmc Exp $ .\" $NetBSD: arm_drain_writebuf.2,v 1.3 2004/02/13 09:56:47 wiz Exp $ .\" .\" Copyright (c) 1997 Mark Brinicombe @@ -31,8 +31,8 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ -.Dt ARM_DRAIN_WRITEBUF 2 arm +.Dd $Mdocdate: November 17 2007 $ +.Dt ARM_DRAIN_WRITEBUF 2 .Os .Sh NAME .Nm arm_drain_writebuf diff --git a/lib/libarch/arm/arm_sync_icache.2 b/lib/libarch/arm/arm_sync_icache.2 index 94f313ab78e..88e1108396b 100644 --- a/lib/libarch/arm/arm_sync_icache.2 +++ b/lib/libarch/arm/arm_sync_icache.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arm_sync_icache.2,v 1.2 2007/05/31 19:19:27 jmc Exp $ +.\" $OpenBSD: arm_sync_icache.2,v 1.3 2007/11/17 12:02:33 jmc Exp $ .\" $NetBSD: arm_sync_icache.2,v 1.5 2004/02/13 09:56:47 wiz Exp $ .\" .\" Copyright (c) 1996 Mark Brinicombe @@ -31,12 +31,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: November 17 2007 $ .Dt ARM_SYNC_ICACHE 2 arm .Os .Sh NAME .Nm arm_sync_icache -.Nd clean the CPU data cache and flush the CPU instruction cache +.Nd "clean the CPU data cache and flush the CPU instruction cache" .Sh SYNOPSIS .In machine/sysarch.h .Ft int |