[PATCH] docs: ABI: OCP TimeCard: use literal blocks for commands

From: Randy Dunlap

Date: Mon Sep 21 2026 - 00:48:37 EST


Use literal blocks for 'echo' commands to separate them from
the surrounding text. Otherwise the lines run together, without any
clear break before or after the commands.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
---
Cc: Vadim Fedorenko <vadim.fedorenko@xxxxxxxxx>
Cc: Jonathan Lemon <jonathan.lemon@xxxxxxxxx>
Cc: netdev@xxxxxxxxxxxxxxx
Cc: "David S. Miller" <davem@xxxxxxxxxxxxx>
Cc: Eric Dumazet <edumazet@xxxxxxxxxx>
Cc: Jakub Kicinski <kuba@xxxxxxxxxx>
Cc: Paolo Abeni <pabeni@xxxxxxxxxx>
Cc: Simon Horman <horms@xxxxxxxxxx>
Cc: Jonathan Corbet <corbet@xxxxxxx>
Cc: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>
Cc: linux-doc@xxxxxxxxxxxxxxx

Documentation/ABI/testing/sysfs-timecard | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

--- linux-next-20260918.orig/Documentation/ABI/testing/sysfs-timecard
+++ linux-next-20260918/Documentation/ABI/testing/sysfs-timecard
@@ -156,9 +156,11 @@ Description: (RW) Used to start the sign

period [duty [phase [polarity]]]

- echo 500000000 > signal # 1/2 second period
- echo 1000000 40 100 > signal
- echo 0 > signal # turn off generator
+ ::
+
+ echo 500000000 > signal # 1/2 second period
+ echo 1000000 40 100 > signal
+ echo 0 > signal # turn off generator

Period and phase are specified in nanoseconds. Duty cycle is
a percentage from 1-99. Polarity is 1 or 0.