summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian m. carlson <sandals@crustytoothpaste.net>2014-10-11 23:37:34 +0000
committerJunio C Hamano <gitster@pobox.com>2014-10-13 13:35:37 -0700
commitf8a48affbb8829190fe3aa8a1092d5762fd921b1 (patch)
tree0dd9ecaa65814ea81e6739c009381367fe026a7c
parentc9a5172fdf073e090111950d3d42c4f9ef144ffd (diff)
downloadgit-bc/asciidoc.tar.gz
Documentation: fix mismatched delimiters in git-imap-sendbc/asciidoc
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 <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-imap-send.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt
index 7d991d919c..c7c0d21429 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