Date: Tue, 26 Dec 2017 18:42:29 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r327221 - head/share/man/man4 Message-ID: <201712261842.vBQIgTox033062@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712261842.vBQIgTox033062>