Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 2021 19:26:19 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: f4e3cb4b6bed - stable/13 - freebsd-tips: Use a fetchable URL as example
Message-ID:  <202107271926.16RJQJAG085757@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by lwhsu:

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

commit f4e3cb4b6bedf7325a6c44ff95c5f7a7ef76272d
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-07-04 14:00:46 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-07-27 19:24:51 +0000

    freebsd-tips: Use a fetchable URL as example
    
    MFC after:      3 days
    
    (cherry picked from commit ffe6afc4f0121f1909f2fa88694228f771dd3fcb)
    
    freebsd-tips: Fix the description of fetch(1) to match the command
    
    Reported by:    jrtc27
    MFC with:       ffe6afc4f0121f1909f2fa88694228f771dd3fcb
    
    (cherry picked from commit 167897510919a76740eca0d79713abbd088660fe)
---
 usr.bin/fortune/datfiles/freebsd-tips | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.bin/fortune/datfiles/freebsd-tips b/usr.bin/fortune/datfiles/freebsd-tips
index 46f5ec31f8d6..aaee0ba6c400 100644
--- a/usr.bin/fortune/datfiles/freebsd-tips
+++ b/usr.bin/fortune/datfiles/freebsd-tips
@@ -443,9 +443,9 @@ 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.
+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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107271926.16RJQJAG085757>