a1xintc(4) -> sxiintc(4)
authorkettenis <kettenis@openbsd.org>
Fri, 5 Aug 2016 20:41:10 +0000 (20:41 +0000)
committerkettenis <kettenis@openbsd.org>
Fri, 5 Aug 2016 20:41:10 +0000 (20:41 +0000)
share/man/man4/man4.armv7/Makefile
share/man/man4/man4.armv7/a1xintc.4 [deleted file]
share/man/man4/man4.armv7/sxiintc.4 [new file with mode: 0644]

index 2650188..8e4413e 100644 (file)
@@ -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/a1xintc.4
deleted file mode 100644 (file)
index 1125d71..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-.\"    $OpenBSD: a1xintc.4,v 1.2 2016/02/01 23:50:21 jsg Exp $
-.\"
-.\" Copyright (c) 2014 Raphael Graf <rapha@openbsd.org>
-.\"
-.\" Permission to use, copy, modify, and distribute this software for any
-.\" purpose with or without fee is hereby granted, provided that the above
-.\" copyright notice and this permission notice appear in all copies.
-.\"
-.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-.\" 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
-.Os
-.Sh NAME
-.Nm a1xintc
-.Nd A1X interrupt controller device
-.Sh SYNOPSIS
-.Cd "a1xintc* at sunxi?"
-.Sh DESCRIPTION
-The
-.Nm
-driver provides support for the interrupt controller device integrated in
-Allwinner Technology A1X SoCs.
-.Sh HISTORY
-The
-.Nm
-device driver first appeared in
-.Ox 5.5 .
diff --git a/share/man/man4/man4.armv7/sxiintc.4 b/share/man/man4/man4.armv7/sxiintc.4
new file mode 100644 (file)
index 0000000..4906f9b
--- /dev/null
@@ -0,0 +1,34 @@
+.\"    $OpenBSD: sxiintc.4,v 1.1 2016/08/05 20:41:10 kettenis Exp $
+.\"
+.\" Copyright (c) 2014 Raphael Graf <rapha@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: August 5 2016 $
+.Dt SXIINTC 4 armv7
+.Os
+.Sh NAME
+.Nm sxiintc
+.Nd A1X interrupt controller device
+.Sh SYNOPSIS
+.Cd "sxiintc* at sunxi?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the interrupt controller device integrated in
+Allwinner Technology A1X SoCs.
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 5.5 .