diff mbox

[i2c-tools,2/2] i2ctransfer: grammar fixes in manpage

Message ID 20170403173613.2238-2-wsa+renesas@sang-engineering.com (mailing list archive)
State Not Applicable
Delegated to: Geert Uytterhoeven
Headers show

Commit Message

Wolfram Sang April 3, 2017, 5:36 p.m. UTC
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 tools/i2ctransfer.8 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Geert Uytterhoeven April 4, 2017, 7:31 a.m. UTC | #1
Hi Wolfram,

On Mon, Apr 3, 2017 at 7:36 PM, Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
> --- 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).

defined by?

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
Wolfram Sang April 7, 2017, 12:13 p.m. UTC | #2
On Tue, Apr 04, 2017 at 09:31:17AM +0200, Geert Uytterhoeven wrote:
> Hi Wolfram,
> 
> On Mon, Apr 3, 2017 at 7:36 PM, Wolfram Sang
> <wsa+renesas@sang-engineering.com> wrote:
> > --- 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).
> 
> defined by?

Thanks, yes. Fixed locally and pushed out.
diff mbox

Patch

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.