From a290804380842a9373129f133bbbedb4f452e475 Mon Sep 17 00:00:00 2001 From: kettenis Date: Sun, 5 Apr 2020 13:21:54 +0000 Subject: [PATCH] Remove sitaracm(4). --- share/man/man4/man4.armv7/Makefile | 4 +-- share/man/man4/man4.armv7/sitaracm.4 | 43 ---------------------------- 2 files changed, 2 insertions(+), 45 deletions(-) delete mode 100644 share/man/man4/man4.armv7/sitaracm.4 diff --git a/share/man/man4/man4.armv7/Makefile b/share/man/man4/man4.armv7/Makefile index 048c1e0368c..d9542a5bc72 100644 --- a/share/man/man4/man4.armv7/Makefile +++ b/share/man/man4/man4.armv7/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.26 2020/04/05 13:18:50 kettenis Exp $ +# $OpenBSD: Makefile,v 1.27 2020/04/05 13:21:54 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 omrng.4 omwugen.4 \ - prcm.4 sitaracm.4 \ + prcm.4 \ sxie.4 sxiintc.4 \ sxitimer.4 sxits.4 sysreg.4 diff --git a/share/man/man4/man4.armv7/sitaracm.4 b/share/man/man4/man4.armv7/sitaracm.4 deleted file mode 100644 index 5877ea005f0..00000000000 --- a/share/man/man4/man4.armv7/sitaracm.4 +++ /dev/null @@ -1,43 +0,0 @@ -.\" $OpenBSD: sitaracm.4,v 1.3 2014/09/19 17:17:04 jmc 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: September 19 2014 $ -.Dt SITARACM 4 armv7 -.Os -.Sh NAME -.Nm sitaracm -.Nd Sitara ARM control module device -.Sh SYNOPSIS -.Cd "sitaracm* at omap?" -.Sh DESCRIPTION -The -.Nm -driver provides support for the Sitara ARM control module device integrated in -AM335X SoCs. -.Sh HISTORY -The -.Nm -device driver first appeared in -.Ox 5.4 . -.Sh AUTHORS -.An -nosplit -The -.Nm -driver was written by -.An Ben Gray Aq Mt ben.r.gray@gmail.com -and ported to -.Ox -by -.An Raphael Graf Aq Mt rapha@openbsd.org .