diff options
author | Sigrid <ftrvxmtrx@gmail.com> | 2021-04-13 11:26:55 +0200 |
---|---|---|
committer | Sigrid <ftrvxmtrx@gmail.com> | 2021-04-13 11:26:55 +0200 |
commit | b777d3fe7d947c7bb9595aed5a571e311872b5f6 (patch) | |
tree | 013dfb3325e73ecd64c7ed338193d24b2652cfb9 /sys/man/1/weather | |
parent | fd4e8eef0b14200982c7ef08dcb978445f32c866 (diff) |
remove old, broken scripts: fedex, u(s)ps, weather (thanks fulton)
Diffstat (limited to 'sys/man/1/weather')
-rw-r--r-- | sys/man/1/weather | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/sys/man/1/weather b/sys/man/1/weather deleted file mode 100644 index a40b1f12b..000000000 --- a/sys/man/1/weather +++ /dev/null @@ -1,40 +0,0 @@ -.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 the value of the environment variable -.BR $weather , -or if it is unset, -to the location identifier -.BR ewr , -designating the Newark, NJ, airport near Bell Labs, Murray Hill. -.SH SOURCE -.B /rc/bin/weather -.SH BUGS -Weather is hopelessly provincial. |