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: AS16276 188.165.0.0/16 X-Spam-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) (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 CFDAD1F8C8 for ; Mon, 27 Sep 2021 23:54:02 +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=1632786840; 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; bh=QAV4gUEmUwt9iv+mNc01fBAemwVxIAv42xr8DM4EpuY=; b=CUsCxp3XFWfN+FPaVpgt7nq0A3BbfNGqVHRLMzbI/y6nwYxGXPn0C5BSGRehuz+DgdM25Q OeeTdSxJT6eRIHz+Jm6h1z8pTpUpYZKk8u9E0myrI1uOvdS/TRT6njw4UCgAW9pC7dT3ck 8pQW7WAa41YxaMRmvnm5NCJE6KsNaqEmU0C/0O24qjh44+/T2enIe/eGRYKLuSUTZvyIic FjUHwnz2AHPdEOMyXkkw7oubKU/GERnwSIrtvzRjKGhFhbEMjqlckbet9yHZHzLe+Gan/r krdER4IkrI9oLlysTu27u1FYDD2yFzxV/22jR5YHSqmyxt1W9savGDrcixsQaA== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH] doc: lei-rediff: grammar fixes for --drq and --dequote-only Date: Mon, 27 Sep 2021 19:53:56 -0400 Message-Id: <20210927235356.44804-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: --- Documentation/lei-rediff.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/lei-rediff.pod b/Documentation/lei-rediff.pod index e711de97..4d5e8168 100644 --- a/Documentation/lei-rediff.pod +++ b/Documentation/lei-rediff.pod @@ -40,7 +40,7 @@ patch email. =item --drq[=COUNT] -De-Re-Quote. De-quote the input and re-quotes (the output). +De-Re-Quote. De-quotes the input and re-quotes (the output). Removes COUNT levels of C > email reply prefixes and re-adds them upon regenerating the diff. @@ -63,7 +63,7 @@ This can be useful for feeding a hunk to L or L while writing a reply or further processing by another diff viewer. -Unlike L, it does NOT implies L. +Unlike L, it does NOT imply L. =item --git-dir=DIR base-commit: 010159a7b789a3a27c917a5378db92c8adf78a9e -- 2.33.0