diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-12-29 21:10:44 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-12-29 21:13:54 +0200 |
commit | 6e1f1f28325a352a8946a74a0ad16e3f17f26335 (patch) | |
tree | e7bda420ca269b4790eb12027a579329235eb877 /doc/cha-gtls-examples.texi | |
parent | 941b82caa389cca3b1dc9a951550f0dadf697aac (diff) | |
download | gnutls-6e1f1f28325a352a8946a74a0ad16e3f17f26335.tar.gz |
Small improvements in documentation.
Diffstat (limited to 'doc/cha-gtls-examples.texi')
-rw-r--r-- | doc/cha-gtls-examples.texi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/cha-gtls-examples.texi b/doc/cha-gtls-examples.texi index fed30d5ab7..d62de93fb6 100644 --- a/doc/cha-gtls-examples.texi +++ b/doc/cha-gtls-examples.texi @@ -4,6 +4,10 @@ @cindex example programs @cindex examples +In this chapter several examples of real-world use cases are listed. +The examples are simplified to promote readability and contain little or +no error checking. + @menu * Client examples:: * Server examples:: @@ -14,8 +18,7 @@ @section Client examples This section contains examples of @acronym{TLS} and @acronym{SSL} -clients, using @acronym{GnuTLS}. Note that these examples contain -little or no error checking. Some of the examples require functions +clients, using @acronym{GnuTLS}. Note that some of the examples require functions implemented by another example. @menu |