From 46ff0745dabc773ac45a1e11d49aca0617624e0a Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Wed, 16 Oct 2019 22:24:46 +0000 Subject: Make sxidog(4) MI. --- share/man/man4/Makefile | 6 +++--- share/man/man4/man4.armv7/Makefile | 4 ++-- share/man/man4/man4.armv7/sxidog.4 | 34 ---------------------------------- share/man/man4/sxidog.4 | 34 ++++++++++++++++++++++++++++++++++ 4 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 share/man/man4/man4.armv7/sxidog.4 create mode 100644 share/man/man4/sxidog.4 (limited to 'share/man') diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 3bd76300b73..2e21e81e5d6 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.736 2019/10/07 20:10:21 patrick Exp $ +# $OpenBSD: Makefile,v 1.737 2019/10/16 22:24:45 kettenis Exp $ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -70,8 +70,8 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ sf.4 sili.4 simplefb.4 siop.4 sis.4 sk.4 sli.4 \ sm.4 smsc.4 softraid.4 spdmem.4 sdtemp.4 speaker.4 sppp.4 sqphy.4 \ ssdfb.4 st.4 ste.4 stge.4 sti.4 stp.4 sv.4 switch.4 sxiccmu.4 \ - sximmc.4 sxipio.4 sxirsb.4 sxirtc.4 sxisyscon.4 sxitemp.4 sxitwi.4 \ - sym.4 sypwr.4 syscon.4 \ + sxidog.4 sximmc.4 sxipio.4 sxirsb.4 sxirtc.4 sxisyscon.4 sxitemp.4 \ + sxitwi.4 sym.4 sypwr.4 syscon.4 \ tcic.4 tcp.4 termios.4 tht.4 ti.4 tipmic.4 tl.4 \ tlphy.4 thmc.4 tpm.4 tpmr.4 tqphy.4 trm.4 trunk.4 tsl.4 tty.4 \ tun.4 tap.4 twe.4 \ diff --git a/share/man/man4/man4.armv7/Makefile b/share/man/man4/man4.armv7/Makefile index e66db4f8e36..83db04df635 100644 --- a/share/man/man4/man4.armv7/Makefile +++ b/share/man/man4/man4.armv7/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.24 2019/02/01 01:41:52 jsg Exp $ +# $OpenBSD: Makefile,v 1.25 2019/10/16 22:24:45 kettenis Exp $ MAN= agtimer.4 amdisplay.4 ampintc.4 amptimer.4 armliicc.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 omwugen.4 \ prcm.4 sitaracm.4 \ - sxidog.4 sxie.4 sxiintc.4 \ + sxie.4 sxiintc.4 \ sxitimer.4 sxits.4 sysreg.4 MANSUBDIR=armv7 diff --git a/share/man/man4/man4.armv7/sxidog.4 b/share/man/man4/man4.armv7/sxidog.4 deleted file mode 100644 index 173818a85b3..00000000000 --- a/share/man/man4/man4.armv7/sxidog.4 +++ /dev/null @@ -1,34 +0,0 @@ -.\" $OpenBSD: sxidog.4,v 1.4 2016/08/06 00:16:50 jsg Exp $ -.\" -.\" Copyright (c) 2014 Raphael Graf -.\" -.\" 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 6 2016 $ -.Dt SXIDOG 4 armv7 -.Os -.Sh NAME -.Nm sxidog -.Nd A1X/A20 watchdog timer device -.Sh SYNOPSIS -.Cd "sxidog* at fdt?" -.Sh DESCRIPTION -The -.Nm -driver provides support for the watchdog timer device integrated in Allwinner -Technology A1X/A20 SoCs. -.Sh HISTORY -The -.Nm -device driver first appeared in -.Ox 5.5 . diff --git a/share/man/man4/sxidog.4 b/share/man/man4/sxidog.4 new file mode 100644 index 00000000000..5f9018113e7 --- /dev/null +++ b/share/man/man4/sxidog.4 @@ -0,0 +1,34 @@ +.\" $OpenBSD: sxidog.4,v 1.1 2019/10/16 22:24:45 kettenis Exp $ +.\" +.\" Copyright (c) 2014 Raphael Graf +.\" +.\" 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: October 16 2019 $ +.Dt SXIDOG 4 +.Os +.Sh NAME +.Nm sxidog +.Nd A1X/A20 watchdog timer device +.Sh SYNOPSIS +.Cd "sxidog* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the watchdog timer device integrated in Allwinner +Technology A1X/A20 SoCs. +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 5.5 . -- cgit v1.2.3