[svn] gcry - r1396 - trunk/doc
svn author wk
cvs at cvs.gnupg.org
Thu Jul 2 12:43:33 CEST 2009
Author: wk
Date: 2009-07-02 12:43:32 +0200 (Thu, 02 Jul 2009)
New Revision: 1396
Modified:
trunk/doc/ChangeLog
trunk/doc/gcrypt.texi
Log:
Fix bug#1079.
Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog 2009-05-26 09:41:53 UTC (rev 1395)
+++ trunk/doc/ChangeLog 2009-07-02 10:43:32 UTC (rev 1396)
@@ -1,3 +1,8 @@
+2009-07-02 Daiki Ueno <ueno at unixuser.org>
+
+ * gcrypt.texi (Working with S-expressions): Describe format
+ character '%S'. Typo fixes. Fixes bug#1079.
+
2009-05-10 Werner Koch <wk at g10code.com>
* gcrypt.texi (Working with cipher handles): Clarified that
Modified: trunk/doc/gcrypt.texi
===================================================================
--- trunk/doc/gcrypt.texi 2009-05-26 09:41:53 UTC (rev 1395)
+++ trunk/doc/gcrypt.texi 2009-07-02 10:43:32 UTC (rev 1396)
@@ -4038,8 +4038,13 @@
@item %b
The next argument is expected to be of type @code{int} directly
followed by an argument of type @code{char *}. This represents a
-buffer of given length to be inserted into the resulting regular
-expression.
+buffer of given length to be inserted into the resulting S-expression.
+ at item %S
+The next argument is expected to be of type @code{gcry_sexp_t} and a
+copy of that S-expression is embedded in the resulting S-expression.
+The argument needs to be a regular S-expression, starting with a
+parenthesis.
+
@end table
@noindent
@@ -4111,8 +4116,7 @@
@noindent
-There are a couple of functions to parse S-expressions and retrieve
-elements:
+There are functions to parse S-expressions and retrieve elements:
@deftypefun gcry_sexp_t gcry_sexp_find_token (@w{const gcry_sexp_t @var{list}}, @w{const char *@var{token}}, @w{size_t @var{toklen}})
More information about the Gnupg-commits
mailing list