From caf84e6f68c094a4fb86f05a830f276dd7bb1fb7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 31 May 2007 00:24:13 +0200 Subject: [PATCH] Minor doc fixes. --- doc/guile.texi | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/guile.texi b/doc/guile.texi index bd6bf2a39..104351e74 100644 --- a/doc/guile.texi +++ b/doc/guile.texi @@ -9,11 +9,14 @@ assumed to have basic knowledge of the protocol and library. Details missing from this document may be found in @ref{Function reference, the C API reference}. +At this stage, not all the C functions are available from Scheme, but +a large subset thereof is available. + @menu * Conventions:: Naming conventions and other idiosyncrasies. * Examples:: Quick start. -* API Reference:: The Scheme GnuTLS programming interface. +* Guile Reference:: The Scheme GnuTLS programming interface. @end menu @c ********************************************************************* @@ -286,7 +289,7 @@ as in this example. @c ********************************************************************* -@node Examples, API Reference, Conventions, Guile Bindings +@node Examples, Guile Reference, Conventions, Guile Bindings @section Examples This chapter lists examples that illustrate common use cases. @@ -500,8 +503,8 @@ return an OpenPGP public key and private key object, respectively @c ********************************************************************* -@node API Reference, , Examples, Guile Bindings -@section API Reference +@node Guile Reference, , Examples, Guile Bindings +@section Guile Reference This chapter documents GnuTLS Scheme procedures available to Guile programmers. @@ -511,7 +514,7 @@ programmers. * Extra Interface:: Bindings for GnuTLS-Extra. @end menu -@node Core Interface, Extra Interface, API Reference, API Reference +@node Core Interface, Extra Interface, Guile Reference, Guile Reference @subsection Core Interface This section lists the Scheme procedures exported by the @@ -521,7 +524,7 @@ Lesser General Public Licence, version 2.1 or later. @include core.c.texi -@node Extra Interface, , Core Interface, API Reference +@node Extra Interface, , Core Interface, Guile Reference @subsection Extra Interface This section lists the Scheme procedures exported by the @code{(gnutls -- 2.11.4.GIT