From a3b8afe314883f977f37c202fe39297726108e41 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 4 Feb 2025 18:22:32 +0100 Subject: Improve quality, fix errors, update comments, update man pages, add new man pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libred.h.0 | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'libred.h.0') diff --git a/libred.h.0 b/libred.h.0 index 3dd97b8..c4f8a93 100644 --- a/libred.h.0 +++ b/libred.h.0 @@ -8,7 +8,8 @@ libred.h \- Solar elevation and blackbody colour calculation .fi .PP Link with -.IR -lred . +.I -lred +.IR -lm . .SH DESCRIPTION The .I @@ -116,11 +117,21 @@ It is night only if the Sun's apparent elevation is negative. This header defines the following functions: .TP * -.BR libred_solar_elevation (3) +.BR libred_get_colour (3) .TP * -.BR libred_get_colour (3) +.BR libred_get_colour_xy (3) +.TP +* +.BR libred_get_temperature (3) +.TP +* +.BR libred_get_temperature (3) +.TP +* +.BR libred_solar_elevation (3) .SH SEE ALSO .BR libred (7), -.BR libred_solar_elevation (3), -.BR libred_get_colour (3) +.BR libred_get_colour (3), +.BR libred_get_temperature (3), +.BR libred_solar_elevation (3) -- cgit v1.2.3-70-g09d2