diff options
author | Werner Koch <[email protected]> | 1999-04-26 15:53:01 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-04-26 15:53:01 +0000 |
commit | bbf86c6e592b62cd6ae0e74ac37822b69242a4aa (patch) | |
tree | c82d4dfef3fcdb2a769d978acd304e111d5b8d83 /doc | |
parent | See ChangeLog: Sun Apr 18 20:48:15 CEST 1999 Werner Koch (diff) | |
download | gnupg-bbf86c6e592b62cd6ae0e74ac37822b69242a4aa.tar.gz gnupg-bbf86c6e592b62cd6ae0e74ac37822b69242a4aa.zip |
See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner Koch
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.1pod | 5 | ||||
-rw-r--r-- | doc/manual.sgml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/gpg.1pod b/doc/gpg.1pod index 42d4298bf..95f5c301f 100644 --- a/doc/gpg.1pod +++ b/doc/gpg.1pod @@ -473,6 +473,11 @@ B<--force-v3-sigs> on key material. This options forces v3 signatures for signatures on data. +B<--force-mdc> + Force the use of encryption with appended manipulation + code. This is always used with the newer cipher (those + with a blocksize greater than 64 bit). + B<--lock-once> Lock the file the first time a lock is requested and do not release the lock until the process diff --git a/doc/manual.sgml b/doc/manual.sgml index 2d02caae4..a604d5357 100644 --- a/doc/manual.sgml +++ b/doc/manual.sgml @@ -5,7 +5,7 @@ <title>The GNU Privacy Guard</title> <authorgroup> <author> <firstname>Werner</firstname> <surname>Koch</surname> - <affiliation><address><email>[email protected]</email></address> + <affiliation><address><email>[email protected]</email></address> </affiliation> </author> </authorgroup> |