freebsd-tips: Use a fetchable URL as example

MFC after:	3 days
This commit is contained in:
Li-Wen Hsu 2021-07-04 22:00:46 +08:00
parent 86d0d3aadb
commit ffe6afc4f0
No known key found for this signature in database
GPG key ID: 82B261B14D3BC7AF

View file

@ -439,7 +439,7 @@ You can use "pkg info" to see a list of packages you have installed.
%
You can use the 'fetch' command to retrieve files over ftp, http or https.
fetch https://www.FreeBSD.org/index.html
fetch https://www.FreeBSD.org/images/beastie.png
will download the front page of the FreeBSD web site.
%