diff options
author | 2007-04-23 16:48:51 +0000 | |
---|---|---|
committer | 2007-04-23 16:48:51 +0000 | |
commit | 51138fa95fd24f369d3e6f008445adef521c2173 (patch) | |
tree | 30f6eac50aa39a57476af2ba4dc1df245a10f8bf | |
parent | remove -D stuff which is just silly, imagine if ls had a debug mode; ok marco (diff) | |
download | wireguard-openbsd-51138fa95fd24f369d3e6f008445adef521c2173.tar.xz wireguard-openbsd-51138fa95fd24f369d3e6f008445adef521c2173.zip |
more ki2c/pi2c -> kiic/piic; spotted by jmc
-rw-r--r-- | share/man/man4/iic.4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index 32b0261c66c..9532ade8fcf 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.54 2007/01/07 18:27:46 deraadt Exp $ +.\" $OpenBSD: iic.4,v 1.55 2007/04/23 16:48:51 deraadt Exp $ .\" .\" Copyright (c) 2004, 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -21,8 +21,8 @@ .Nm iic .Nd Inter IC (I2C) bus .Sh SYNOPSIS -.Cd "iic* at ki2c? # macppc" -.Cd "iic* at pi2c? # macppc" +.Cd "iic* at kiic? # macppc" +.Cd "iic* at piic? # macppc" .Cd "iic* at smu? # macppc" .Cd "iic* at alipm? # alpha i386 sparc64 " .Cd "iic* at amdiic? # amd64 i386" @@ -85,13 +85,13 @@ GPIO I2C controller National Semiconductor Geode SC1100 I2C controller .It Xr ichiic 4 Intel ICH SMBus controller -.It Xr ki2c 4 +.It Xr kiic 4 Apple Kauai I2C controller .It Xr nviic 4 NVIDIA nForce2/3/4 SMBus controller .It Xr pcfiic 4 Phillips PCF8584 I2C controller -.It Xr pi2c 4 +.It Xr piic 4 Apple via-pmu I2C controller .It Xr piixpm 4 Intel PIIX SMBus controller |