From 62def3d8327e1babb0c87046cd833ebd4a7e2905 Mon Sep 17 00:00:00 2001 From: kettenis Date: Fri, 5 Aug 2016 20:41:10 +0000 Subject: [PATCH] a1xintc(4) -> sxiintc(4) --- share/man/man4/man4.armv7/Makefile | 6 +++--- share/man/man4/man4.armv7/{a1xintc.4 => sxiintc.4} | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) rename share/man/man4/man4.armv7/{a1xintc.4 => sxiintc.4} (87%) diff --git a/share/man/man4/man4.armv7/Makefile b/share/man/man4/man4.armv7/Makefile index 26501880334..8e4413ee263 100644 --- a/share/man/man4/man4.armv7/Makefile +++ b/share/man/man4/man4.armv7/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2016/06/03 01:36:46 jsg Exp $ +# $OpenBSD: Makefile,v 1.9 2016/08/05 20:41:10 kettenis Exp $ -MAN= a1xintc.4 cpsw.4 dmtimer.4 edma.4 fec.4 gptimer.4 imx.4 imxesdhc.4 \ +MAN= cpsw.4 dmtimer.4 edma.4 fec.4 gptimer.4 imx.4 imxesdhc.4 \ imxiic.4 intc.4 intro.4 omap.4 omdog.4 omgpio.4 ommmc.4 \ plrtc.4 pluart.4 prcm.4 sitaracm.4 sunxi.4 sxiccmu.4 sxidog.4 sxie.4 \ - sxipio.4 sxitimer.4 sysreg.4 vexpress.4 + sxiintc.4 sxipio.4 sxitimer.4 sysreg.4 vexpress.4 MANSUBDIR=armv7 diff --git a/share/man/man4/man4.armv7/a1xintc.4 b/share/man/man4/man4.armv7/sxiintc.4 similarity index 87% rename from share/man/man4/man4.armv7/a1xintc.4 rename to share/man/man4/man4.armv7/sxiintc.4 index 1125d71855e..4906f9bd36c 100644 --- a/share/man/man4/man4.armv7/a1xintc.4 +++ b/share/man/man4/man4.armv7/sxiintc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: a1xintc.4,v 1.2 2016/02/01 23:50:21 jsg Exp $ +.\" $OpenBSD: sxiintc.4,v 1.1 2016/08/05 20:41:10 kettenis Exp $ .\" .\" Copyright (c) 2014 Raphael Graf .\" @@ -14,14 +14,14 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: February 1 2016 $ -.Dt A1XINTC 4 armv7 +.Dd $Mdocdate: August 5 2016 $ +.Dt SXIINTC 4 armv7 .Os .Sh NAME -.Nm a1xintc +.Nm sxiintc .Nd A1X interrupt controller device .Sh SYNOPSIS -.Cd "a1xintc* at sunxi?" +.Cd "sxiintc* at sunxi?" .Sh DESCRIPTION The .Nm -- 2.20.1