Based on the patch for Debian by Denis Briand <[email protected]> [1]. [1] http://sources.debian.net/src/wmsun/1.03%2B1-2/debian/patches/02_fix_hyphen-used-as-minus-sign.diff/ --- wmsun/wmsun.1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/wmsun/wmsun.1 b/wmsun/wmsun.1 index 33cbd88..5bb53e3 100644 --- a/wmsun/wmsun.1 +++ b/wmsun/wmsun.1 @@ -10,7 +10,7 @@ LAtitude and Longitude correctly for it to work. .SH OPTIONS .TP .B \-h -Display list of command-line options. +Display list of command\-line options. .TP .B \-display <display> Use an alternate X Display. @@ -24,7 +24,7 @@ Set latitude of observer. .B \-lon <Longitude> Set longitude of observer. .TP -.B \-td <UT - LT> +.B \-td <UT \- LT> Set the difference beteeen UT and LT. Useful when you want to show the Sunrise/Sunset at a remote lat/lon without resetting your clock. .TP @@ -35,11 +35,11 @@ Use 12-hour clock. Set the date to show sunrise/sunset for. .SH EXAMPLES .TP -.B wmSun -lon 106.3 -lat 35.9 +.B wmSun \-lon 106.3 \-lat 35.9 this would display rise/set times at Los Alamos in local time. .TP -.B wmSun -lat 19.58 -lon 155.92 -td 10 -this would display rise/set times in Kona, Hawaii in local time (in winter -- you need to +.B wmSun \-lat 19.58 \-lon 155.92 \-td 10 +this would display rise/set times in Kona, Hawaii in local time (in winter \-\- you need to take into account daylight savings at other times of the year). .SH BUGS Who knows? (Let me know if you find any). -- 2.1.4 -- To unsubscribe, send mail to [email protected].
