2002-05-26 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Sun, 26 May 2002 20:12:51 +0000 (20:12 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Sun, 26 May 2002 20:12:51 +0000 (20:12 +0000)
* gpgme.texi: Some typographical correctons throughout.

doc/ChangeLog
doc/gpgme.texi

index eac5c48e778b1d7c9eaac3ca5d5acae13e951ab8..01cac2364ac6fe8d88c307c4c8d6aea94ee055e6 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-26  Marcus Brinkmann  <marcus@g10code.de>
+
+       * gpgme.texi: Some typographical correctons throughout.
+
 2002-05-09  Marcus Brinkmann  <marcus@g10code.de>
 
        * gpgme.texi (Using Automake): New section.
index fb2cf08cf7a5d1d7ddc1b61b9b7c84a90d57fdf7..67e496ec7c3f19133cf1425b0e9e3057c1c36921 100644 (file)
@@ -1038,13 +1038,13 @@ object with the handle @var{dh}.  If @var{dh} is not a valid pointer,
 @deftp {Data type} {enum GpgmeDataEncoding}
 @tindex GpgmeDataEncoding
 The @code{GpgmeDataEncoding} type specifies the encoding of a
-@code{GpgmeData} object.  This encoding is useful to give the backend a
-hint on the type of data.  The following data types are available:
+@code{GpgmeData} object.  This encoding is useful to give the backend
+hint on the type of data.  The following data types are available:
 
 @table @code
 @item GPGME_DATA_ENCODING_NONE
-This specifies that the encoding is not known.  Thsi si the default for
-a new data object.
+This specifies that the encoding is not known.  This is the default
+for a new data object.
 
 @item GPGME_DATA_ENCODING_BINARY
 This specifies that the data is encoding in binary form; i.e. there is
@@ -1057,19 +1057,19 @@ scheme as used by @acronym{MIME} and other protocols.
 @item GPGME_DATA_ENCODING_ARMOR
 This specifies that the data is encoded in an armored form as used by
 OpenPGP and PEM.
-
 @end table
 @end deftp
 
 @deftypefun GpgmeDataEncoding gpgme_data_get_encoding (@w{GpgmeData @var{dh}})
-The function @code{gpgme_data_get_encoding} returns the encoding of the data
-object with the handle @var{dh}.  If @var{dh} is not a valid pointer
-(e.g. @code{NULL})@code{GPGME_DATA_ENCODING_NONE} is returned.
+The function @code{gpgme_data_get_encoding} returns the encoding of
+the data object with the handle @var{dh}.  If @var{dh} is not a valid
+pointer (e.g. @code{NULL}) @code{GPGME_DATA_ENCODING_NONE} is
+returned.
 @end deftypefun
 
 @deftypefun GpgmeError gpgme_data_set_encoding (@w{GpgmeData @var{dh}, GpgmeDataEncoding @var{enc}})
-The function @code{gpgme_data_set_encoding} changes the encoding of the data
-object with the handle @var{dh} to @var{enc}. 
+The function @code{gpgme_data_set_encoding} changes the encoding of
+the data object with the handle @var{dh} to @var{enc}.
 @end deftypefun
 
 
@@ -2109,14 +2109,14 @@ This status indicates that the signature is valid.  For the combined
 result this status means that all signatures are valid.
 
 @item GPGME_SIG_STAT_GOOD_EXP
-This status indicates that the signature is valid but expired.  For the
-combined result this status means that all signatures are valid and expired..
+This status indicates that the signature is valid but expired.  For
+the combined result this status means that all signatures are valid
+and expired.
 
 @item GPGME_SIG_STAT_GOOD_EXPKEY
 This status indicates that the signature is valid but the key used to
-verify the signature has expired.  For the
-combined result this status means that all signatures are valid and all
-keys are expired.
+verify the signature has expired.  For the combined result this status
+means that all signatures are valid and all keys are expired.
 
 @item GPGME_SIG_STAT_BAD
 This status indicates that the signature is invalid.  For the combined