From: Richard Levitte <levitte@openssl.org>
Date: Thu, 14 Sep 2000 13:17:55 +0000 (+0000)
Subject: Remove indentation in the NAME section.  There's really no need to
X-Git-Tag: OpenSSL-engine-0_9_6-beta2~9^2~19
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7fcc8326e31598a5067e1fe1521ba4aa989625c1;p=oweals%2Fopenssl.git

Remove indentation in the NAME section.  There's really no need to
indent there, especially since the pod2* scripts will regard that as
preformated text.  In one case, indent a code section one step.
---

diff --git a/doc/crypto/BIO_s_connect.pod b/doc/crypto/BIO_s_connect.pod
index 08a9e6473e..4ee99216e9 100644
--- a/doc/crypto/BIO_s_connect.pod
+++ b/doc/crypto/BIO_s_connect.pod
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-	BIO_s_connect - connect BIO
+BIO_s_connect - connect BIO
 
 =head1 SYNOPSIS