diff options
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/DETAILS | 4 | ||||
-rw-r--r-- | doc/gpg.sgml | 6 |
3 files changed, 11 insertions, 3 deletions
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 <[email protected]> + + * gpg.sgml: sgml syntax fix. + 2002-05-12 Werner Koch <[email protected]> * 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 <long-keyid> Warning: This is experimental and might be removed at any time. + TRUNCATED <maxno> + 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. </para></listitem></varlistentry> <varlistentry> -<term>--encrypt-files <optional><parameter/files></optional></term> +<term>--encrypt-files <optional><parameter/files/</optional></term> <listitem><para> 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. -</para></listitem></varlistenry> +</para></listitem></varlistentry> <varlistentry> -<term>--decrypt-files <optional><parameter/files></optional></term> +<term>--decrypt-files <optional><parameter/files/</optional></term> <listitem><para> The same as --encrypt-files with the difference that files will be decrypted. The syntax or the filenames is the same. |