diff options
author | 2020-04-22 11:35:03 +0000 | |
---|---|---|
committer | 2020-04-22 11:35:03 +0000 | |
commit | 861407c02b5ecb3cc8df4ad69c8ef1ed2337cf7c (patch) | |
tree | ef7aa3102046e117c062ea391f39a6dfd03806d1 | |
parent | Knock out a few more well-known nodes that we don't intend to attach a (diff) | |
download | wireguard-openbsd-861407c02b5ecb3cc8df4ad69c8ef1ed2337cf7c.tar.xz wireguard-openbsd-861407c02b5ecb3cc8df4ad69c8ef1ed2337cf7c.zip |
sort SEE ALSO;
-rw-r--r-- | share/man/man4/bcmdmac.4 | 4 | ||||
-rw-r--r-- | share/man/man4/bcmsdhost.4 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/bcmdmac.4 b/share/man/man4/bcmdmac.4 index 3b3d3e74ddf..70cfa8ede93 100644 --- a/share/man/man4/bcmdmac.4 +++ b/share/man/man4/bcmdmac.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bcmdmac.4,v 1.1 2020/04/22 10:10:41 kettenis Exp $ +.\" $OpenBSD: bcmdmac.4,v 1.2 2020/04/22 11:35:03 jmc Exp $ .\" .\" Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> .\" @@ -31,8 +31,8 @@ BCM283x and BCM2711 SoCs. The controller is used to support DMA for devices that don't provide a DMA controller of their own. .Sh SEE ALSO -.Xr intro 4 , .Xr bcmsdhost 4 , +.Xr intro 4 .Sh HISTORY .Ox support for diff --git a/share/man/man4/bcmsdhost.4 b/share/man/man4/bcmsdhost.4 index 7a7a30fba1b..559177465e4 100644 --- a/share/man/man4/bcmsdhost.4 +++ b/share/man/man4/bcmsdhost.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bcmsdhost.4,v 1.1 2020/04/22 10:10:41 kettenis Exp $ +.\" $OpenBSD: bcmsdhost.4,v 1.2 2020/04/22 11:35:03 jmc Exp $ .\" .\" Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> .\" @@ -38,8 +38,8 @@ subsystem performs SD/MMC transactions to communicate with whatever SD devices are inserted into the card slot or directly connected to the controller. .Sh SEE ALSO -.Xr intro 4 , .Xr bcmdmac 4 , +.Xr intro 4 , .Xr sdmmc 4 .Sh HISTORY .Ox |