From owner-dev-commits-src-main@freebsd.org Mon Jul 5 02:17:44 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5463965193D; Mon, 5 Jul 2021 02:17:44 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GJ8V01vMFz3HsD; Mon, 5 Jul 2021 02:17:44 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mail-yb1-f178.google.com (mail-yb1-f178.google.com [209.85.219.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: lwhsu/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 248BF26C04; Mon, 5 Jul 2021 02:17:44 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mail-yb1-f178.google.com with SMTP id m9so26648659ybp.8; Sun, 04 Jul 2021 19:17:44 -0700 (PDT) X-Gm-Message-State: AOAM530UA70Fphs9ZiwlFTfxaMP83uVplk+PP0OU6/Lcx1svpmaP6zEE Mt2So1H5O1J9Pml57QrfmbKJDR4tnWXBTWcYtLM= X-Google-Smtp-Source: ABdhPJwbLYew0Y5OfRAmTnYOC3cqWQZ7BlNSTcERcwS/uydHGQr+QdJ0AJ9iCMxzEM3oksiSnVqlDgWRwDjxg2PQd/o= X-Received: by 2002:a25:38c6:: with SMTP id f189mr8444644yba.110.1625451463669; Sun, 04 Jul 2021 19:17:43 -0700 (PDT) MIME-Version: 1.0 References: <202107041401.164E1KXH094610@gitrepo.freebsd.org> <03B758C5-2243-4ACF-9574-D984B283B407@freebsd.org> In-Reply-To: <03B758C5-2243-4ACF-9574-D984B283B407@freebsd.org> From: Li-Wen Hsu Date: Mon, 5 Jul 2021 10:17:32 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: ffe6afc4f012 - main - freebsd-tips: Use a fetchable URL as example To: Jessica Clarke Cc: "src-committers@freebsd.org" , "dev-commits-src-all@freebsd.org" , "dev-commits-src-main@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2021 02:17:44 -0000 On Sun, Jul 4, 2021 at 10:52 PM Jessica Clarke wrote: > > Hi, > > On 4 Jul 2021, at 15:01, Li-Wen Hsu wrote: > > > > The branch main has been updated by lwhsu: > > > > URL: https://cgit.FreeBSD.org/src/commit/?id=ffe6afc4f0121f1909f2fa88694228f771dd3fcb > > > > commit ffe6afc4f0121f1909f2fa88694228f771dd3fcb > > Author: Li-Wen Hsu > > AuthorDate: 2021-07-04 14:00:46 +0000 > > Commit: Li-Wen Hsu > > CommitDate: 2021-07-04 14:00:46 +0000 > > > > freebsd-tips: Use a fetchable URL as example > > > > MFC after: 3 days > > --- > > 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 cbbaff9eb84f..c747c689791b 100644 > > --- a/usr.bin/fortune/datfiles/freebsd-tips > > +++ b/usr.bin/fortune/datfiles/freebsd-tips > > @@ -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. > > This description no longer matches. Thanks for catching this! Fixed in 167897510919a76740eca0d79713abbd088660fe. Best, Li-Wen