diff options
author | Fulton Browne <git@fulton.software> | 2021-06-11 23:26:50 +0000 |
---|---|---|
committer | Fulton Browne <git@fulton.software> | 2021-06-11 23:26:50 +0000 |
commit | af95aa431d6e511355a6eb953ab7845f94c0e2d7 (patch) | |
tree | d0e7c45c19699afad18eade973652b90e4466d02 /sys | |
parent | 09b0eb0d1ac7a66569263d2c48aea96e524ccebe (diff) |
Remove ap(1)
Cool script - does not work.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/man/1/ap | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sys/man/1/ap b/sys/man/1/ap deleted file mode 100644 index 1b717f35f..000000000 --- a/sys/man/1/ap +++ /dev/null @@ -1,16 +0,0 @@ -.TH AP 1 -.SH NAME -ap \- fetch Associated Press news articles -.SH SYNOPSIS -.B ap -[ -.BI article-name -] -.SH DESCRIPTION -.I ap -fetches Associated Press news articles from http://www.newsday.com. -Without any arguments it provides a two column list of article keys and descriptions. -When invoked with an article key it fetches that article. -.PP -.SH SOURCE -.B /rc/bin/ap |