shishi-commit
[Top][All Lists]
Advanced

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

[SCM] GNU shishi branch, master, updated. shishi-1-0-1-11-gb70ed1b


From: Simon Josefsson
Subject: [SCM] GNU shishi branch, master, updated. shishi-1-0-1-11-gb70ed1b
Date: Wed, 15 Aug 2012 17:13:36 +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 shishi".

http://git.savannah.gnu.org/cgit/shishi.git/commit/?id=b70ed1b1ff83365c51aeb6c3323fafa3c8221675

The branch, master has been updated
       via  b70ed1b1ff83365c51aeb6c3323fafa3c8221675 (commit)
      from  570965775f9d71df4c77f43916425d76571a362c (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 b70ed1b1ff83365c51aeb6c3323fafa3c8221675
Author: Simon Josefsson <address@hidden>
Date:   Wed Aug 15 19:13:21 2012 +0200

    Doc fix from Mats Erik Andersson <address@hidden>.

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

Summary of changes:
 lib/principal.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/principal.c b/lib/principal.c
index d9d8e0c..80e6934 100644
--- a/lib/principal.c
+++ b/lib/principal.c
@@ -97,16 +97,16 @@ shishi_principal_default_set (Shishi * handle, const char 
*principal)
 /**
  * shishi_parse_name:
  * @handle: Shishi library handle created by shishi_init().
- * @name: input principal name string, e.g. imap/address@hidden
+ * @name: input principal name string, e.g. imap/mail.gnu.org@@GNU.ORG.
  * @principal: newly allocated output string with principal name.
  * @realm: newly allocated output string with realm name.
  *
- * Split principal name (e.g., "address@hidden") into two
- * newly allocated strings, the principal ("simon"), and the realm
- * ("JOSEFSSON.ORG").  If there is no realm part in NAME, REALM is set
+ * Split principal name (e.g., "simon@@JOSEFSSON.ORG") into two
+ * newly allocated strings, the @principal ("simon"), and the @realm
+ * ("JOSEFSSON.ORG").  If there is no realm part in @name, @realm is set
  * to NULL.
  *
- * Return value: Returns SHISHI_INVALID_PRINCIPAL_NAME if NAME is NULL
+ * Return value: Returns SHISHI_INVALID_PRINCIPAL_NAME if @name is NULL
  *   or ends with the escape character "\", and SHISHI_OK if
  *   successful.
  **/


hooks/post-receive
-- 
GNU shishi



reply via email to

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