From a141977eb6a476b4dfc7e35aaa26531f01f2fff9 Mon Sep 17 00:00:00 2001 From: Charles Karney Date: Mon, 27 Nov 2017 11:36:31 -0500 Subject: Update documentation on geodesics replacing an ancient page on geodesic calculations with something more helpful to the beginning user. --- man/man3/geodesic.3 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/man3/geodesic.3 b/man/man3/geodesic.3 index 938eed68..52f9b042 100644 --- a/man/man3/geodesic.3 +++ b/man/man3/geodesic.3 @@ -53,7 +53,9 @@ measure angles (latitudes, longitudes, and azimuths) in degrees, unlike the rest of the \fBproj\fR library, which uses radians. The documentation for this library is included in geodesic.h. A formatted version of the documentation is available at -https://geographiclib.sourceforge.io/1.49/C +https://geographiclib.sourceforge.io/1.49/C. Detailed documentation of +the interface is given at +https://geographiclib.sourceforge.io/1.49/C/geodesic_8h.html. .SH EXAMPLE The following program reads in lines with the coordinates for two points in decimal degrees (\fIlat1\fR, \fIlon1\fR, \fIlat2\fR, \fIlon2\fR) and @@ -88,6 +90,8 @@ libproj.a \- library of projections and support procedures Full online documentation for \fBgeodesic(3)\fR, .br https://geographiclib.sourceforge.io/1.49/C +.br +https://geographiclib.sourceforge.io/1.49/C/geodesic_8h.html .PP .B geod(1) .PP -- cgit v1.2.3