diff options
author | 2005-11-18 23:20:18 +0000 | |
---|---|---|
committer | 2005-11-18 23:20:18 +0000 | |
commit | 2e14c7f27be42f0f73b50f37b1b5bd57ca9b840f (patch) | |
tree | 9e196bd2d913f90061a157d7a7dee52f7061a3d6 | |
parent | Fix writes on the i2c bus. (diff) | |
download | wireguard-openbsd-2e14c7f27be42f0f73b50f37b1b5bd57ca9b840f.tar.xz wireguard-openbsd-2e14c7f27be42f0f73b50f37b1b5bd57ca9b840f.zip |
reference gpio(4)
-rw-r--r-- | share/man/man4/pcagpio.4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man4/pcagpio.4 b/share/man/man4/pcagpio.4 index 759984f8a33..13fbcb002c4 100644 --- a/share/man/man4/pcagpio.4 +++ b/share/man/man4/pcagpio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcagpio.4,v 1.3 2005/11/18 23:16:41 jmc Exp $ +.\" $OpenBSD: pcagpio.4,v 1.4 2005/11/18 23:20:18 jmc Exp $ .\" .\" Copyright (c) 2005 Theo de Raadt <deraadt@openbsd.org> .\" @@ -26,9 +26,7 @@ .Sh DESCRIPTION The .Nm -driver provides support for the Philips PCA955[457] -.Xr gpio 4 -controller. +driver provides support for the Philips PCA955[457] GPIO controller. The device has 8 pins which can be configured as either inputs or outputs, and accessed using .Xr gpioctl 8 . @@ -36,6 +34,7 @@ inputs or outputs, and accessed using .\" .Xr sysctl 8 .\" interface. .Sh SEE ALSO +.Xr gpio 4 , .Xr iic 4 , .Xr intro 4 , .Xr gpioctl 8 |