From 1e75ade76fda8df0d6fc9895f001bcf30a828e8d Mon Sep 17 00:00:00 2001 From: patrick Date: Thu, 10 Nov 2022 12:36:38 +0000 Subject: [PATCH] Move manpages for Qualcomm devices over to the MI directory. kettenis@ put them into the arm64-specific one mostly because they were for ACPI and that will definitely be arm64-specific. I have committed most of the FDT ones to the MI fdt directory. dlg@ would be happier with those manpages in the MI one. There are more manpages to come as well. --- share/man/man4/Makefile | 4 ++-- share/man/man4/man4.arm64/Makefile | 4 ++-- share/man/man4/{man4.arm64 => }/qcdwusb.4 | 6 +++--- share/man/man4/{man4.arm64 => }/qcgpio.4 | 6 +++--- share/man/man4/{man4.arm64 => }/qciic.4 | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) rename share/man/man4/{man4.arm64 => }/qcdwusb.4 (91%) rename share/man/man4/{man4.arm64 => }/qcgpio.4 (92%) rename share/man/man4/{man4.arm64 => }/qciic.4 (92%) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 0a356bc1eb9..63268596408 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.821 2022/10/23 18:43:00 mglocker Exp $ +# $OpenBSD: Makefile,v 1.822 2022/11/10 12:36:38 patrick Exp $ MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -71,7 +71,7 @@ MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \ pgt.4 piixpm.4 pijuice.4 pinctrl.4 pipex.4 plgpio.4 plrtc.4 pluart.4 \ pms.4 ppb.4 ppp.4 pppoe.4 pppx.4 psci.4 pty.4 puc.4 pvbus.4 \ pvclock.4 pwdog.4 pwmbl.4 pwmfan.4 pwmreg.4 \ - qla.4 qle.4 qlw.4 qsphy.4 \ + qcdwusb.4 qcgpio.4 qciic.4 qla.4 qle.4 qlw.4 qsphy.4 \ radio.4 ral.4 random.4 rdomain.4 rd.4 rdac.4 re.4 rdcphy.4 rgephy.4 \ rge.4 ricohrtc.4 rkanxdp.4 rkclock.4 rkdrm.4 rkdwhdmi.4 rkdwusb.4 \ rkemmcphy.4 rkgpio.4 rkgrf.4 rkiic.4 rkiis.4 rkpcie.4 rkpinctrl.4 \ diff --git a/share/man/man4/man4.arm64/Makefile b/share/man/man4/man4.arm64/Makefile index 9ea0f1ea98d..2fc178fab11 100644 --- a/share/man/man4/man4.arm64/Makefile +++ b/share/man/man4/man4.arm64/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.29 2022/11/06 12:18:28 patrick Exp $ +# $OpenBSD: Makefile,v 1.30 2022/11/10 12:36:38 patrick Exp $ MAN= agintc.4 agtimer.4 ampintc.4 \ aplaudio.4 aplcpu.4 apldart.4 apldma.4 apldog.4 \ aplhidev.4 apliic.4 aplintc.4 aplmbox.4 aplmca.4 aplnco.4 aplns.4 \ aplpcie.4 aplpinctrl.4 aplpmgr.4 aplpmu.4 aplsart.4 aplsmc.4 aplspi.4 \ aplspmi.4 apm.4 \ - efi.4 intro.4 qcdwusb.4 qcgpio.4 qciic.4 smbios.4 + efi.4 intro.4 smbios.4 MANSUBDIR=arm64 diff --git a/share/man/man4/man4.arm64/qcdwusb.4 b/share/man/man4/qcdwusb.4 similarity index 91% rename from share/man/man4/man4.arm64/qcdwusb.4 rename to share/man/man4/qcdwusb.4 index 8aa7835537b..27869cf9427 100644 --- a/share/man/man4/man4.arm64/qcdwusb.4 +++ b/share/man/man4/qcdwusb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: qcdwusb.4,v 1.2 2022/11/06 13:01:02 jmc Exp $ +.\" $OpenBSD: qcdwusb.4,v 1.1 2022/11/10 12:36:38 patrick Exp $ .\" .\" Copyright (c) 2018 Mark Kettenis .\" @@ -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: November 6 2022 $ -.Dt QCDWUSB 4 arm64 +.Dd $Mdocdate: November 10 2022 $ +.Dt QCDWUSB 4 .Os .Sh NAME .Nm qcdwusb diff --git a/share/man/man4/man4.arm64/qcgpio.4 b/share/man/man4/qcgpio.4 similarity index 92% rename from share/man/man4/man4.arm64/qcgpio.4 rename to share/man/man4/qcgpio.4 index 5134f4cb49b..77bef82bb5a 100644 --- a/share/man/man4/man4.arm64/qcgpio.4 +++ b/share/man/man4/qcgpio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: qcgpio.4,v 1.2 2022/09/13 05:46:00 jmc Exp $ +.\" $OpenBSD: qcgpio.4,v 1.1 2022/11/10 12:36:38 patrick Exp $ .\" .\" Copyright (c) 2022 Mark Kettenis .\" @@ -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: September 13 2022 $ -.Dt QCGPIO 4 arm64 +.Dd $Mdocdate: November 10 2022 $ +.Dt QCGPIO 4 .Os .Sh NAME .Nm qcgpio diff --git a/share/man/man4/man4.arm64/qciic.4 b/share/man/man4/qciic.4 similarity index 92% rename from share/man/man4/man4.arm64/qciic.4 rename to share/man/man4/qciic.4 index 0f706cbdcf6..82d323fab9f 100644 --- a/share/man/man4/man4.arm64/qciic.4 +++ b/share/man/man4/qciic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: qciic.4,v 1.2 2022/09/13 05:46:00 jmc Exp $ +.\" $OpenBSD: qciic.4,v 1.1 2022/11/10 12:36:38 patrick Exp $ .\" .\" Copyright (c) 2016 Jonathan Gray .\" Copyright (c) 2022 Mark Kettenis @@ -15,8 +15,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: September 13 2022 $ -.Dt QCIIC 4 arm64 +.Dd $Mdocdate: November 10 2022 $ +.Dt QCIIC 4 .Os .Sh NAME .Nm qciic -- 2.20.1