diff mbox series

[i2c-tools] i2cget: add mode character for SMBus block read to manpage

Message ID 20220330102028.36187-1-wsa+renesas@sang-engineering.com
State New
Headers show
Series [i2c-tools] i2cget: add mode character for SMBus block read to manpage | expand

Commit Message

Wolfram Sang March 30, 2022, 10:20 a.m. UTC
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>
---
 tools/i2cget.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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