diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-10-16 22:24:46 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-10-16 22:24:46 +0000 |
commit | 46ff0745dabc773ac45a1e11d49aca0617624e0a (patch) | |
tree | 838bd51ea4e73a1037d73c2a416596659a9d9ddb /share/man | |
parent | b224468d3aaa349217d8a5a61a48ed24ddbc9f21 (diff) |
Make sxidog(4) MI.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/man4.armv7/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/sxidog.4 (renamed from share/man/man4/man4.armv7/sxidog.4) | 6 |
3 files changed, 8 insertions, 8 deletions
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/sxidog.4 index 173818a85b3..5f9018113e7 100644 --- a/share/man/man4/man4.armv7/sxidog.4 +++ b/share/man/man4/sxidog.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sxidog.4,v 1.4 2016/08/06 00:16:50 jsg Exp $ +.\" $OpenBSD: sxidog.4,v 1.1 2019/10/16 22:24:45 kettenis Exp $ .\" .\" Copyright (c) 2014 Raphael Graf <rapha@openbsd.org> .\" @@ -14,8 +14,8 @@ .\" 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 +.Dd $Mdocdate: October 16 2019 $ +.Dt SXIDOG 4 .Os .Sh NAME .Nm sxidog |