diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-24 17:54:07 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-24 17:54:07 -0500 |
commit | 1430eaacc3136ecc0b760ddc81c4b822fd3cc020 (patch) | |
tree | 4d4430e9db3d86711bf2239d8e41d2a7f1e7ad89 | |
parent | a9ffd2cbe383ef4fa0ce350c55cd6ba29c83f0aa (diff) | |
download | uxd-1430eaacc3136ecc0b760ddc81c4b822fd3cc020.tar.gz |
tweak man page
-rw-r--r-- | uxd.1 | 2 | ||||
-rw-r--r-- | uxd.rst | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -415,7 +415,7 @@ these as periods, like standard hex dumpers do. The Unicode BOM (byte order marker, \fBU+FEFF\fP) is printed as a purple letter B. .TP .B \fBred\fP -Invalid UTF\-8 sequences. These are rendered as � (\fBU+0FFD\fP) with +Invalid UTF\-8 sequences. These are rendered as \fB�\fP (\fBU+0FFD\fP) with a red background, to make them stand out. Invalid sequences are: .INDENT 7.0 @@ -314,7 +314,7 @@ changed with the **-c** option (see above). (byte order marker, **U+FEFF**\) is printed as a purple letter B. **red** - Invalid UTF-8 sequences. These are rendered as � (**U+0FFD**\) with + Invalid UTF-8 sequences. These are rendered as **�** (**U+0FFD**\) with a red background, to make them stand out. Invalid sequences are: |