From: Simon Josefsson Date: Sun, 15 Nov 2009 15:51:14 +0000 (+0100) Subject: Doc fix. X-Git-Tag: gnutls_2_9_10~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53fadfac21463b6a2f4c969e17a89d2b0c178ecd;p=thirdparty%2Fgnutls.git Doc fix. --- diff --git a/doc/guile.texi b/doc/guile.texi index 6e050619fc..a21c1b2fe1 100644 --- a/doc/guile.texi +++ b/doc/guile.texi @@ -96,6 +96,17 @@ guile> (use-modules (gnutls)) guile> @end example +To check that you got the intended GnuTLS library version, you may +print the version number of the loaded library as follows: + +@example +$ guile +guile> (use-modules (gnutls)) +guile> (gnutls-version) +"@value{VERSION}" +guile> +@end example + @c ********************************************************************* @node Guile API Conventions