Page MenuHomeFreeBSD

Update the iic(4) man page about the use of slave address
ClosedPublic

Authored by loos on Jun 11 2014, 8:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 8:20 AM
Unknown Object (File)
Mar 7 2024, 9:10 PM
Unknown Object (File)
Jan 3 2024, 10:31 PM
Unknown Object (File)
Nov 27 2023, 2:07 AM
Unknown Object (File)
Nov 25 2023, 10:44 PM
Unknown Object (File)
Oct 3 2023, 7:59 PM
Unknown Object (File)
Sep 9 2023, 5:10 PM
Unknown Object (File)
Aug 12 2023, 6:05 PM
Subscribers
None

Details

Reviewers
brueffer
Summary

Could you verify my grammar for the following change (on iic.4) ? I need some help to make this text clear and concise.

iic.4

Clarify about the use of the 7-bit slave addresses on iic ioctls.

iicbus.4

Add the cross reference for iic(4).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

loos retitled this revision from to Update the iic(4) man page about the use of slave address.
loos updated this object.
loos edited the test plan for this revision. (Show Details)
loos added a reviewer: brueffer.
brueffer edited edge metadata.
brueffer added inline comments.
share/man/man4/iic.4
54

This sentence sounds pretty circular to me. How about this?

The
.Va slave
element consists of a 7-bit address and a read/write bit
(i.e., 7-bit address << 1 | r/w).

66

Should be: ".Dv I2CSTART ." on a new line.

This revision now requires changes to proceed.Jun 18 2014, 11:19 AM
loos edited edge metadata.

Right Chris! I think it is a lot better with your change, please check if it is fine now, i'll bump the .Dd dates when it is ready for commit.

brueffer edited edge metadata.

Looks good!

This revision is now accepted and ready to land.Jun 19 2014, 5:16 AM

Thank you Chris. Committed in r267834.