diff --git a/doc/ChangeLog b/doc/ChangeLog index f6e5d1186..006d6ed6c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-05-22 Werner Koch + + * gpg.sgml: sgml syntax fix. + 2002-05-12 Werner Koch * gpg.sgml: Fixed URL in the description section. diff --git a/doc/DETAILS b/doc/DETAILS index 1e9183625..c76e7b025 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -326,6 +326,10 @@ more arguments in future versions. ALREADY_SIGNED Warning: This is experimental and might be removed at any time. + TRUNCATED + The output was truncated to MAXNO items. This status code is issued + for certain external requests + Key generation ============== diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 72b7d9c6f..66f9a8ac6 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -177,16 +177,16 @@ separate line. The command is intended for quick checking of many files. ---encrypt-files +--encrypt-files This is a special version of the --encrypt command. The command expects the files to be encrypted either on the command line or reads the filenames from stdin; each name must be on separate line. The command is intended for a quick encryption of multiple files. - + ---decrypt-files +--decrypt-files The same as --encrypt-files with the difference that files will be decrypted. The syntax or the filenames is the same.