diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-06-18 20:39:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-06-18 20:39:29 +0000 |
commit | 0d44b1d43e74766111c2d0d26739e06b278dcdaa (patch) | |
tree | edcc30cdc59363db24a0fd6d36f90e0aec6d156c /share | |
parent | f150d6c6f68faecc713997a3b76681e034064af8 (diff) |
- tweak pcamux.4 text
- Phillips -> Philips
ok kettenis
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/iic.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/ebus.4 | 6 | ||||
-rw-r--r-- | share/man/man4/pcamux.4 | 8 | ||||
-rw-r--r-- | share/man/man4/pcfiic.4 | 8 |
4 files changed, 13 insertions, 13 deletions
diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index 4f03f02a93b..bc98894f559 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.111 2020/06/18 19:30:53 kettenis Exp $ +.\" $OpenBSD: iic.4,v 1.112 2020/06/18 20:39:28 jmc Exp $ .\" .\" Copyright (c) 2004, 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -115,7 +115,7 @@ NVIDIA nForce2/3/4 SMBus controller .It Xr octiic 4 OCTEON two-wire serial interface .It Xr pcfiic 4 -Phillips PCF8584 I2C controller +Philips PCF8584 I2C controller .It Xr piic 4 Apple via-pmu I2C controller .It Xr piixpm 4 diff --git a/share/man/man4/man4.sparc64/ebus.4 b/share/man/man4/man4.sparc64/ebus.4 index 71b085227f8..3d77ef491a6 100644 --- a/share/man/man4/man4.sparc64/ebus.4 +++ b/share/man/man4/man4.sparc64/ebus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ebus.4,v 1.25 2019/12/05 12:46:54 mpi Exp $ +.\" $OpenBSD: ebus.4,v 1.26 2020/06/18 20:39:28 jmc Exp $ .\" $NetBSD: ebus.4,v 1.3 2002/03/13 21:42:20 wiz Exp $ .\" .\" Copyright (c) 1999 Matthew R. Green @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: December 5 2019 $ +.Dd $Mdocdate: June 18 2020 $ .Dt EBUS 4 sparc64 .Os .Sh NAME @@ -78,7 +78,7 @@ lights out management .It Xr lpt 4 parallel port driver .It Xr pcfiic 4 -Phillips PCF8584 I2C controller +Philips PCF8584 I2C controller .It Xr pckbc 4 PC (ISA) keyboard controller driver .It Xr pmc 4 diff --git a/share/man/man4/pcamux.4 b/share/man/man4/pcamux.4 index 31ee9905b20..2ff2b1fc511 100644 --- a/share/man/man4/pcamux.4 +++ b/share/man/man4/pcamux.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcamux.4,v 1.1 2020/06/18 19:30:54 kettenis Exp $ +.\" $OpenBSD: pcamux.4,v 1.2 2020/06/18 20:39:28 jmc Exp $ .\" .\" Copyright (c) 2020 Mark Kettenis <kettenis@openbsd.org> .\" @@ -19,15 +19,15 @@ .Os .Sh NAME .Nm pcamux -.Nd Phillips PCA9548 I2C switch +.Nd Philips PCA9548 I2C switch .Sh SYNOPSIS .Cd "pcamux* at iic?" .Cd "iic* at pcamux?" .Sh DESCRIPTION The .Nm -driver provides support for the Phillips PCA9548 I2C switch to be used -with the +driver provides support for the Philips PCA9548 I2C switch, +which is used with the .Xr iic 4 framework. .Sh SEE ALSO diff --git a/share/man/man4/pcfiic.4 b/share/man/man4/pcfiic.4 index b27fb999ec1..dd300ce8847 100644 --- a/share/man/man4/pcfiic.4 +++ b/share/man/man4/pcfiic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcfiic.4,v 1.4 2013/07/16 16:05:49 schwarze Exp $ +.\" $OpenBSD: pcfiic.4,v 1.5 2020/06/18 20:39:28 jmc Exp $ .\" .\" Copyright (c) 2006 David Gwynne <dlg@openbsd.org> .\" @@ -14,12 +14,12 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: June 18 2020 $ .Dt PCFIIC 4 .Os .Sh NAME .Nm pcfiic -.Nd Phillips PCF8584 I2C controller +.Nd Philips PCF8584 I2C controller .Sh SYNOPSIS .Cd "# sparc64" .Cd "pcfiic* at ebus?" @@ -27,7 +27,7 @@ .Sh DESCRIPTION The .Nm -driver provides support for the Phillips PCF8584 I2C controller to be +driver provides support for the Philips PCF8584 I2C controller to be used with the .Xr iic 4 framework. |