diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-02-07 14:01:59 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-02-07 14:01:59 +0000 |
commit | 9eae8c54ca6c8ecd4222b132ec1d00f7cb41d692 (patch) | |
tree | c28a155a8c560ee3f5331181abff0c9a6a38589c /doc | |
parent | 270082ee64db3369809953c766b81a8020540c36 (diff) | |
download | gnutls-9eae8c54ca6c8ecd4222b132ec1d00f7cb41d692.tar.gz |
Fix.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gnutls.texi | 6 |
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 |