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/fedex | |
parent | c558a99e0be506a9abdf677f0ca4490644e05fc1 (diff) |
Import sources from 2011-03-30 iso image - sys/man
Diffstat (limited to 'sys/man/1/fedex')
-rwxr-xr-x | sys/man/1/fedex | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sys/man/1/fedex b/sys/man/1/fedex new file mode 100755 index 000000000..0434382ec --- /dev/null +++ b/sys/man/1/fedex @@ -0,0 +1,27 @@ +.TH FEDEX 1 +.SH NAME +fedex, ups, usps \- track shipments +.SH SYNOPSIS +.B fedex +.I tracking-number +.br +.B ups +.I tracking-number +.br +.B usps +.I tracking-number +.SH DESCRIPTION +.I Fedex +writes available shipment details for the given Federal Express 12-digit +.I tracking-number +on the standard output. +.I Ups +is similar, but takes a United Parcel Service 18-digit +.IR tracking-number . +.I Usps +takes a US Post Office +.IR tracking-number . +.SH SOURCE +.B /rc/bin +.SH BUGS +Redesigns of the source website can break these programs. |