diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-05-03 21:56:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-05-03 21:56:14 +0000 |
commit | 103c613f2f0de43943939728128df5a1550ceb97 (patch) | |
tree | f1b2d91f23e270d7d24c3aa88348451994a47c20 | |
parent | 92966cceb69bd29831663e21ffb86b730dcad2f6 (diff) |
add onewire(4); ok miod
-rw-r--r-- | share/man/man4/man4.arm64/intro.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.armv7/intro.4 | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man4/man4.arm64/intro.4 b/share/man/man4/man4.arm64/intro.4 index 47ab38730b0..fa9f464bdc4 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.3 2023/05/01 06:04:46 jmc Exp $ +.\" $OpenBSD: intro.4,v 1.4 2023/05/03 21:56:13 jmc Exp $ .\" .\" Copyright (c) 2014 Sylvestre Gallon <syl@openbsd.org> .\" Copyright (c) 1983, 1986, 1991 Regents of the University of California. @@ -28,7 +28,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 arm64 .Os .Sh NAME @@ -97,6 +97,8 @@ The following buses and controllers list these devices: Advanced Configuration and Power Interface .It Xr iic 4 Inter IC (I2C) bus +.It Xr onewire 4 +1-Wire bus .It Xr pci 4 introduction to PCI bus support .It Xr usb 4 diff --git a/share/man/man4/man4.armv7/intro.4 b/share/man/man4/man4.armv7/intro.4 index d4dc6608b47..a01f5be84a4 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.5 2022/03/31 17:27:21 naddy Exp $ +.\" $OpenBSD: intro.4,v 1.6 2023/05/03 21:56:13 jmc Exp $ .\" .\" Copyright (c) 2014 Sylvestre Gallon <syl@openbsd.org> .\" Copyright (c) 1983, 1986, 1991 Regents of the University of California. @@ -28,7 +28,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 armv7 .Os .Sh NAME @@ -97,6 +97,8 @@ The following buses and controllers list these devices: Inter IC (I2C) bus .It Xr omap 4 omap3, omap4, am335x SoCs device bus +.It Xr onewire 4 +1-Wire bus .It Xr pci 4 introduction to PCI bus support .It Xr usb 4 |