diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-05-03 22:03:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-05-03 22:03:19 +0000 |
commit | cf99be93fee0d5d5f46048b10f6d3674c01d2e51 (patch) | |
tree | 2f0897f9c39025f63d2d227dfea4a30642bb1b47 /share | |
parent | 103c613f2f0de43943939728128df5a1550ceb97 (diff) |
add virtio(4); ok (in principal) miod
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.amd64/intro.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.arm64/intro.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.armv7/intro.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.i386/intro.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.riscv64/intro.4 | 6 |
5 files changed, 18 insertions, 8 deletions
diff --git a/share/man/man4/man4.amd64/intro.4 b/share/man/man4/man4.amd64/intro.4 index b8ad86584ee..9e35f84d744 100644 --- a/share/man/man4/man4.amd64/intro.4 +++ b/share/man/man4/man4.amd64/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.39 2023/05/01 06:04:46 jmc Exp $ +.\" $OpenBSD: intro.4,v 1.40 2023/05/03 22:03:17 jmc Exp $ .\" .\" Copyright (c) 1983, 1986, 1991 Regents of the University of California. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 1 2023 $ +.Dd $Mdocdate: May 3 2023 $ .Dt INTRO 4 amd64 .Os .Sh NAME @@ -107,6 +107,8 @@ introduction to PCI bus support introduction to PCMCIA (PC Card) support .It Xr usb 4 introduction to Universal Serial Bus support +.It Xr virtio 4 +VirtIO support driver .El .Sh SEE ALSO .Xr autoconf 4 , diff --git a/share/man/man4/man4.arm64/intro.4 b/share/man/man4/man4.arm64/intro.4 index fa9f464bdc4..03ba0ef7ac8 100644 --- a/share/man/man4/man4.arm64/intro.4 +++ b/share/man/man4/man4.arm64/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.4 2023/05/03 21:56:13 jmc Exp $ +.\" $OpenBSD: intro.4,v 1.5 2023/05/03 22:03:17 jmc Exp $ .\" .\" Copyright (c) 2014 Sylvestre Gallon <syl@openbsd.org> .\" Copyright (c) 1983, 1986, 1991 Regents of the University of California. @@ -103,6 +103,8 @@ Inter IC (I2C) bus introduction to PCI bus support .It Xr usb 4 introduction to Universal Serial Bus support +.It Xr virtio 4 +VirtIO support driver .El .Sh SEE ALSO .Xr autoconf 4 , diff --git a/share/man/man4/man4.armv7/intro.4 b/share/man/man4/man4.armv7/intro.4 index a01f5be84a4..fdad4a2a9a6 100644 --- a/share/man/man4/man4.armv7/intro.4 +++ b/share/man/man4/man4.armv7/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.6 2023/05/03 21:56:13 jmc Exp $ +.\" $OpenBSD: intro.4,v 1.7 2023/05/03 22:03:17 jmc Exp $ .\" .\" Copyright (c) 2014 Sylvestre Gallon <syl@openbsd.org> .\" Copyright (c) 1983, 1986, 1991 Regents of the University of California. @@ -103,6 +103,8 @@ omap3, omap4, am335x SoCs device bus introduction to PCI bus support .It Xr usb 4 introduction to Universal Serial Bus support +.It Xr virtio 4 +VirtIO support driver .El .Sh SEE ALSO .Xr autoconf 4 , diff --git a/share/man/man4/man4.i386/intro.4 b/share/man/man4/man4.i386/intro.4 index 96a94907608..43d4d77f51c 100644 --- a/share/man/man4/man4.i386/intro.4 +++ b/share/man/man4/man4.i386/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.86 2023/05/01 06:04:46 jmc Exp $ +.\" $OpenBSD: intro.4,v 1.87 2023/05/03 22:03:18 jmc Exp $ .\" .\" Copyright (c) 1983, 1986, 1991 Regents of the University of California. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 1 2023 $ +.Dd $Mdocdate: May 3 2023 $ .Dt INTRO 4 i386 .Os .Sh NAME @@ -112,6 +112,8 @@ introduction to PCI bus support introduction to PCMCIA (PC Card) support .It Xr usb 4 introduction to Universal Serial Bus support +.It Xr virtio 4 +VirtIO support driver .El .Sh SEE ALSO .Xr autoconf 4 , diff --git a/share/man/man4/man4.riscv64/intro.4 b/share/man/man4/man4.riscv64/intro.4 index ff129065d9c..af8baca6081 100644 --- a/share/man/man4/man4.riscv64/intro.4 +++ b/share/man/man4/man4.riscv64/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.2 2022/03/31 17:27:22 naddy Exp $ +.\" $OpenBSD: intro.4,v 1.3 2023/05/03 22:03:18 jmc Exp $ .\" .\" Copyright (c) 1983, 1986, 1991 Regents of the University of California. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 31 2022 $ +.Dd $Mdocdate: May 3 2023 $ .Dt INTRO 4 riscv64 .Os .Sh NAME @@ -99,6 +99,8 @@ Inter IC (I2C) bus introduction to PCI bus support .It Xr usb 4 introduction to Universal Serial Bus support +.It Xr virtio 4 +VirtIO support driver .El .Sh SEE ALSO .Xr autoconf 4 , |