svn commit: r327221 - head/share/man/man4
Ian Lepore
ian at FreeBSD.org
Tue Dec 26 18:42:30 UTC 2017
Author: ian
Date: Tue Dec 26 18:42:29 2017
New Revision: 327221
URL: https://svnweb.freebsd.org/changeset/base/327221
Log:
Complete the changing of the old "i2c-address" property to the modern "reg"
property by updating the description text to match the updated example.
This should have been part of r327220
Modified:
head/share/man/man4/lm75.4
Modified: head/share/man/man4/lm75.4
==============================================================================
--- head/share/man/man4/lm75.4 Tue Dec 26 18:34:07 2017 (r327220)
+++ head/share/man/man4/lm75.4 Tue Dec 26 18:42:29 2017 (r327221)
@@ -157,13 +157,11 @@ i2c {
.Ed
.Pp
Where:
-.Bl -tag -width ".Va i2c-address"
+.Bl -tag -width ".Va compatible"
.It Va compatible
Should always be set to "national,lm75".
-.It Va i2c-address
-The
-.Va i2c-address
-property indicates which i2c address the
+.It Va reg
+Indicates which 7-bit i2c address the
.Nm
is wired at.
.Nm
More information about the svn-src-all
mailing list