From 0cf6d8dca2d725c7ddfc92ab56a59bb882e67fc7 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 22 Dec 2024 17:58:14 -0500 Subject: fix -a option docs --- usage.c | 2 +- uxd.1 | 4 ++-- uxd.rst | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/usage.c b/usage.c index b8a4428..c3c4b89 100644 --- a/usage.c +++ b/usage.c @@ -1,6 +1,6 @@ char *usage_opts[] = { " --: no more options.", - " -1: don't alternate colors for normal characters.", + " -1: don't alternate colors.", " -b: bold color output.", " -c nnnnn: colors (2 to 5 digits, 0 to 7).", " -d data: dump this data instead of a file.", diff --git a/uxd.1 b/uxd.1 index 1e55777..2c3ffc2 100644 --- a/uxd.1 +++ b/uxd.1 @@ -78,9 +78,9 @@ begins with \fB\-\fP\&. .INDENT 0.0 .TP .B \-1 -Don\(aqt alternate colors for normal characters. +Don\(aqt alternate colors. .UNINDENT -.\" don't alternate colors for normal characters. +.\" don't alternate colors. . .INDENT 0.0 .TP diff --git a/uxd.rst b/uxd.rst index f1fdb98..7fc1800 100644 --- a/uxd.rst +++ b/uxd.rst @@ -65,9 +65,9 @@ as *K*, *M*, and *G* for power-of-10 based (e.g. *1K* is 1000 bytes). .. no more options. -1 - Don't alternate colors for normal characters. + Don't alternate colors. -.. don't alternate colors for normal characters. +.. don't alternate colors. -b Bold output. This may be more or less readable, depending on your -- cgit v1.2.3