Commit 7a0e222
committed
Fix last xxd prose reference in safe-editing.md
what:
- Replace 'Verify the result with xxd' with 'Verify with od -A x -t x1z | grep 5c'
in safe-editing.md prose
why:
The code blocks already use od instead of xxd but the prose instruction
still referenced the old Linux-only tool. The explanatory note about xxd
not being available everywhere is kept as-is — it documents why od was chosen.1 parent f92e4d2 commit 7a0e222
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments