From mboxrd@z Thu Jan 1 00:00:00 1970 From: "brian m. carlson" Subject: [PATCH v2 2/3] Documentation: fix mismatched delimiters in git-imap-send Date: Mon, 20 Oct 2014 00:20:37 +0000 Message-ID: <1413764438-297386-3-git-send-email-sandals@crustytoothpaste.net> References: <1413764438-297386-1-git-send-email-sandals@crustytoothpaste.net> Cc: Jeff King , Junio C Hamano , =?UTF-8?q?Jakub=20Nar=C4=99bski?= To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Mon Oct 20 02:21:12 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 1Xg0ik-0006xT-J9 for gcvg-git-2@plane.gmane.org; Mon, 20 Oct 2014 02:21:10 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752093AbaJTAUw (ORCPT ); Sun, 19 Oct 2014 20:20:52 -0400 Received: from castro.crustytoothpaste.net ([173.11.243.49]:49409 "EHLO castro.crustytoothpaste.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751993AbaJTAUt (ORCPT ); Sun, 19 Oct 2014 20:20:49 -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 84A5D28092; Mon, 20 Oct 2014 00:20:46 +0000 (UTC) X-Mailer: git-send-email 2.1.1 In-Reply-To: <1413764438-297386-1-git-send-email-sandals@crustytoothpaste.net> 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 The documentation for git-imap-send uses block delimiters with mismatched lengths, which Asciidoctor doesn't support. As a result, the page is misrendered. Adjust the delimiters so that they are of the same length. Signed-off-by: brian m. carlson --- Documentation/git-imap-send.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt index 7d991d9..c7c0d21 100644 --- a/Documentation/git-imap-send.txt +++ b/Documentation/git-imap-send.txt @@ -97,7 +97,7 @@ Using direct mode: host = imap://imap.example.com user = bob pass = p4ssw0rd -.......................... +......................... Using direct mode with SSL: @@ -109,7 +109,7 @@ Using direct mode with SSL: pass = p4ssw0rd port = 123 sslverify = false -.......................... +......................... EXAMPLE -- 2.1.1