From: Simon Josefsson Date: Wed, 18 Aug 2004 11:36:36 +0000 (+0000) Subject: Fix example indentation. X-Git-Tag: gnutls_1_0_20~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9965a980e57b34b47125fda2bbc96282b07f89a;p=thirdparty%2Fgnutls.git Fix example indentation. --- diff --git a/doc/gnutls.texi b/doc/gnutls.texi index 0481566b75..721533bc9c 100644 --- a/doc/gnutls.texi +++ b/doc/gnutls.texi @@ -1860,7 +1860,8 @@ It's purpose is to connect onto a @acronym{TLS} server, perform some tests and print the server's capabilities. If called with the `-v' parameter a more checks will be performed. An example output is: -@smallexample @noindent +@exampleindent 0 +@smallexample crystal:/cvs/gnutls/src$ ./gnutls-cli-debug localhost -p 5556 Resolving 'localhost'... Connecting to '127.0.0.1:5556'... @@ -1898,6 +1899,7 @@ Checking for max record size (TLS extension)... yes Checking for SRP authentication support (TLS extension)... yes Checking for OpenPGP authentication support (TLS extension)... no @end smallexample +@exampleindent 3 @section Invoking gnutls-serv @anchor{Invoking gnutls-serv}