diff -u --new-file --recursive predict-2.1.5.orig/docs/man/geosat.man predict/docs/man/geosat.man --- predict-2.1.5.orig/docs/man/geosat.man Thu Jan 1 01:00:00 1970 +++ predict/docs/man/geosat.man Mon Feb 4 17:26:12 2002 @@ -0,0 +1,11 @@ +.TH GEOSAT 1 "20 December 1999" +.SH NAME +geosat \- Calculate Az and El to Geostationary Satellites +.SH SYNOPSIS +\fB geosat\fP +.SH DESCRIPTION +\fBGEOSAT\fP is a small program which prompts for a longtitude, and displays +the azimuth and elevation to a geostationary satellite at that longitude. The +location of the observer is taken from the data files for predict(1). +.SH AUTHOR +This man page was written by Bdale Garbee, N3EUA, for Debian GNU/Linux. diff -u --new-file --recursive predict-2.1.5.orig/predict.h predict/predict.h --- predict-2.1.5.orig/predict.h Thu Jan 1 01:00:00 1970 +++ predict/predict.h Mon Feb 4 17:26:12 2002 @@ -0,0 +1 @@ +char *predictpath={"/usr/lib/predict/"}, soundcard=1, *version={"2.1.5"}; diff -u --new-file --recursive predict-2.1.5.orig/vocalizer/vocalizer.h predict/vocalizer/vocalizer.h --- predict-2.1.5.orig/vocalizer/vocalizer.h Thu Jan 1 01:00:00 1970 +++ predict/vocalizer/vocalizer.h Mon Feb 4 17:26:12 2002 @@ -0,0 +1 @@ +char *path={"/usr/lib/predict/"};