diff options
author | Werner Koch <[email protected]> | 2002-05-22 09:10:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-05-22 09:10:41 +0000 |
commit | eb2c0d6864f7f366bb41b33bbb0f703385d5b3dc (patch) | |
tree | 8a9027cba604b41b8f63bccb3b022364648040ef | |
parent | * util.h: Add strncasecmp. Removed stricmp and memicmp. (diff) | |
download | gnupg-eb2c0d6864f7f366bb41b33bbb0f703385d5b3dc.tar.gz gnupg-eb2c0d6864f7f366bb41b33bbb0f703385d5b3dc.zip |
* gpg.sgml: sgml syntax fix.
-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. |