diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-03 19:31:31 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-03 19:31:31 +0100 |
commit | 213bff694040c995f5499072d0e8b7519837e99c (patch) | |
tree | 8bf976ba40fd3e3256df2dec6e290bd48d611e9b /libred_solar_elevation.3 | |
parent | Fix previous commit (diff) | |
download | libred-213bff694040c995f5499072d0e8b7519837e99c.tar.gz libred-213bff694040c995f5499072d0e8b7519837e99c.tar.bz2 libred-213bff694040c995f5499072d0e8b7519837e99c.tar.xz |
Add libred_get_colour_xy, libred_get_temperature_xy, and libred_get_temperature
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libred_solar_elevation.3')
-rw-r--r-- | libred_solar_elevation.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libred_solar_elevation.3 b/libred_solar_elevation.3 index 9bb4b0a..70587ca 100644 --- a/libred_solar_elevation.3 +++ b/libred_solar_elevation.3 @@ -27,11 +27,13 @@ Other values may or may not work, no error is thrown if used. .SH RETURN VALUE Upon successful completion, the .BR libred_solar_elevation () -return 0, on failure it returns -1 and sets +function returns 0, on failure it returns -1 and sets .I errno to indicate the error. .SH ERRORS -The function may fail for any reason specified for +The +.BR libred_solar_elevation () +function may fail for any reason specified for .BR clock_gettime (3). .SH SEE ALSO .BR libred.h (0), |