summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2018-04-03 02:53:34 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2018-04-03 02:53:34 +0000
commit343f6f5ab7c85bd12145146343d45ad15ef4afd5 (patch)
treee40d3e313acb933a78e178b4d1196c802284c98a
parentd48543fb0a0c6040beeddcb139c4cbddec8c91eb (diff)
fec moved from arch/armv7 to dev/fdt
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/fec.4 (renamed from share/man/man4/man4.armv7/fec.4)4
-rw-r--r--share/man/man4/man4.armv7/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index e64d3aaa80b..821e02c3240 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.675 2018/04/02 21:42:15 kettenis Exp $
+# $OpenBSD: Makefile,v 1.676 2018/04/03 02:53:33 jsg Exp $
MAN= aac.4 ac97.4 acphy.4 acrtc.4 \
acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
@@ -25,7 +25,7 @@ MAN= aac.4 ac97.4 acphy.4 acrtc.4 \
eap.4 ec.4 eephy.4 ef.4 eg.4 ehci.4 eisa.4 el.4 em.4 emc.4 gcu.4 \
emu.4 enc.4 endrun.4 envy.4 ep.4 epic.4 esa.4 \
eso.4 ess.4 et.4 etherip.4 etphy.4 ex.4 exphy.4 exrtc.4 \
- fd.4 fdc.4 fins.4 fintek.4 fms.4 fuse.4 fxp.4 gdt.4 \
+ fd.4 fdc.4 fec.4 fins.4 fintek.4 fms.4 fuse.4 fxp.4 gdt.4 \
gentbi.4 gem.4 gif.4 \
glenv.4 gpio.4 gpiodcf.4 gpioiic.4 gpioow.4 gpr.4 gre.4 gscsio.4 \
hds.4 hifn.4 hil.4 hilid.4 hilkbd.4 hilms.4 hme.4 hotplug.4 hsq.4 \
diff --git a/share/man/man4/man4.armv7/fec.4 b/share/man/man4/fec.4
index 63d2e4a78ec..f3ddbca4688 100644
--- a/share/man/man4/man4.armv7/fec.4
+++ b/share/man/man4/fec.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fec.4,v 1.2 2016/06/13 13:24:38 jsg Exp $
+.\" $OpenBSD: fec.4,v 1.1 2018/04/03 02:53:33 jsg Exp $
.\" Copyright (c) 2014 Sylvestre Gallon <syl@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -13,7 +13,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 13 2016 $
+.Dd $Mdocdate: April 3 2018 $
.Dt FEC 4 armv7
.Os
.Sh NAME
diff --git a/share/man/man4/man4.armv7/Makefile b/share/man/man4/man4.armv7/Makefile
index 58c217f215b..4da8304e3ef 100644
--- a/share/man/man4/man4.armv7/Makefile
+++ b/share/man/man4/man4.armv7/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.20 2018/03/31 03:22:34 jsg Exp $
+# $OpenBSD: Makefile,v 1.21 2018/04/03 02:53:33 jsg Exp $
MAN= agtimer.4 amdisplay.4 ampintc.4 amptimer.4 armliicc.4 \
- cortex.4 cpsw.4 dmtimer.4 edma.4 fec.4 gptimer.4 \
+ cortex.4 cpsw.4 dmtimer.4 edma.4 gptimer.4 \
imxtemp.4 intc.4 intro.4 \
omap.4 omdog.4 omgpio.4 ommmc.4 ompinmux.4 omwugen.4 \
pluart.4 prcm.4 sitaracm.4 \