* [PATCH i2c-tools] i2ctransfer: man: make data block suffixes bold
@ 2026-06-09 19:18 Wolfram Sang
2026-06-10 20:56 ` Wolfram Sang
0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2026-06-09 19:18 UTC (permalink / raw)
To: linux-i2c; +Cc: Wolfram Sang
Highlight the suffixes for better readability. Inspired by an upcoming
documentation update from Benoît Monin.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
tools/i2ctransfer.8 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tools/i2ctransfer.8 b/tools/i2ctransfer.8
index 4bdf436..e2dbb89 100644
--- a/tools/i2ctransfer.8
+++ b/tools/i2ctransfer.8
@@ -129,16 +129,16 @@ bytes which can be marked with the usual prefixes for hexadecimal, octal, etc.
To make it easier to create larger data blocks easily, the data byte can have a suffix.
.TP
-=
+.B =
keep value constant until end of message (i.e. 0= means 0, 0, 0, ...)
.TP
-+
+.B +
increase value by 1 until end of message (i.e. 0+ means 0, 1, 2, ...)
.TP
--
+.B -
decrease value by 1 until end of message (i.e. 0xff- means 0xff, 0xfe, 0xfd, ...)
.TP
-p
+.B p
use value as seed for an 8 bit pseudo random sequence (i.e. 0p means 0x00, 0x50, 0xb0, ...)
.SH EXAMPLES
--
2.51.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-10 20:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-09 19:18 [PATCH i2c-tools] i2ctransfer: man: make data block suffixes bold Wolfram Sang
2026-06-10 20:56 ` Wolfram Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox