star-cem

Compute the position of the sun
git clone git://git.meso-star.com/star-cem.git
Log | Files | Refs | README | LICENSE

commit 3657372cc801c4f0b30ea82fba4a06228bf1f332
parent c7486e46c1f613b85125f5436ef99ad9671e57a5
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 10 Jun 2026 17:26:38 +0200

Improve wording in the man pages

Diffstat:
Mdoc/scem.1 | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/scem.1 b/doc/scem.1 @@ -34,13 +34,13 @@ computes the position of the sun relative to a given point on the Earth's surface, on a given date. .Pp -The longitude of the Earth's position is between +The longitude must be in .Bq -180, 180 -decimal degrees relative to Greenwich. +degrees relative to Greenwich. The angle is positive towards the east. -The latitude of the Earth's position is between +The latitude must be in .Bq -90, 90 -decimal degrees relative to the equator. +degrees relative to the equator. It is positive towards the north. .Pp On output, @@ -52,11 +52,11 @@ The message is formatted as follows: "%f %f\\n", elevation, azimuth .Ed .Pp -The elevation angle is between +The elevation angle is in .Bq -90, 90 degrees. It defines the elevation of the sun relative to the horizon. -The azimuth angle ranges from +The azimuth angle is in .Bq 0, 360 degrees, with 0° indicating north, 90° east,