summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2019-04-02 19:41:54 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2019-04-02 19:41:54 +0000
commit42a6f161448782aa095526a301ca75e17efe212e (patch)
treedb97ee0e17fa4eabc22f882c46c4d1899b35bc00 /share/man
parent39b5c8df342e44673ad5e2d7c0ffc2089efacc59 (diff)
kettenis has written an mi page for this, so remove this one; ok kettenis (i think)
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/man4.arm64/Makefile4
-rw-r--r--share/man/man4/man4.arm64/acpipci.446
2 files changed, 2 insertions, 48 deletions
diff --git a/share/man/man4/man4.arm64/Makefile b/share/man/man4/man4.arm64/Makefile
index acd4eeca5f0..1390faae375 100644
--- a/share/man/man4/man4.arm64/Makefile
+++ b/share/man/man4/man4.arm64/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.5 2019/01/23 09:59:54 phessler Exp $
+# $OpenBSD: Makefile,v 1.6 2019/04/02 19:41:53 jmc Exp $
-MAN= acpipci.4 agtimer.4 ampintc.4 apm.4 efi.4 intro.4
+MAN= agtimer.4 ampintc.4 apm.4 efi.4 intro.4
MANSUBDIR=arm64
diff --git a/share/man/man4/man4.arm64/acpipci.4 b/share/man/man4/man4.arm64/acpipci.4
deleted file mode 100644
index 5eb2d6bbc8a..00000000000
--- a/share/man/man4/man4.arm64/acpipci.4
+++ /dev/null
@@ -1,46 +0,0 @@
-.\" $OpenBSD: acpipci.4,v 1.2 2018/07/05 19:53:22 jmc Exp $
-.\"
-.\" Copyright (c) 2018 Mark Kettenis <kettenis@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: July 5 2018 $
-.Dt ACPIPCI 4 arm64
-.Os
-.Sh NAME
-.Nm acpipci
-.Nd ACPI PCI host bridge
-.Sh SYNOPSIS
-.Cd "acpipci* at acpi?"
-.Cd "pci* at acpipci?"
-.Sh DESCRIPTION
-The
-.Nm
-driver provides support for PCI host bridges based on information
-provided by ACPI.
-.Sh SEE ALSO
-.Xr acpi 4 ,
-.Xr acpimcfg 4 ,
-.Xr intro 4 ,
-.Xr pci 4
-.Sh HISTORY
-The
-.Nm
-driver first appeared in
-.Ox 6.4 .
-.Sh AUTHORS
-.An -nosplit
-The
-.Nm
-driver was written by
-.An Mark Kettenis Aq Mt kettenis@openbsd.org .