diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-02-26 14:13:31 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-02-26 14:13:31 +0000 |
commit | cc4332cb41faf53a05fa8096360389f941412cae (patch) | |
tree | 2ab94acbfedb6d674167100e1c9acd351d6f9125 /share | |
parent | 3fbd44eccdd307994d3bd0fed10ad9eeacbeef0e (diff) |
pcfadc is in section 4 of the manual, not in section 8; use lower
case letters for both `environmental monitoring subsystem' and
`analog to digital converter', as these are generic terms and not
trade marks; s/analogue/analog/ on `analogue to digital converter'.
tweak on iic(4) reminded by jmc@
ok jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/iic.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/ecadc.4 | 10 | ||||
-rw-r--r-- | share/man/man4/pcfadc.4 | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index d018197348e..221f37d92d7 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.77 2010/02/25 10:08:10 jmc Exp $ +.\" $OpenBSD: iic.4,v 1.78 2010/02/26 14:13:30 sobrado Exp $ .\" .\" Copyright (c) 2004, 2006 Alexander Yurchenko <grange@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: February 25 2010 $ +.Dd $Mdocdate: February 26 2010 $ .Dt IIC 4 .Os .Sh NAME @@ -130,7 +130,7 @@ Asus ASB 100 temperature sensor .It Xr asms 4 Apple sudden motion sensor .It Xr ecadc 4 -Environmental Monitoring Subsystem temperature sensor +environmental monitoring subsystem temperature sensor .It Xr fcu 4 Apple Fan Control Unit sensor device .It Xr fintek 4 diff --git a/share/man/man4/man4.sparc64/ecadc.4 b/share/man/man4/man4.sparc64/ecadc.4 index d0c791df0b6..1cac76c3a66 100644 --- a/share/man/man4/man4.sparc64/ecadc.4 +++ b/share/man/man4/man4.sparc64/ecadc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ecadc.4,v 1.2 2007/10/21 09:33:39 jmc Exp $ +.\" $OpenBSD: ecadc.4,v 1.3 2010/02/26 14:13:30 sobrado Exp $ .\" .\" Copyright (c) 2006 Damien Miller <djm@openbsd.org> .\" @@ -14,18 +14,18 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 21 2007 $ +.Dd $Mdocdate: February 26 2010 $ .Dt ECADC 4 sparc64 .Os .Sh NAME .Nm ecadc -.Nd Environmental Monitoring Subsystem temperature sensor +.Nd environmental monitoring subsystem temperature sensor .Sh SYNOPSIS .Cd "ecadc* at iic?" .Sh DESCRIPTION The .Nm -driver supports the PCF8591 I2C Analogue to Digital Converter that is +driver supports the PCF8591 I2C analog to digital converter that is part of the environmental monitoring subsystem found on the Sun Enterprise 250 and Sun Enterprise 450 systems. The temperature readings are made available through the @@ -37,7 +37,7 @@ Sensor names, type and calibration information are read from OpenFirmware. .Sh SEE ALSO .Xr iic 4 , .Xr intro 4 , -.Xr pcfadc 8 , +.Xr pcfadc 4 , .Xr sensorsd 8 , .Xr sysctl 8 .Sh HISTORY diff --git a/share/man/man4/pcfadc.4 b/share/man/man4/pcfadc.4 index a2420afa801..f35666872dc 100644 --- a/share/man/man4/pcfadc.4 +++ b/share/man/man4/pcfadc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcfadc.4,v 1.5 2007/05/31 19:19:51 jmc Exp $ +.\" $OpenBSD: pcfadc.4,v 1.6 2010/02/26 14:13:30 sobrado Exp $ .\" .\" Copyright (c) 2006 Damien Miller <djm@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: May 31 2007 $ +.Dd $Mdocdate: February 26 2010 $ .Dt PCFADC 4 .Os .Sh NAME @@ -25,7 +25,7 @@ .Sh DESCRIPTION The .Nm -driver supports the PCF8591 I2C Analogue to Digital Converter, making +driver supports the PCF8591 I2C analog to digital converter, making its readings available through a .Xr sysctl 8 interface. |