1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-02-26 20:31:06 +01:00

* gpg.sgml: sgml syntax fix.

This commit is contained in:
Werner Koch 2002-05-22 09:10:41 +00:00
parent f7742dd22f
commit eb2c0d6864
3 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2002-05-22 Werner Koch <wk@gnupg.org>
* gpg.sgml: sgml syntax fix.
2002-05-12 Werner Koch <wk@gnupg.org> 2002-05-12 Werner Koch <wk@gnupg.org>
* gpg.sgml: Fixed URL in the description section. * gpg.sgml: Fixed URL in the description section.

View File

@ -326,6 +326,10 @@ more arguments in future versions.
ALREADY_SIGNED <long-keyid> ALREADY_SIGNED <long-keyid>
Warning: This is experimental and might be removed at any time. 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 Key generation
============== ==============

View File

@ -177,16 +177,16 @@ separate line. The command is intended for quick checking of many files.
</para></listitem></varlistentry> </para></listitem></varlistentry>
<varlistentry> <varlistentry>
<term>--encrypt-files <optional><parameter/files></optional></term> <term>--encrypt-files <optional><parameter/files/</optional></term>
<listitem><para> <listitem><para>
This is a special version of the --encrypt command. The command expects 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 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 from stdin; each name must be on separate line. The command is intended
for a quick encryption of multiple files. for a quick encryption of multiple files.
</para></listitem></varlistenry> </para></listitem></varlistentry>
<varlistentry> <varlistentry>
<term>--decrypt-files <optional><parameter/files></optional></term> <term>--decrypt-files <optional><parameter/files/</optional></term>
<listitem><para> <listitem><para>
The same as --encrypt-files with the difference that files will be The same as --encrypt-files with the difference that files will be
decrypted. The syntax or the filenames is the same. decrypted. The syntax or the filenames is the same.