From 50c2211fa1cd2f7624b8ccee48c891f80514026d Mon Sep 17 00:00:00 2001 From: merakor Date: Thu, 14 May 2020 08:38:13 +0000 Subject: kiss: change KISS_COLOUR variable to KISS_COLOR American English smh... FossilOrigin-Name: 98f76b6b201d870593d647b8c0d9ec38942eecf7d378f20cfbe9e4400bf4457f --- man/kiss.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/kiss.1 b/man/kiss.1 index 8074ca3..318eb20 100644 --- a/man/kiss.1 +++ b/man/kiss.1 @@ -178,12 +178,12 @@ export KISS_TMPDIR= .SS ENABLING/DISABLING COLOUR If run in a subshell, \fBKISS\fR disables colour output. However, this behaviour -can be overriden. If a user defines a \fIKISS_COLOUR\fR environment value, it will +can be overriden. If a user defines a \fIKISS_COLOR\fR environment value, it will be enabled or disabled globally .IP -export KISS_COLOUR=1 # Enables globally +export KISS_COLOR=1 # Enables globally .IP -export KISS_COLOUR=0 # Disables globally +export KISS_COLOR=0 # Disables globally .PP .SS DISABLING PROMPTS User can disable prompts by setting a \fIKISS_NOPROMPT\fR environment value. This -- cgit v1.2.3