From: kn Date: Sun, 6 Nov 2022 18:32:51 +0000 (+0000) Subject: regen after /dev/pf? cleanup (only /dev/pf exists) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b91554c6889f3e535de2a6243784fe0c54d61ad2;p=openbsd regen after /dev/pf? cleanup (only /dev/pf exists) --- diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV index 712cc27b22d..a1c7365fe10 100644 --- a/etc/etc.alpha/MAKEDEV +++ b/etc/etc.alpha/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.alpha/MAKEDEV.md,v 1.78 2021/11/11 09:47:32 claudio Exp -# OpenBSD: MAKEDEV.common,v 1.114 2021/11/11 09:47:32 claudio Exp +# OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp # OpenBSD: MAKEDEV.mi,v 1.83 2016/09/11 03:06:31 deraadt Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -77,7 +77,7 @@ # fuse Userland Filesystem # hotplug devices hot plugging # pci* PCI bus devices -# pf* Packet Filter +# pf Packet Filter # pppx* PPP Multiplexer # pppac* PPP Access Concentrator # radio* FM tuner devices @@ -303,7 +303,7 @@ pppx*) M pppx$U c 64 $U 600 ;; -pf*) +pf) M pf c 35 0 600 ;; diff --git a/etc/etc.amd64/MAKEDEV b/etc/etc.amd64/MAKEDEV index 02ca942faa3..d01e9a1867e 100644 --- a/etc/etc.amd64/MAKEDEV +++ b/etc/etc.amd64/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.amd64/MAKEDEV.md,v 1.80 2022/01/07 01:13:15 jsg Exp -# OpenBSD: MAKEDEV.common,v 1.115 2022/01/07 01:13:15 jsg Exp +# OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp # OpenBSD: MAKEDEV.mi,v 1.83 2016/09/11 03:06:31 deraadt Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -84,7 +84,7 @@ # kcov Kernel code coverage tracing # pci* PCI bus devices # pctr* PC Performance Tuning Register access device -# pf* Packet Filter +# pf Packet Filter # pppx* PPP Multiplexer # pppac* PPP Access Concentrator # radio* FM tuner devices @@ -315,7 +315,7 @@ pppx*) M pppx$U c 91 $U 600 ;; -pf*) +pf) M pf c 73 0 600 ;; diff --git a/etc/etc.arm64/MAKEDEV b/etc/etc.arm64/MAKEDEV index c00b39e7fb6..07a39a2a3e6 100644 --- a/etc/etc.arm64/MAKEDEV +++ b/etc/etc.arm64/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.arm64/MAKEDEV.md,v 1.14 2022/01/07 01:13:15 jsg Exp -# OpenBSD: MAKEDEV.common,v 1.115 2022/01/07 01:13:15 jsg Exp +# OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp # OpenBSD: MAKEDEV.mi,v 1.83 2016/09/11 03:06:31 deraadt Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -75,7 +75,7 @@ # hotplug devices hot plugging # ipmi* IPMI BMC access # pci* PCI bus devices -# pf* Packet Filter +# pf Packet Filter # pppx* PPP Multiplexer # pppac* PPP Access Concentrator # radio* FM tuner devices @@ -287,7 +287,7 @@ pppx*) M pppx$U c 91 $U 600 ;; -pf*) +pf) M pf c 73 0 600 ;; diff --git a/etc/etc.armv7/MAKEDEV b/etc/etc.armv7/MAKEDEV index bf531c59d9e..cdb3f613e2c 100644 --- a/etc/etc.armv7/MAKEDEV +++ b/etc/etc.armv7/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.armv7/MAKEDEV.md,v 1.21 2021/11/11 09:47:32 claudio Exp -# OpenBSD: MAKEDEV.common,v 1.114 2021/11/11 09:47:32 claudio Exp +# OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp # OpenBSD: MAKEDEV.mi,v 1.83 2016/09/11 03:06:31 deraadt Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -72,7 +72,7 @@ # gpio* General Purpose Input/Output # hotplug devices hot plugging # pci* PCI bus devices -# pf* Packet Filter +# pf Packet Filter # pppx* PPP Multiplexer # pppac* PPP Access Concentrator # radio* FM tuner devices @@ -283,7 +283,7 @@ pppx*) M pppx$U c 103 $U 600 ;; -pf*) +pf) M pf c 46 0 600 ;; diff --git a/etc/etc.hppa/MAKEDEV b/etc/etc.hppa/MAKEDEV index 2feae686d55..10aebf0c63f 100644 --- a/etc/etc.hppa/MAKEDEV +++ b/etc/etc.hppa/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.hppa/MAKEDEV.md,v 1.68 2021/11/11 09:47:33 claudio Exp -# OpenBSD: MAKEDEV.common,v 1.114 2021/11/11 09:47:32 claudio Exp +# OpenBSD: etc.hppa/MAKEDEV.md,v 1.69 2022/06/27 14:11:44 visa Exp +# OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp # OpenBSD: MAKEDEV.mi,v 1.83 2016/09/11 03:06:31 deraadt Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -74,7 +74,7 @@ # hotplug devices hot plugging # pci* PCI bus devices # pdc PDC device -# pf* Packet Filter +# pf Packet Filter # pppx* PPP Multiplexer # pppac* PPP Access Concentrator # *random In-kernel random data source @@ -269,7 +269,7 @@ pppx*) M pppx$U c 57 $U 600 ;; -pf*) +pf) M pf c 21 0 600 ;; diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index cd9bce698ca..115e43cf4b0 100644 --- a/etc/etc.i386/MAKEDEV +++ b/etc/etc.i386/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.i386/MAKEDEV.md,v 1.95 2022/01/07 01:13:15 jsg Exp -# OpenBSD: MAKEDEV.common,v 1.115 2022/01/07 01:13:15 jsg Exp +# OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp # OpenBSD: MAKEDEV.mi,v 1.83 2016/09/11 03:06:31 deraadt Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -85,7 +85,7 @@ # nvram NVRAM access # pci* PCI bus devices # pctr* PC Performance Tuning Register access device -# pf* Packet Filter +# pf Packet Filter # pppx* PPP Multiplexer # pppac* PPP Access Concentrator # radio* FM tuner devices @@ -311,7 +311,7 @@ pppx*) M pppx$U c 92 $U 600 ;; -pf*) +pf) M pf c 73 0 600 ;; diff --git a/etc/etc.landisk/MAKEDEV b/etc/etc.landisk/MAKEDEV index b2f54b7aef9..ecddb1d4eac 100644 --- a/etc/etc.landisk/MAKEDEV +++ b/etc/etc.landisk/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.landisk/MAKEDEV.md,v 1.50 2021/11/11 09:47:33 claudio Exp -# OpenBSD: MAKEDEV.common,v 1.114 2021/11/11 09:47:32 claudio Exp +# OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp # OpenBSD: MAKEDEV.mi,v 1.83 2016/09/11 03:06:31 deraadt Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -69,7 +69,7 @@ # fuse Userland Filesystem # hotplug devices hot plugging # pci* PCI bus devices -# pf* Packet Filter +# pf Packet Filter # pppx* PPP Multiplexer # pppac* PPP Access Concentrator # radio* FM tuner devices @@ -274,7 +274,7 @@ pppx*) M pppx$U c 102 $U 600 ;; -pf*) +pf) M pf c 46 0 600 ;; diff --git a/etc/etc.loongson/MAKEDEV b/etc/etc.loongson/MAKEDEV index b51339c31e8..86bccfab397 100644 --- a/etc/etc.loongson/MAKEDEV +++ b/etc/etc.loongson/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.loongson/MAKEDEV.md,v 1.37 2022/01/07 01:13:15 jsg Exp -# OpenBSD: MAKEDEV.common,v 1.115 2022/01/07 01:13:15 jsg Exp +# OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp # OpenBSD: MAKEDEV.mi,v 1.83 2016/09/11 03:06:31 deraadt Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -72,7 +72,7 @@ # fuse Userland Filesystem # hotplug devices hot plugging # pci* PCI bus devices -# pf* Packet Filter +# pf Packet Filter # pppx* PPP Multiplexer # pppac* PPP Access Concentrator # *random In-kernel random data source @@ -261,7 +261,7 @@ pppx*) M pppx$U c 71 $U 600 ;; -pf*) +pf) M pf c 31 0 600 ;; diff --git a/etc/etc.luna88k/MAKEDEV b/etc/etc.luna88k/MAKEDEV index 28e08e707e9..2f196752837 100644 --- a/etc/etc.luna88k/MAKEDEV +++ b/etc/etc.luna88k/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.luna88k/MAKEDEV.md,v 1.37 2021/11/11 09:47:33 claudio Exp -# OpenBSD: MAKEDEV.common,v 1.114 2021/11/11 09:47:32 claudio Exp +# OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp # OpenBSD: MAKEDEV.mi,v 1.83 2016/09/11 03:06:31 deraadt Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -62,7 +62,7 @@ # fuse Userland Filesystem # lcd front panel LCD display # pcex* PC-9801 extension board slot -# pf* Packet Filter +# pf Packet Filter # pppx* PPP Multiplexer # pppac* PPP Access Concentrator # *random In-kernel random data source @@ -251,7 +251,7 @@ pppx*) M pppx$U c 55 $U 600 ;; -pf*) +pf) M pf c 39 0 600 ;; diff --git a/etc/etc.macppc/MAKEDEV b/etc/etc.macppc/MAKEDEV index a86f7d0f77d..1bb2cb8bebc 100644 --- a/etc/etc.macppc/MAKEDEV +++ b/etc/etc.macppc/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.macppc/MAKEDEV.md,v 1.80 2022/01/07 01:13:15 jsg Exp -# OpenBSD: MAKEDEV.common,v 1.115 2022/01/07 01:13:15 jsg Exp +# OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp # OpenBSD: MAKEDEV.mi,v 1.83 2016/09/11 03:06:31 deraadt Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -76,7 +76,7 @@ # gpio* General Purpose Input/Output # hotplug devices hot plugging # pci* PCI bus devices -# pf* Packet Filter +# pf Packet Filter # pppx* PPP Multiplexer # pppac* PPP Access Concentrator # radio* FM tuner devices @@ -284,7 +284,7 @@ pppx*) M pppx$U c 85 $U 600 ;; -pf*) +pf) M pf c 39 0 600 ;; diff --git a/etc/etc.octeon/MAKEDEV b/etc/etc.octeon/MAKEDEV index d2bebde2902..5c4080a4f82 100644 --- a/etc/etc.octeon/MAKEDEV +++ b/etc/etc.octeon/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.octeon/MAKEDEV.md,v 1.22 2021/11/11 09:47:33 claudio Exp -# OpenBSD: MAKEDEV.common,v 1.114 2021/11/11 09:47:32 claudio Exp +# OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp # OpenBSD: MAKEDEV.mi,v 1.83 2016/09/11 03:06:31 deraadt Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -69,7 +69,7 @@ # fuse Userland Filesystem # hotplug devices hot plugging # pci* PCI bus devices -# pf* Packet Filter +# pf Packet Filter # pppx* PPP Multiplexer # pppac* PPP Access Concentrator # *random In-kernel random data source @@ -263,7 +263,7 @@ pppx*) M pppx$U c 71 $U 600 ;; -pf*) +pf) M pf c 31 0 600 ;; diff --git a/etc/etc.powerpc64/MAKEDEV b/etc/etc.powerpc64/MAKEDEV index 983ef499977..88b248a23fe 100644 --- a/etc/etc.powerpc64/MAKEDEV +++ b/etc/etc.powerpc64/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.powerpc64/MAKEDEV.md,v 1.11 2022/01/07 01:13:15 jsg Exp -# OpenBSD: MAKEDEV.common,v 1.115 2022/01/07 01:13:15 jsg Exp +# OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp # OpenBSD: MAKEDEV.mi,v 1.83 2016/09/11 03:06:31 deraadt Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -74,7 +74,7 @@ # ipmi* IPMI BMC access # kcov Kernel code coverage tracing # pci* PCI bus devices -# pf* Packet Filter +# pf Packet Filter # pppx* PPP Multiplexer # pppac* PPP Access Concentrator # radio* FM tuner devices @@ -279,7 +279,7 @@ pppx*) M pppx$U c 72 $U 600 ;; -pf*) +pf) M pf c 11 0 600 ;; diff --git a/etc/etc.riscv64/MAKEDEV b/etc/etc.riscv64/MAKEDEV index 1980da3950e..7897e0272d8 100644 --- a/etc/etc.riscv64/MAKEDEV +++ b/etc/etc.riscv64/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.riscv64/MAKEDEV.md,v 1.4 2021/11/11 09:47:34 claudio Exp -# OpenBSD: MAKEDEV.common,v 1.114 2021/11/11 09:47:32 claudio Exp +# OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp # OpenBSD: MAKEDEV.mi,v 1.83 2016/09/11 03:06:31 deraadt Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -74,7 +74,7 @@ # hotplug devices hot plugging # ipmi* IPMI BMC access # pci* PCI bus devices -# pf* Packet Filter +# pf Packet Filter # pppx* PPP Multiplexer # pppac* PPP Access Concentrator # radio* FM tuner devices @@ -281,7 +281,7 @@ pppx*) M pppx$U c 91 $U 600 ;; -pf*) +pf) M pf c 73 0 600 ;; diff --git a/etc/etc.sparc64/MAKEDEV b/etc/etc.sparc64/MAKEDEV index 2338c40373c..03eec1e04e9 100644 --- a/etc/etc.sparc64/MAKEDEV +++ b/etc/etc.sparc64/MAKEDEV @@ -4,7 +4,7 @@ # generated from: # # OpenBSD: etc.sparc64/MAKEDEV.md,v 1.100 2022/10/06 21:43:01 kn Exp -# OpenBSD: MAKEDEV.common,v 1.115 2022/01/07 01:13:15 jsg Exp +# OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp # OpenBSD: MAKEDEV.mi,v 1.83 2016/09/11 03:06:31 deraadt Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -86,7 +86,7 @@ # hotplug devices hot plugging # openprom PROM settings # pci* PCI bus devices -# pf* Packet Filter +# pf Packet Filter # pppx* PPP Multiplexer # pppac* PPP Access Concentrator # rmidi* Raw MIDI devices @@ -314,7 +314,7 @@ pppx*) M pppx$U c 131 $U 600 ;; -pf*) +pf) M pf c 73 0 600 ;; diff --git a/share/man/man8/man8.alpha/MAKEDEV.8 b/share/man/man8/man8.alpha/MAKEDEV.8 index c4a67c26165..e712342c997 100644 --- a/share/man/man8/man8.alpha/MAKEDEV.8 +++ b/share/man/man8/man8.alpha/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.81 2021/11/11 09:51:32 claudio Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.82 2022/11/06 18:32:51 kn Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" .\" OpenBSD: etc.alpha/MAKEDEV.md,v 1.78 2021/11/11 09:47:32 claudio Exp -.\" OpenBSD: MAKEDEV.common,v 1.114 2021/11/11 09:47:32 claudio Exp +.\" OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp .\" OpenBSD: MAKEDEV.man,v 1.9 2017/06/06 08:11:23 tb Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp .\" @@ -23,7 +23,7 @@ .\" 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 11 2021 $ +.Dd $Mdocdate: November 6 2022 $ .Dt MAKEDEV 8 alpha .Os .Sh NAME @@ -227,7 +227,7 @@ devices hot plugging, see .It Ar pci* PCI bus devices, see .Xr pci 4 . -.It Ar pf* +.It Ar pf Packet Filter, see .Xr pf 4 . .It Ar pppx* diff --git a/share/man/man8/man8.amd64/MAKEDEV.8 b/share/man/man8/man8.amd64/MAKEDEV.8 index c2f6081f341..013d6c29a58 100644 --- a/share/man/man8/man8.amd64/MAKEDEV.8 +++ b/share/man/man8/man8.amd64/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.93 2022/01/07 01:16:27 jsg Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.94 2022/11/06 18:33:02 kn Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" .\" OpenBSD: etc.amd64/MAKEDEV.md,v 1.80 2022/01/07 01:13:15 jsg Exp -.\" OpenBSD: MAKEDEV.common,v 1.115 2022/01/07 01:13:15 jsg Exp +.\" OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp .\" OpenBSD: MAKEDEV.man,v 1.9 2017/06/06 08:11:23 tb Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp .\" @@ -23,7 +23,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 7 2022 $ +.Dd $Mdocdate: November 6 2022 $ .Dt MAKEDEV 8 amd64 .Os .Sh NAME @@ -248,7 +248,7 @@ PCI bus devices, see .It Ar pctr* PC Performance Tuning Register access device, see .Xr pctr 4 . -.It Ar pf* +.It Ar pf Packet Filter, see .Xr pf 4 . .It Ar pppx* diff --git a/share/man/man8/man8.arm64/MAKEDEV.8 b/share/man/man8/man8.arm64/MAKEDEV.8 index 62aaa12e601..8c87df767d9 100644 --- a/share/man/man8/man8.arm64/MAKEDEV.8 +++ b/share/man/man8/man8.arm64/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.12 2022/01/07 01:16:27 jsg Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.13 2022/11/06 18:33:13 kn Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" .\" OpenBSD: etc.arm64/MAKEDEV.md,v 1.14 2022/01/07 01:13:15 jsg Exp -.\" OpenBSD: MAKEDEV.common,v 1.115 2022/01/07 01:13:15 jsg Exp +.\" OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp .\" OpenBSD: MAKEDEV.man,v 1.9 2017/06/06 08:11:23 tb Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp .\" @@ -23,7 +23,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 7 2022 $ +.Dd $Mdocdate: November 6 2022 $ .Dt MAKEDEV 8 arm64 .Os .Sh NAME @@ -221,7 +221,7 @@ IPMI BMC access, see .It Ar pci* PCI bus devices, see .Xr pci 4 . -.It Ar pf* +.It Ar pf Packet Filter, see .Xr pf 4 . .It Ar pppx* diff --git a/share/man/man8/man8.armv7/MAKEDEV.8 b/share/man/man8/man8.armv7/MAKEDEV.8 index 747a8e89ab7..71cd73f9b96 100644 --- a/share/man/man8/man8.armv7/MAKEDEV.8 +++ b/share/man/man8/man8.armv7/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.20 2021/11/11 09:51:32 claudio Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.21 2022/11/06 18:33:14 kn Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" .\" OpenBSD: etc.armv7/MAKEDEV.md,v 1.21 2021/11/11 09:47:32 claudio Exp -.\" OpenBSD: MAKEDEV.common,v 1.114 2021/11/11 09:47:32 claudio Exp +.\" OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp .\" OpenBSD: MAKEDEV.man,v 1.9 2017/06/06 08:11:23 tb Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp .\" @@ -23,7 +23,7 @@ .\" 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 11 2021 $ +.Dd $Mdocdate: November 6 2022 $ .Dt MAKEDEV 8 armv7 .Os .Sh NAME @@ -210,7 +210,7 @@ devices hot plugging, see .It Ar pci* PCI bus devices, see .Xr pci 4 . -.It Ar pf* +.It Ar pf Packet Filter, see .Xr pf 4 . .It Ar pppx* diff --git a/share/man/man8/man8.hppa/MAKEDEV.8 b/share/man/man8/man8.hppa/MAKEDEV.8 index bb1a54f9a7a..5e5df134a72 100644 --- a/share/man/man8/man8.hppa/MAKEDEV.8 +++ b/share/man/man8/man8.hppa/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.75 2021/11/11 09:51:32 claudio Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.76 2022/11/06 18:33:42 kn Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" -.\" OpenBSD: etc.hppa/MAKEDEV.md,v 1.68 2021/11/11 09:47:33 claudio Exp -.\" OpenBSD: MAKEDEV.common,v 1.114 2021/11/11 09:47:32 claudio Exp +.\" OpenBSD: etc.hppa/MAKEDEV.md,v 1.69 2022/06/27 14:11:44 visa Exp +.\" OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp .\" OpenBSD: MAKEDEV.man,v 1.9 2017/06/06 08:11:23 tb Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp .\" @@ -23,7 +23,7 @@ .\" 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 11 2021 $ +.Dd $Mdocdate: November 6 2022 $ .Dt MAKEDEV 8 hppa .Os .Sh NAME @@ -218,7 +218,7 @@ PCI bus devices, see .It Ar pdc PDC device, see .Xr pdc 4 . -.It Ar pf* +.It Ar pf Packet Filter, see .Xr pf 4 . .It Ar pppx* diff --git a/share/man/man8/man8.i386/MAKEDEV.8 b/share/man/man8/man8.i386/MAKEDEV.8 index 6e1786073ed..2744c76a008 100644 --- a/share/man/man8/man8.i386/MAKEDEV.8 +++ b/share/man/man8/man8.i386/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.120 2022/01/07 01:16:27 jsg Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.121 2022/11/06 18:33:42 kn Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" .\" OpenBSD: etc.i386/MAKEDEV.md,v 1.95 2022/01/07 01:13:15 jsg Exp -.\" OpenBSD: MAKEDEV.common,v 1.115 2022/01/07 01:13:15 jsg Exp +.\" OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp .\" OpenBSD: MAKEDEV.man,v 1.9 2017/06/06 08:11:23 tb Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp .\" @@ -23,7 +23,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 7 2022 $ +.Dd $Mdocdate: November 6 2022 $ .Dt MAKEDEV 8 i386 .Os .Sh NAME @@ -251,7 +251,7 @@ PCI bus devices, see .It Ar pctr* PC Performance Tuning Register access device, see .Xr pctr 4 . -.It Ar pf* +.It Ar pf Packet Filter, see .Xr pf 4 . .It Ar pppx* diff --git a/share/man/man8/man8.landisk/MAKEDEV.8 b/share/man/man8/man8.landisk/MAKEDEV.8 index 860caa07c1f..e553f9ab782 100644 --- a/share/man/man8/man8.landisk/MAKEDEV.8 +++ b/share/man/man8/man8.landisk/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.54 2021/11/11 09:51:32 claudio Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.55 2022/11/06 18:33:42 kn Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" .\" OpenBSD: etc.landisk/MAKEDEV.md,v 1.50 2021/11/11 09:47:33 claudio Exp -.\" OpenBSD: MAKEDEV.common,v 1.114 2021/11/11 09:47:32 claudio Exp +.\" OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp .\" OpenBSD: MAKEDEV.man,v 1.9 2017/06/06 08:11:23 tb Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp .\" @@ -23,7 +23,7 @@ .\" 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 11 2021 $ +.Dd $Mdocdate: November 6 2022 $ .Dt MAKEDEV 8 landisk .Os .Sh NAME @@ -201,7 +201,7 @@ devices hot plugging, see .It Ar pci* PCI bus devices, see .Xr pci 4 . -.It Ar pf* +.It Ar pf Packet Filter, see .Xr pf 4 . .It Ar pppx* diff --git a/share/man/man8/man8.loongson/MAKEDEV.8 b/share/man/man8/man8.loongson/MAKEDEV.8 index be69c030541..d31e61245d3 100644 --- a/share/man/man8/man8.loongson/MAKEDEV.8 +++ b/share/man/man8/man8.loongson/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.41 2022/01/07 01:16:27 jsg Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.42 2022/11/06 18:33:42 kn Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" .\" OpenBSD: etc.loongson/MAKEDEV.md,v 1.37 2022/01/07 01:13:15 jsg Exp -.\" OpenBSD: MAKEDEV.common,v 1.115 2022/01/07 01:13:15 jsg Exp +.\" OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp .\" OpenBSD: MAKEDEV.man,v 1.9 2017/06/06 08:11:23 tb Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp .\" @@ -23,7 +23,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 7 2022 $ +.Dd $Mdocdate: November 6 2022 $ .Dt MAKEDEV 8 loongson .Os .Sh NAME @@ -211,7 +211,7 @@ devices hot plugging, see .It Ar pci* PCI bus devices, see .Xr pci 4 . -.It Ar pf* +.It Ar pf Packet Filter, see .Xr pf 4 . .It Ar pppx* diff --git a/share/man/man8/man8.luna88k/MAKEDEV.8 b/share/man/man8/man8.luna88k/MAKEDEV.8 index 3b34d99d88b..571931ce7da 100644 --- a/share/man/man8/man8.luna88k/MAKEDEV.8 +++ b/share/man/man8/man8.luna88k/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.54 2021/11/11 09:51:32 claudio Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.55 2022/11/06 18:33:42 kn Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" .\" OpenBSD: etc.luna88k/MAKEDEV.md,v 1.37 2021/11/11 09:47:33 claudio Exp -.\" OpenBSD: MAKEDEV.common,v 1.114 2021/11/11 09:47:32 claudio Exp +.\" OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp .\" OpenBSD: MAKEDEV.man,v 1.9 2017/06/06 08:11:23 tb Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp .\" @@ -23,7 +23,7 @@ .\" 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 11 2021 $ +.Dd $Mdocdate: November 6 2022 $ .Dt MAKEDEV 8 luna88k .Os .Sh NAME @@ -180,7 +180,7 @@ front panel LCD display, see .It Ar pcex* PC-9801 extension board slot, see .Xr pcexmem 4 . -.It Ar pf* +.It Ar pf Packet Filter, see .Xr pf 4 . .It Ar pppx* diff --git a/share/man/man8/man8.macppc/MAKEDEV.8 b/share/man/man8/man8.macppc/MAKEDEV.8 index e55509b71c6..830ce10ccc9 100644 --- a/share/man/man8/man8.macppc/MAKEDEV.8 +++ b/share/man/man8/man8.macppc/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.85 2022/01/07 01:16:27 jsg Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.86 2022/11/06 18:33:42 kn Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" .\" OpenBSD: etc.macppc/MAKEDEV.md,v 1.80 2022/01/07 01:13:15 jsg Exp -.\" OpenBSD: MAKEDEV.common,v 1.115 2022/01/07 01:13:15 jsg Exp +.\" OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp .\" OpenBSD: MAKEDEV.man,v 1.9 2017/06/06 08:11:23 tb Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp .\" @@ -23,7 +23,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 7 2022 $ +.Dd $Mdocdate: November 6 2022 $ .Dt MAKEDEV 8 macppc .Os .Sh NAME @@ -223,7 +223,7 @@ devices hot plugging, see .It Ar pci* PCI bus devices, see .Xr pci 4 . -.It Ar pf* +.It Ar pf Packet Filter, see .Xr pf 4 . .It Ar pppx* diff --git a/share/man/man8/man8.octeon/MAKEDEV.8 b/share/man/man8/man8.octeon/MAKEDEV.8 index 372ef83eabe..b2611f10b4c 100644 --- a/share/man/man8/man8.octeon/MAKEDEV.8 +++ b/share/man/man8/man8.octeon/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.20 2021/11/11 09:51:33 claudio Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.21 2022/11/06 18:33:42 kn Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" .\" OpenBSD: etc.octeon/MAKEDEV.md,v 1.22 2021/11/11 09:47:33 claudio Exp -.\" OpenBSD: MAKEDEV.common,v 1.114 2021/11/11 09:47:32 claudio Exp +.\" OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp .\" OpenBSD: MAKEDEV.man,v 1.9 2017/06/06 08:11:23 tb Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp .\" @@ -23,7 +23,7 @@ .\" 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 11 2021 $ +.Dd $Mdocdate: November 6 2022 $ .Dt MAKEDEV 8 octeon .Os .Sh NAME @@ -202,7 +202,7 @@ devices hot plugging, see .It Ar pci* PCI bus devices, see .Xr pci 4 . -.It Ar pf* +.It Ar pf Packet Filter, see .Xr pf 4 . .It Ar pppx* diff --git a/share/man/man8/man8.powerpc64/MAKEDEV.8 b/share/man/man8/man8.powerpc64/MAKEDEV.8 index 4efc0b8a906..bb361ee1287 100644 --- a/share/man/man8/man8.powerpc64/MAKEDEV.8 +++ b/share/man/man8/man8.powerpc64/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.9 2022/01/07 01:16:27 jsg Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.10 2022/11/06 18:33:42 kn Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" .\" OpenBSD: etc.powerpc64/MAKEDEV.md,v 1.11 2022/01/07 01:13:15 jsg Exp -.\" OpenBSD: MAKEDEV.common,v 1.115 2022/01/07 01:13:15 jsg Exp +.\" OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp .\" OpenBSD: MAKEDEV.man,v 1.9 2017/06/06 08:11:23 tb Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp .\" @@ -23,7 +23,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 7 2022 $ +.Dd $Mdocdate: November 6 2022 $ .Dt MAKEDEV 8 powerpc64 .Os .Sh NAME @@ -217,7 +217,7 @@ Kernel code coverage tracing, see .It Ar pci* PCI bus devices, see .Xr pci 4 . -.It Ar pf* +.It Ar pf Packet Filter, see .Xr pf 4 . .It Ar pppx* diff --git a/share/man/man8/man8.riscv64/MAKEDEV.8 b/share/man/man8/man8.riscv64/MAKEDEV.8 index c8e90f7e769..8e4d6685344 100644 --- a/share/man/man8/man8.riscv64/MAKEDEV.8 +++ b/share/man/man8/man8.riscv64/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.4 2021/11/11 09:51:33 claudio Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.5 2022/11/06 18:33:42 kn Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" .\" OpenBSD: etc.riscv64/MAKEDEV.md,v 1.4 2021/11/11 09:47:34 claudio Exp -.\" OpenBSD: MAKEDEV.common,v 1.114 2021/11/11 09:47:32 claudio Exp +.\" OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp .\" OpenBSD: MAKEDEV.man,v 1.9 2017/06/06 08:11:23 tb Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp .\" @@ -23,7 +23,7 @@ .\" 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 11 2021 $ +.Dd $Mdocdate: November 6 2022 $ .Dt MAKEDEV 8 riscv64 .Os .Sh NAME @@ -218,7 +218,7 @@ IPMI BMC access, see .It Ar pci* PCI bus devices, see .Xr pci 4 . -.It Ar pf* +.It Ar pf Packet Filter, see .Xr pf 4 . .It Ar pppx* diff --git a/share/man/man8/man8.sparc64/MAKEDEV.8 b/share/man/man8/man8.sparc64/MAKEDEV.8 index 23e3ea8d37e..b66f8207fd8 100644 --- a/share/man/man8/man8.sparc64/MAKEDEV.8 +++ b/share/man/man8/man8.sparc64/MAKEDEV.8 @@ -1,10 +1,10 @@ -.\" $OpenBSD: MAKEDEV.8,v 1.84 2022/01/07 01:16:27 jsg Exp $ +.\" $OpenBSD: MAKEDEV.8,v 1.85 2022/11/06 18:33:42 kn Exp $ .\" .\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. .\" generated from: .\" -.\" OpenBSD: etc.sparc64/MAKEDEV.md,v 1.99 2022/01/07 01:13:15 jsg Exp -.\" OpenBSD: MAKEDEV.common,v 1.115 2022/01/07 01:13:15 jsg Exp +.\" OpenBSD: etc.sparc64/MAKEDEV.md,v 1.100 2022/10/06 21:43:01 kn Exp +.\" OpenBSD: MAKEDEV.common,v 1.116 2022/11/06 18:30:22 kn Exp .\" OpenBSD: MAKEDEV.man,v 1.9 2017/06/06 08:11:23 tb Exp .\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp .\" @@ -23,7 +23,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 7 2022 $ +.Dd $Mdocdate: November 6 2022 $ .Dt MAKEDEV 8 sparc64 .Os .Sh NAME @@ -256,7 +256,7 @@ PROM settings, see .It Ar pci* PCI bus devices, see .Xr pci 4 . -.It Ar pf* +.It Ar pf Packet Filter, see .Xr pf 4 . .It Ar pppx*