Commit: 2950faabcae58c6785312abb6ae1caf0da2345ab Parent: 6a6c403dfd2c6359cb7117f12d85923c775e9c5e Author: Randy Palamar Date: Sun, 2 Apr 2023 22:30:08 -0600 fix line length in manpage and remove reference to xtemp(1) xtemp doesn't seem to be a real program. Diffstat:
M | sct.1 | | | 12 | +++++++----- |
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/sct.1 b/sct.1 @@ -27,16 +27,18 @@ Zero-based index of CRTC to use. .TP .BI [temperature] Black body temperature -.br +.BR If the value is 0, sct sets the color temperature to the default of 6500 -.br -If no arguments are passed, sct estimates the current display temperature and brightness +.BR +If no arguments are passed, sct estimates the current display temperature +and brightness .TP .BI [brightness] -Linear brightness between 0.0 (inclusive) and 1.0 (inclusive). The default value is 1.0 if no parameter is passed. +Linear brightness between 0.0 (inclusive) and 1.0 (inclusive). The +default value is 1.0 if no parameter is passed. .SH AUTHOR sct is based on code by Ted Unangst <tedu@openbsd.org> .SH SEE ALSO -redshift(1), xtemp(1) +.BR redshift (1)