diff options
author | 2020-05-16 17:58:55 +0000 | |
---|---|---|
committer | 2020-05-16 17:58:55 +0000 | |
commit | ac584ab08f276eb34f00516a81dfaf8ab9c08e9c (patch) | |
tree | 378f1817442064e2b36ad3cc9fc6f6c959d4edba | |
parent | Planting the first seed for OpenBSD/powerpc64. (diff) | |
download | wireguard-openbsd-ac584ab08f276eb34f00516a81dfaf8ab9c08e9c.tar.xz wireguard-openbsd-ac584ab08f276eb34f00516a81dfaf8ab9c08e9c.zip |
+.Xr gpio 4 ,
ok kettenis
-rw-r--r-- | share/man/man4/bcmgpio.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/bcmgpio.4 b/share/man/man4/bcmgpio.4 index 97813cde01e..2e46ff4bf09 100644 --- a/share/man/man4/bcmgpio.4 +++ b/share/man/man4/bcmgpio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bcmgpio.4,v 1.1 2020/04/24 10:05:18 kettenis Exp $ +.\" $OpenBSD: bcmgpio.4,v 1.2 2020/05/16 17:58:55 jmc Exp $ .\" .\" Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> .\" @@ -14,7 +14,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: April 24 2020 $ +.Dd $Mdocdate: May 16 2020 $ .Dt BCMGPIO 4 .Os .Sh NAME @@ -31,6 +31,7 @@ BCM2711 SoCs. It does not provide direct device driver entry points but makes its functions available to other drivers. .Sh SEE ALSO +.Xr gpio 4 , .Xr intro 4 .Sh HISTORY The |