summaryrefslogtreecommitdiff
path: root/doc/gnutls.texi
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-02-07 14:01:59 +0000
committerSimon Josefsson <simon@josefsson.org>2007-02-07 14:01:59 +0000
commit9eae8c54ca6c8ecd4222b132ec1d00f7cb41d692 (patch)
treec28a155a8c560ee3f5331181abff0c9a6a38589c /doc/gnutls.texi
parent270082ee64db3369809953c766b81a8020540c36 (diff)
downloadgnutls-9eae8c54ca6c8ecd4222b132ec1d00f7cb41d692.tar.gz
Fix.
Diffstat (limited to 'doc/gnutls.texi')
-rw-r--r--doc/gnutls.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gnutls.texi b/doc/gnutls.texi
index f6b5760fb2..3f2e42a779 100644
--- a/doc/gnutls.texi
+++ b/doc/gnutls.texi
@@ -1997,8 +1997,8 @@ itself using a certificate, and in that case it has to be verified.
@verbatiminclude examples/ex-client-srp.c
-@node Simple client example with TLS/IA authentication
-@subsection Simple client example with @acronym{TLS/IA} authentication
+@node Simple client example with TLS/IA support
+@subsection Simple client example with @acronym{TLS/IA} support
The following client is a simple client which uses the
@acronym{TLS/IA} extension to authenticate with the server.
@@ -2011,7 +2011,7 @@ The following client is a simple client which uses the
This helper function abstracts away TCP connection handling from the
other examples. It is required to build some examples.
-@verbatiminclude tcp.c
+@verbatiminclude examples/tcp.c
@node Server examples
@section Server examples