aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2022-03-30 12:20:28 +0200
committerWolfram Sang <wsa@kernel.org>2022-03-30 19:22:45 +0200
commitccf4c4ce924acc847b2e49bfc749a723f68ba75a (patch)
tree72963295841e826c6b45b6c4013f57d414fefbb6
parentcf3541b8a7ed50782edd05836020d31230fb86c6 (diff)
downloadi2c-tools-ccf4c4ce924acc847b2e49bfc749a723f68ba75a.tar.gz
i2cget: add mode character for SMBus block read to manpage
The text was updated, but the mode character was forgotten. Fixes: 789af53 ("i2cget: Add support for SMBus block read") Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Wolfram Sang <wsa@kernel.org>
-rw-r--r--tools/i2cget.82
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/i2cget.8 b/tools/i2cget.8
index 83c6f7d..a836341 100644
--- a/tools/i2cget.8
+++ b/tools/i2cget.8
@@ -49,7 +49,7 @@ an integer between 0x00 and 0xFF. If omitted, the currently active register
will be read (if that makes sense for the considered chip).
.PP
The \fImode\fR parameter, if specified, is one of the letters \fBb\fP,
-\fBw\fP, \fBc\fP, or \fBi\fP, corresponding to a read byte data, a read
+\fBw\fP, \fBc\fP, \fBs\fP, or \fBi\fP, corresponding to a read byte data, a read
word data, a write byte/read byte, an SMBus block read, or an I2C block read
transaction, respectively. A \fBp\fP can also be appended to the \fImode\fR
parameter to enable PEC, except for I2C block transactions. If the \fImode\fR