From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.0.0.0/16 X-Spam-Status: No, score=-3.6 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out2.migadu.com (out2.migadu.com [IPv6:2001:41d0:2:aacc::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id CD0041F9F3 for ; Mon, 25 Oct 2021 23:39:49 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1635205186; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=0bdhkSgwLQs7AF2OFOc6VVG9EHXdDtou7ojuk2a0Bqk=; b=QsphFEc/5WGgxDd9ebrwP8uugaRv+NiV3mRyg2Ny5PkUT87IvYpiOSn4LslZMr3HlewEAN n8NiN1N1UBNh761/MngOauGUtQx0410Emv7U0AQ/8vSfIXXs6/I8wjyI6vJye9vAfCBmQv WUhoHQi97GhwL1AnreLRnlNqb35I6VzFFUPSicw+D5giMko8FLqcO0loudZW3R41LuxwkM UcYI5qiFlE7fYxZJyfxTu3QQFt7bb3C9VeNdGp/AjLsEQFQm8vS61yoib7726WXHr3Pmo6 Wi/AGwYazbZZgnZwdgRHikgB4mtB6PJjmd+WQHav7yp/05md/r3kOaRmXQ25Ew== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH] lei p2q: document --uri, add examples In-Reply-To: <20211025193147.772-1-e@80x24.org> References: <20211025193147.772-1-e@80x24.org> Date: Mon, 25 Oct 2021 19:39:38 -0400 Message-ID: <87lf2g1xol.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: Eric Wong writes: > This is useful for users lacking in local storage. Also, > referencing lei-add-external(1) seems to make less sense > than referencing lei-q(1). True, not sure why I went with lei-add-external there (probably forgot to update that section after copying over an existing lei manpage as a template). > We'll also stop dropping years from the copyright statement > to reduce future churn. s/stop/start/ ?