From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B68C91F428; Tue, 14 Mar 2023 20:49:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1678826982; bh=nclqQwRtG7uskMzm1s4yPNDNBMuk5yMCpI+puSQWIQE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=B0HMwSkvuoTiqRFMqB5T7IuYjpLpqUfGrz06KKDt0Mcx42shaDp5Qqi6JltERsm0v QSsFP46rMXrpT24hHbXPRXY9Wn4RnPrQO+2BzoxN3Vi3I7W8bmNlSX5rO6P4czanMi kw/I8/AQut2OLqq5pJW5+uX1YSbVyagb7F4d4YIk= Date: Tue, 14 Mar 2023 20:50:55 +0000 From: Eric Wong To: Kyle Meyer Cc: meta@public-inbox.org Subject: [PATCH] doc: clone: fix typo in --remote-manifest= description Message-ID: <20230314205055.M698174@dcvr> References: <20230313120024.1911925-1-e@80x24.org> <20230313120024.1911925-6-e@80x24.org> <87v8j4ql8k.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87v8j4ql8k.fsf@kyleam.com> List-Id: Kyle Meyer wrote: > Eric Wong writes: > > > +Use an alternate location for the remote manifest.js.gz file. > > +This mah be specified as a full absolute URL (e.g > > typo: may Thanks, pushed as b192069672eb5e9de3fdd07064a9c9231390d584 ------8<----- Subject: [PATCH] doc: clone: fix typo in --remote-manifest= description Reported-by: Kyle Meyer Link: https://public-inbox.org/meta/87v8j4ql8k.fsf@kyleam.com/ --- Documentation/public-inbox-clone.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/public-inbox-clone.pod b/Documentation/public-inbox-clone.pod index 90359f5a..7def14ef 100644 --- a/Documentation/public-inbox-clone.pod +++ b/Documentation/public-inbox-clone.pod @@ -132,7 +132,7 @@ This is a new option in public-inbox 2.0+ =item --remote-manifest=URL|RELATIVE_PATH Use an alternate location for the remote manifest.js.gz file. -This mah be specified as a full absolute URL (e.g +This may be specified as a full absolute URL (e.g C<--remote-manifest=https://80x24.org/lore/pub/manifest.js.gz>), or a pathname relative to the ROOT_URL (e.g C<--remote-manifest=pub/manifest.js.gz> when ROOT_URL is