aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2017-04-03 19:29:38 +0200
committerWolfram Sang <wsa@the-dreams.de>2017-04-07 14:10:23 +0200
commitcb5ad58d3c25700c9d4d588ae354c8dadada37bb (patch)
tree542ea557206866f96aa11a6f145b46149bcb343f
parent1ed92ae76a56789d208561b873e500b79c90f198 (diff)
downloadi2c-tools-cb5ad58d3c25700c9d4d588ae354c8dadada37bb.tar.gz
i2ctransfer: grammar fixes in manpage
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
-rw-r--r--tools/i2ctransfer.84
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/i2ctransfer.8 b/tools/i2ctransfer.8
index 28b3388..0dd43c9 100644
--- a/tools/i2ctransfer.8
+++ b/tools/i2ctransfer.8
@@ -74,7 +74,7 @@ This number should correspond to one of the busses listed by
The next parameter is one or multiple
.I desc
blocks.
-The number of blocks is limited by the Linux Kernel and defined in I2C_RDWR_IOCTL_MAX_MSGS (42 as of v4.10).
+The number of blocks is limited by the Linux Kernel and defined by I2C_RDWR_IOCTL_MAX_MSGS (42 as of v4.10).
.I desc
blocks are composed like this:
@@ -86,7 +86,7 @@ specifies if the message is read or write
.TP
.B <length_of_message>
specifies the number of bytes read or written in this message.
-It is parsed as an unsigned 16 bit integer, but note that the Linux Kernel apply an additional upper limit (8192 as of v4.10).
+It is parsed as an unsigned 16 bit integer, but note that the Linux Kernel applies an additional upper limit (8192 as of v4.10).
.TP
.B [@address]
specifies the 7-bit address of the chip to be accessed for this message, and is an integer.