From 450d4be88f47594bef087a59c0f3d8e293719e7c Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 24 Jul 2016 17:04:01 -0700 Subject: [PATCH] Shorten an overlong set_color example in the man page The `set_color normal` text had a comment that caused the example to wrap to the next line in an 80 column window. Shorten the comment so the example fits on one line. --- doc_src/set_color.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/set_color.txt b/doc_src/set_color.txt index 11885b97d..235466d59 100644 --- a/doc_src/set_color.txt +++ b/doc_src/set_color.txt @@ -39,7 +39,7 @@ Note 3: `set_color` works by printing sequences of characters to its stdout. If set_color red; echo "Roses are red" set_color blue; echo "Violets are blue" set_color 62A; echo "Eggplants are dark purple" -set_color normal; echo "Normal is nice" # This will reset background, too +set_color normal; echo "Normal is nice" # Resets the background too \endfish \subsection set_color-detection Terminal Capability Detection