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.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,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 6258C1F5AE for ; Mon, 17 May 2021 23:24:51 +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=1621293889; 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=VV6vQdyH5F+ap5Pn7h+wYPwHIigPy+/VMoxtM8fLtlY=; b=OCg5BBPoBLLq6q7BAj9+lS1GHcpCxq9hzZI2oJW1071Xk4cVfpBvQFDJWy+0EKjys099F3 kUbc8mxOR4G/xld2tn1n8U1oIcISQXcCJZih39Nj80nLCxXi5zkQhCD+sySDPXnuWeY1WY 6mtvT8ogtexIOKxfPGG4+dKIyg4EVEmLTeOOVRekYssqqh2FmBh+TD7FXQIwb0CydDhhGC DTwQ2syahQBTFNoYotzzpxeoDvbdYNQYVqFUvet9SQ6yyFXuE148PVOP0l0aZC4wpPh6Dl evhM5QrxIHXErRloaObxlplh458T5pzlEVTrYhy29WW76+UGF9RMrAUzUmcTpQ== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 8/9] doc lei: add manpages for new commands In-Reply-To: References: <20210517033528.18966-1-kyle@kyleam.com> <20210517033528.18966-9-kyle@kyleam.com> Date: Mon, 17 May 2021 19:24:48 -0400 Message-ID: <87a6otose7.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: > I squashed this fix in, though ('make check' revealed it): Oy, sorry about that. Thanks for the fixup.