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 C8C7E1FA19 for ; Mon, 17 May 2021 03:35: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=1621222548; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oH08gUE7ZMP1bP4QkFLVMVgIFOqExKndJ22xOBhD4Fs=; b=qGTOhWzftJwUE/OGV55Okm+hoC4OrRITvbjdourrDUjxiDjlyr7H48WLSNf8tYPGr4W5OO YAQi6rgxssKc9ZhSf0qdwMSmhTC9sLNJrZw/uufUa7IGzcMGqVIP7PeWAh0OqvsUBbZNmf ihCYhkoEt/pk938oEPXHajicEpFVB1++QwenmeQuSeNLk6Bwzvb1h/3O5hMbH2qjPUiSFE oTNI3+lpoz2Ua3ljwerNvaVfoc7qjyZKHyUROWtoHzT0IGpcGeSTatQEdoQmemaBlr+enF XXCw+W+w2+LkDw7D5vA4T8RVeGonMe4e12DhWyH2RwtQZPIShPdiGMK+2O9Adw== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH 4/9] doc lei: resort lei-tag entries Date: Sun, 16 May 2021 23:35:23 -0400 Message-Id: <20210517033528.18966-5-kyle@kyleam.com> In-Reply-To: <20210517033528.18966-1-kyle@kyleam.com> References: <20210517033528.18966-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: The command was renamed in 54da988cfb049ea2 (lei tag: rename from "lei mark", 2021-03-30). Relocate its entries in txt2pre and Makefile.PL to restore alphabetical sorting. --- Documentation/txt2pre | 2 +- Makefile.PL | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/txt2pre b/Documentation/txt2pre index 7b9d7853..25d81cf9 100755 --- a/Documentation/txt2pre +++ b/Documentation/txt2pre @@ -21,10 +21,10 @@ for (qw[lei(1) lei-init(1) lei-ls-external(1) lei-ls-label(1) - lei-tag(1) lei-overview(7) lei-p2q(1) lei-q(1) + lei-tag(1) public-inbox.cgi(1) public-inbox-compact(1) public-inbox-config(5) diff --git a/Makefile.PL b/Makefile.PL index 401c033e..b06b6ab8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -47,7 +47,7 @@ $v->{-m1} = [ map { qw( lei-add-external lei-blob lei-config lei-daemon-kill lei-daemon-pid lei-forget-external lei-import lei-init lei-ls-external lei-ls-label - lei-tag lei-p2q lei-q)]; + lei-p2q lei-q lei-tag)]; $v->{-m5} = [ qw(public-inbox-config public-inbox-v1-format public-inbox-v2-format public-inbox-extindex-format lei-mail-formats lei-store-format -- 2.31.1