gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_3_1_0-109-gf57e4cb


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_1_0-109-gf57e4cb
Date: Thu, 20 Sep 2012 23:25:30 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=f57e4cb57a5ca7b4f3c3693280285f50fd98d6d8

The branch, master has been updated
       via  f57e4cb57a5ca7b4f3c3693280285f50fd98d6d8 (commit)
      from  962549eb0be74f0e90f2181db86b47b78118f3ef (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f57e4cb57a5ca7b4f3c3693280285f50fd98d6d8
Author: Simon Josefsson <address@hidden>
Date:   Fri Sep 21 01:21:50 2012 +0200

    GTK-DOC fixes.

-----------------------------------------------------------------------

Summary of changes:
 lib/ext/heartbeat.c |    2 +-
 lib/gnutls_psk.c    |    4 ++--
 lib/tpm.c           |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/ext/heartbeat.c b/lib/ext/heartbeat.c
index 88dd989..1cce81c 100644
--- a/lib/ext/heartbeat.c
+++ b/lib/ext/heartbeat.c
@@ -31,7 +31,7 @@
 /**
   * gnutls_heartbeat_enable:
   * @session: is a #gnutls_session_t structure.
-  * @type: one of %GNUTLS_HB_*
+  * @type: one of the GNUTLS_HB_* flags
   *
   * This function will allow heartbeat messages to be
   * received.
diff --git a/lib/gnutls_psk.c b/lib/gnutls_psk.c
index 8cc0620..ce3588f 100644
--- a/lib/gnutls_psk.c
+++ b/lib/gnutls_psk.c
@@ -188,7 +188,7 @@ gnutls_psk_allocate_server_credentials 
(gnutls_psk_server_credentials_t * sc)
  * @password_file: is the PSK password file (passwd.psk)
  *
  * This function sets the password file, in a
- * %gnutls_psk_server_credentials_t structure.  This password file
+ * #gnutls_psk_server_credentials_t structure.  This password file
  * holds usernames and keys and will be used for PSK authentication.
  *
  * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise
@@ -228,7 +228,7 @@ gnutls_psk_set_server_credentials_file 
(gnutls_psk_server_credentials_t
  * @hint: is the PSK identity hint string
  *
  * This function sets the identity hint, in a
- * %gnutls_psk_server_credentials_t structure.  This hint is sent to
+ * #gnutls_psk_server_credentials_t structure.  This hint is sent to
  * the client to help it chose a good PSK credential (i.e., username
  * and password).
  *
diff --git a/lib/tpm.c b/lib/tpm.c
index 4f20e3c..e9c8123 100644
--- a/lib/tpm.c
+++ b/lib/tpm.c
@@ -1166,7 +1166,7 @@ cleanup:
  * @pub_format: the format of the public key
  * @privkey: the generated key
  * @pubkey: the corresponding public key (may be null)
- * @flags: should be a list of %GNUTLS_TPM flags
+ * @flags: should be a list of GNUTLS_TPM_* flags
  *
  * This function will generate a private key in the TPM
  * chip. The private key will be generated within the chip


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]