diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-05 20:29:12 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-05 20:29:12 +0100 |
commit | 5fc891fa4214cdeb7f01be274198711c716b29cd (patch) | |
tree | c0196d6029dc7a640347c8ef729c4e23edadab96 /doc/man | |
parent | m (diff) | |
download | libred-5fc891fa4214cdeb7f01be274198711c716b29cd.tar.gz libred-5fc891fa4214cdeb7f01be274198711c716b29cd.tar.bz2 libred-5fc891fa4214cdeb7f01be274198711c716b29cd.tar.xz |
m + texinfo manual
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r-- | doc/man/libred.h.0 | 8 | ||||
-rw-r--r-- | doc/man/libred_get_colour.3 | 2 | ||||
-rw-r--r-- | doc/man/libred_solar_elevation.3 | 2 |
3 files changed, 5 insertions, 7 deletions
diff --git a/doc/man/libred.h.0 b/doc/man/libred.h.0 index 30ef848..e837cb9 100644 --- a/doc/man/libred.h.0 +++ b/doc/man/libred.h.0 @@ -71,7 +71,7 @@ between .B LIBRED_SOLAR_ELEVATION_ASTRONOMICAL_DUSK_DAWN and .BR LIBRED_SOLAR_ELEVATION_SUNSET_SUNRISE ), -inclusively, other wise, this macro evaluates to 0. The input should be the +inclusively, otherwise, this macro evaluates to 0. The input should be the Sun's apparent elevation, and the macro evaluates to 1 if it is currently twilight. The given expression is evaluted either once or twice, therefore, it must not have side-effects. @@ -82,7 +82,7 @@ between .B LIBRED_SOLAR_ELEVATION_CIVIL_DUSK_DAWN and .BR LIBRED_SOLAR_ELEVATION_SUNSET_SUNRISE ), -inclusively, other wise, this macro evaluates to 0. The input should be the +inclusively, otherwise, this macro evaluates to 0. The input should be the Sun's apparent elevation, and the macro evaluates to 1 if it is currently civil twilight. The given expression is evaluted either once or twice, therefore, it must not have side-effects. @@ -93,7 +93,7 @@ between .B LIBRED_SOLAR_ELEVATION_NAUTICAL_DUSK_DAWN and .BR LIBRED_SOLAR_ELEVATION_CIVIL_DUSK_DAWN ), -inclusively, other wise, this macro evaluates to 0. The input should be the +inclusively, otherwise, this macro evaluates to 0. The input should be the Sun's apparent elevation, and the macro evaluates to 1 if it is currently nautical twilight. The given expression is evaluted either once or twice, therefore, it must not have side-effects. @@ -104,7 +104,7 @@ between .B LIBRED_SOLAR_ELEVATION_ASTRONOMICAL_DUSK_DAWN and .BR LIBRED_SOLAR_ELEVATION_NAUTICAL_DUSK_DAWN ), -inclusively, other wise, this macro evaluates to 0. The input should be the +inclusively, otherwise, this macro evaluates to 0. The input should be the Sun's apparent elevation, and the macro evaluates to 1 if it is currently astronomical twilight. The given expression is evaluted either once or twice, therefore, it must not have side-effects. diff --git a/doc/man/libred_get_colour.3 b/doc/man/libred_get_colour.3 index 5220067..c2a951a 100644 --- a/doc/man/libred_get_colour.3 +++ b/doc/man/libred_get_colour.3 @@ -63,8 +63,6 @@ The function may also fail for any reason specified for and set the value of .B errno to the same values. -.B errno -is always set to 0 on success. .SH "FUTURE DIRECTIONS" It is possible that the behaviour is changed to loading the colour temperature lookup table rather than just open a diff --git a/doc/man/libred_solar_elevation.3 b/doc/man/libred_solar_elevation.3 index b87124a..05a4100 100644 --- a/doc/man/libred_solar_elevation.3 +++ b/doc/man/libred_solar_elevation.3 @@ -22,7 +22,7 @@ values between -90 and +90 for .I latitude and values between -180 and +180 for and .IR longitude . -Other values may or may not work, not error is thrown if used. +Other values may or may not work, no error is thrown if used. .SH "RETURN VALUE" Upon successful completion, the function sets .B errno |