]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected typo
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 28 Oct 2012 04:01:55 +0000 (05:01 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 28 Oct 2012 04:01:55 +0000 (05:01 +0100)
doc/cha-intro-tls.texi

index 3329da906dc78f8fe3d3f56d82d3e7937b164ee0..f53cc964726cffea392511cb4cf355cc4e05d5b6 100644 (file)
@@ -583,7 +583,8 @@ way a client avoids an additional connection to the OCSP server.
 
 A server is required to provide the OCSP server's response using the @funcref{gnutls_certificate_set_ocsp_status_request_file}.
 The response may be obtained periodically using the following command.
-@begin example
+
+@example
 ocsptool --ask --load-cert server_cert.pem --load-issuer the_issuer.pem
          --load-signer the_issuer.pem --outfile ocsp.response
 @end example