]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Revert.
authorSimon Josefsson <simon@josefsson.org>
Wed, 18 Aug 2004 11:37:14 +0000 (11:37 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 18 Aug 2004 11:37:14 +0000 (11:37 +0000)
doc/gnutls.texi

index 721533bc9cd9a6d9d1c94621aebaadb0ca2a2501..58b02b5a789c269794ea798dd9ce59ac2e11ceb1 100644 (file)
@@ -1860,7 +1860,6 @@ 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:
 
-@exampleindent 0
 @smallexample
 crystal:/cvs/gnutls/src$ ./gnutls-cli-debug localhost -p 5556
 Resolving 'localhost'...
@@ -1899,7 +1898,6 @@ 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}