diff options
author | 2007-11-17 12:02:33 +0000 | |
---|---|---|
committer | 2007-11-17 12:02:33 +0000 | |
commit | 842baf7f3dae8dbf559855a9ee3f4e74ff1b176b (patch) | |
tree | 5a171cdb1cf4f45a15e07b6097fa882addb5df63 /lib/libarch | |
parent | + RT2800 (diff) | |
download | wireguard-openbsd-842baf7f3dae8dbf559855a9ee3f4e74ff1b176b.tar.xz wireguard-openbsd-842baf7f3dae8dbf559855a9ee3f4e74ff1b176b.zip |
"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')
-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 |