diff options
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> |