From e1e6fef2c968ee52beef10a9095bb2d1082be491 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sun, 14 Jun 2015 17:04:54 -0500 Subject: [PATCH] wmsun: Escape hyphens in manpage. Based on the patch for Debian by Denis Briand [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 Use an alternate X Display. @@ -24,7 +24,7 @@ Set latitude of observer. .B \-lon Set longitude of observer. .TP -.B \-td +.B \-td 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).