diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-23 19:48:58 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-23 19:48:58 +0100 |
commit | f5073ed39f8a244fe70ba2294aa8dec18bac39d0 (patch) | |
tree | e86f82721c0cbab173c0a9aa65e61324969e018e /redshift.1 | |
parent | Clean up (diff) | |
download | redshift-ng-f5073ed39f8a244fe70ba2294aa8dec18bac39d0.tar.gz redshift-ng-f5073ed39f8a244fe70ba2294aa8dec18bac39d0.tar.bz2 redshift-ng-f5073ed39f8a244fe70ba2294aa8dec18bac39d0.tar.xz |
Add ; as option delimiter
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'redshift.1')
-rw-r--r-- | redshift.1 | 59 |
1 files changed, 57 insertions, 2 deletions
@@ -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 |