From mboxrd@z Thu Jan 1 00:00:00 1970 From: "brian m. carlson" Subject: [PATCH v2] Documentation: avoid dangling modifier for imap-send Date: Tue, 5 Aug 2014 01:13:09 +0000 Message-ID: <1407201189-12787-1-git-send-email-sandals@crustytoothpaste.net> References: Cc: Junio C Hamano To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Aug 05 03:13:22 2014 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XETJZ-0007VI-Al for gcvg-git-2@plane.gmane.org; Tue, 05 Aug 2014 03:13:21 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753291AbaHEBNR (ORCPT ); Mon, 4 Aug 2014 21:13:17 -0400 Received: from castro.crustytoothpaste.net ([173.11.243.49]:49309 "EHLO castro.crustytoothpaste.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752723AbaHEBNQ (ORCPT ); Mon, 4 Aug 2014 21:13:16 -0400 Received: from vauxhall.crustytoothpaste.net (unknown [172.16.2.247]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by castro.crustytoothpaste.net (Postfix) with ESMTPSA id C7A0A2808F; Tue, 5 Aug 2014 01:13:14 +0000 (UTC) X-Mailer: git-send-email 2.0.1 In-Reply-To: X-Spam-Score: -2.5 () ALL_TRUSTED,BAYES_00 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Avoid a nonsensical misreading by removing needless text. Signed-off-by: brian m. carlson --- Documentation/git-imap-send.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt index 875d283..e50b1c4 100644 --- a/Documentation/git-imap-send.txt +++ b/Documentation/git-imap-send.txt @@ -43,7 +43,7 @@ imap.folder:: imap.tunnel:: Command used to setup a tunnel to the IMAP server through which commands will be piped instead of using a direct network connection - to the server. Required when imap.host is not set to use imap-send. + to the server. Required when imap.host is not set. imap.host:: A URL identifying the server. Use a `imap://` prefix for non-secure -- 2.0.1