summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-07-02 12:25:52 +0200
committerSimon Josefsson <simon@josefsson.org>2008-07-02 12:25:52 +0200
commit4b9703153ed6cedb9e7ff3620492e47bf63309f5 (patch)
treeef216ffa0052dbca513e32caae905b5362d125b7 /doc
parent5be1c85f01d02d88a1d4b44532d45f159bda3f8e (diff)
downloadgnutls-4b9703153ed6cedb9e7ff3620492e47bf63309f5.tar.gz
Don't use @acronym for C++, as it breaks old texinfo/tetex installations.
Further, C++ isn't an acronym anyway as far as I know.
Diffstat (limited to 'doc')
-rw-r--r--doc/gnutls.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/gnutls.texi b/doc/gnutls.texi
index 49f8431f63..b2a8e43db4 100644
--- a/doc/gnutls.texi
+++ b/doc/gnutls.texi
@@ -2262,7 +2262,7 @@ implemented by another example.
* Client with Resume capability example::
* Simple client example with SRP authentication::
* Simple client example with TLS/IA support::
-* Simple client example in @acronym{C++}::
+* Simple client example in C++::
* Helper function for TCP connections::
@end menu
@@ -2358,11 +2358,11 @@ The following client is a simple client which uses the
@verbatiminclude examples/ex-client-tlsia.c
-@node Simple client example in @acronym{C++}
-@subsection Simple Client Example using the @acronym{C++} API
+@node Simple client example in C++
+@subsection Simple Client Example using the C++ API
-The following client is a simple example of a client
-client utilizing the GnuTLS @acronym{C++} API.
+The following client is a simple example of a client client utilizing
+the GnuTLS C++ API.
@verbatiminclude examples/ex-cxx.cpp