diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-24 16:09:29 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-24 16:09:29 -0500 |
commit | 92e123ac0419a3388cda0001fb01efa9c2ccc1cf (patch) | |
tree | 789e480ba2ed219b2f00fbb4be19b0b148d3a99a /uxd.rst | |
parent | 5c130e94e4366d38c6553e008973057a3ef9c8e5 (diff) | |
download | uxd-92e123ac0419a3388cda0001fb01efa9c2ccc1cf.tar.gz |
tweak man page
Diffstat (limited to 'uxd.rst')
-rw-r--r-- | uxd.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -258,10 +258,10 @@ it, it will be a dash (so there'll be two dashes: **c3--b1**). Since the output lines are always 16 hex bytes, multibyte characters can span two lines. When this happens, the character itself will be -printed on the first line, along with the first byte(s) on hex. The +printed on the first line, along with the first byte(s) in hex. The last hex byte will be followed by a dash, and the next line of hex dump will have the remaining bytes (in the same color as the first -bytes and character). This sounds complicated, but it's easy to +byte(s) and character). This sounds complicated, but it's easy to understand once you see it a few times. EXAMPLE |