From f5073ed39f8a244fe70ba2294aa8dec18bac39d0 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 23 Mar 2025 19:48:58 +0100 Subject: Add ; as option delimiter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- redshift.1 | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 57 insertions(+), 2 deletions(-) (limited to 'redshift.1') diff --git a/redshift.1 b/redshift.1 index 944da66..645c8f9 100644 --- a/redshift.1 +++ b/redshift.1 @@ -191,23 +191,48 @@ coordinate system. .BI -l\fR\ provider\fR[ : options\fR] Select provider for automatic location updates. +.I options +is a colon- +.RB ( : ) +and semicolon-separated +.RB ( ; ) +list. Each option an option name and value +separated by an equals sign +.RB ( = ). + Use .B -l list to see available providers. Use .BI -l\ provider :help -to see available options. +to see available options, +or refer to the +.B EXTENDED DESCRIPTION +section. .TP .BI -m\fR\ method\fR[ : options\fR] Method to use to set colour temperature. + +.I options +is a colon- +.RB ( : ) +and semicolon-separated +.RB ( ; ) +list. Each option an option name and value +separated by an equals sign +.RB ( = ). + Use .B -m list to see available methods. Use .BI -m\ method :help -to see available options. +to see available options, +or refer to the +.B EXTENDED DESCRIPTION +section. .TP .BI -O\ temperature This is a synonym for @@ -955,6 +980,11 @@ Options for the adjustment method X display to apply adjustments to. Default is determined by the environment variable .IR DISPLAY . + +The value is expected to contain a colon +.RB ( : ) +and can only be terminated with a semicolon +.RB ( ; ). .TP .BI screen\fR\ =\ "ordinal list or " all Comma-separated @@ -1009,6 +1039,12 @@ Options for the adjustment method X display to apply adjustments to. Default is determined by the environment variable .IR DISPLAY . + +The value is expected to contain a colon +.RB ( : ) +and can only be terminated with a semicolon +.RB ( ; ). +.TP .BI screen\fR\ =\ "ordinal list or " all Comma-separated .RB ( , ) @@ -1287,6 +1323,25 @@ level above 1.0 are forbidden. .PP Gamma correction is preserved for backwards compatibility and is deprecated (gamma parameters in particular). +.PP +.RB \(dq : \(dq +was used as the option delimited for +.B -l +and +.B -m +in the original +.BR redshift , +this is preserved for backwards compatbility. However because +some new options are expected to have +.RB \(dq : \(dq +in their value, +.RB \(dq ; \(dq +has added as an additional delimiter. Despite this +.RB \(dq : \(dq +is still the preferred delimiter as it is more user-friendly +and use of options that require delimiting with +.RB \(dq ; \(dq +is uncommon. .SH NOTES \(dqColour temperature\(dq, or just \(dqtemperature\(dq, is actually short for -- cgit v1.2.3-70-g09d2