summaryrefslogtreecommitdiff
path: root/static/unix-v10/man7/weather.7
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man7/weather.7
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/unix-v10/man7/weather.7')
-rw-r--r--static/unix-v10/man7/weather.745
1 files changed, 45 insertions, 0 deletions
diff --git a/static/unix-v10/man7/weather.7 b/static/unix-v10/man7/weather.7
new file mode 100644
index 00000000..89a9e930
--- /dev/null
+++ b/static/unix-v10/man7/weather.7
@@ -0,0 +1,45 @@
+.TH WEATHER 7 alice
+.CT 1 inst_info
+.SH NAME
+weather \- conditions and forecast by town
+.SH SYNOPSIS
+.B weather
+[
+.B -h
+]
+[
+.B -m
+]
+.SH DESCRIPTION
+.I Weather
+reports current weather conditions and a forecast for towns
+in the contiguous United States.
+It reads town names from the standard input, one per line.
+Each input line should be in the style of
+.IP
+.L walla walla, wa
+.LP
+where the state is given as the 2-letter Post Office abbreviation.
+.PP
+The information provided is the temperature, humidity, whether or not it
+is raining or snowing, and an indication of cloudiness and visibility
+if it is not.
+If the wind is above 10 knots the wind speed and
+direction are given.
+Up to three forecasts are given (assuming they can be found within
+a 4\(mu4 degree latitude-longitude square): a forecast of high
+and low temperatures plus probability of precipitation taken from
+some numerical model of the atmosphere, a general area forecast
+and a marine forecast (if near the coast and if the
+.B -m
+argument is given).
+.PP
+The command
+.B "weather -h"
+is equivalent to
+.L weather
+followed by a single input
+line of
+.LR "murray hill, nj" .
+.SH SEE ALSO
+.IR avw (A)