From: Wolfram Sang <wsa+renesas@sang-engineering.com>
To: linux-i2c@vger.kernel.org
Cc: linux-renesas-soc@vger.kernel.org,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
"Wolfram Sang" <wsa+renesas@sang-engineering.com>
Subject: [PATCH i2c-tools 2/2] i2ctransfer: grammar fixes in manpage
Date: Mon, 3 Apr 2017 19:36:13 +0200 [thread overview]
Message-ID: <20170403173613.2238-2-wsa+renesas@sang-engineering.com> (raw)
In-Reply-To: <20170403173613.2238-1-wsa+renesas@sang-engineering.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
tools/i2ctransfer.8 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/i2ctransfer.8 b/tools/i2ctransfer.8
index 28b3388..d17df3c 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 with 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.
--
2.11.0
next prev parent reply other threads:[~2017-04-03 17:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-03 17:36 [PATCH i2c-tools 1/2] i2ctransfer: replace broken "force" handling Wolfram Sang
2017-04-03 17:36 ` Wolfram Sang [this message]
2017-04-04 7:31 ` [PATCH i2c-tools 2/2] i2ctransfer: grammar fixes in manpage Geert Uytterhoeven
2017-04-07 12:13 ` Wolfram Sang
2017-04-07 12:13 ` [PATCH i2c-tools 1/2] i2ctransfer: replace broken "force" handling Wolfram Sang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170403173613.2238-2-wsa+renesas@sang-engineering.com \
--to=wsa+renesas@sang-engineering.com \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=u.kleine-koenig@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).