From 398f17fdf635ae64c4d5944190c73379dd953de6 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 15 Dec 2024 17:01:26 -0500 Subject: tweak man page --- uxd.1 | 5 ++++- uxd.rst | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/uxd.1 b/uxd.1 index 9107d3b..bd812d8 100644 --- a/uxd.1 +++ b/uxd.1 @@ -188,6 +188,9 @@ that if a regular ↵ character appears in the input, it\(aqll be rendered in either green or yellow (so you can tell it\(aqs not just another newline). .SH COLORS +.sp +The colors in this description are the default ones. They can be +changed with the \fB\-c\fP option (see above). .INDENT 0.0 .TP .B \fBgreen\fP, \fByellow\fP @@ -201,7 +204,7 @@ standard hex dumpers do. The Unicode BOM (byte order marker, U+FEFF) is printed as a purple letter B. .TP .B \fBred\fP -Invalid UTF\-8 sequences. These are rendered with a red foreground, to make them +Invalid UTF\-8 sequences. These are rendered with a red background, to make them stand out. Examples of invalid sequences: .INDENT 7.0 .INDENT 3.5 diff --git a/uxd.rst b/uxd.rst index 0290f20..de5cc86 100644 --- a/uxd.rst +++ b/uxd.rst @@ -175,6 +175,9 @@ another newline). COLORS ====== +The colors in this description are the default ones. They can be +changed with the **-c** option (see above). + **green**, **yellow** Printable characters (except the space, U+0020) alternate between green and yellow. @@ -186,7 +189,7 @@ COLORS as a purple letter B. **red** - Invalid UTF-8 sequences. These are rendered with a red foreground, to make them + Invalid UTF-8 sequences. These are rendered with a red background, to make them stand out. Examples of invalid sequences: - Prefix bytes (>= 0x80) which are not followed by the correct number of continuation -- cgit v1.2.3