The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=167897510919a76740eca0d79713abbd088660fe
commit 167897510919a76740eca0d79713abbd088660fe Author: Li-Wen Hsu <[email protected]> AuthorDate: 2021-07-05 02:14:25 +0000 Commit: Li-Wen Hsu <[email protected]> CommitDate: 2021-07-05 02:14:25 +0000 freebsd-tips: Fix the description of fetch(1) to match the command Reported by: jrtc27 MFC with: ffe6afc4f0121f1909f2fa88694228f771dd3fcb --- usr.bin/fortune/datfiles/freebsd-tips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/fortune/datfiles/freebsd-tips b/usr.bin/fortune/datfiles/freebsd-tips index c747c689791b..c974f74dfda3 100644 --- a/usr.bin/fortune/datfiles/freebsd-tips +++ b/usr.bin/fortune/datfiles/freebsd-tips @@ -441,7 +441,7 @@ You can use the 'fetch' command to retrieve files over ftp, http or https. fetch https://www.FreeBSD.org/images/beastie.png -will download the front page of the FreeBSD web site. +will download the beastie image from the FreeBSD web site. % You can use "whereis" to search standard binary, manual page and source directories for the specified programs. This can be particularly handy _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
