diff options
author | Taru Karttunen <taruti@taruti.net> | 2011-03-30 16:49:47 +0300 |
---|---|---|
committer | Taru Karttunen <taruti@taruti.net> | 2011-03-30 16:49:47 +0300 |
commit | b41b9034225ab3e49980d9de55c141011b6383b0 (patch) | |
tree | 891014b4c2e803e01ac7a1fd2b60819fbc5a6e73 /sys/man/1/weather | |
parent | c558a99e0be506a9abdf677f0ca4490644e05fc1 (diff) |
Import sources from 2011-03-30 iso image - sys/man
Diffstat (limited to 'sys/man/1/weather')
-rwxr-xr-x | sys/man/1/weather | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/sys/man/1/weather b/sys/man/1/weather new file mode 100755 index 000000000..a4ccbd88c --- /dev/null +++ b/sys/man/1/weather @@ -0,0 +1,35 @@ +.TH WEATHER 1 +.SH NAME +weather \- print weather report +.SH SYNOPSIS +.B weather +[ +.I air +] [ +.I st +] +.SH DESCRIPTION +.I Weather +prints the local conditions and seven-day forecast most recently reported at the +.SM US +airport with the three-letter location identifier +.IR air . +Given a two-letter +.SM US +state abbreviation +.I st +instead, +.I weather +prints a table of +.I air +location identifiers known for +.IR st . +.PP +The arguments are mutually exclusive and case-insensitive. +If neither is given, +.I air +defaults to location identifier +.BR ewr , +designating the Newark, NJ, airport near Bell Labs, Murray Hill. +.SH SOURCE +.B /rc/bin/weather |