git: 167897510919 - main - freebsd-tips: Fix the description of fetch(1) to match the command

Li-Wen Hsu lwhsu at FreeBSD.org
Mon Jul 5 02:16:11 UTC 2021


The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/src/commit/?id=167897510919a76740eca0d79713abbd088660fe

commit 167897510919a76740eca0d79713abbd088660fe
Author:     Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-07-05 02:14:25 +0000
Commit:     Li-Wen Hsu <lwhsu at FreeBSD.org>
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


More information about the dev-commits-src-all mailing list