summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-05-31 19:49:37 +0200
committerWerner Koch <wk@gnupg.org>1999-05-31 19:49:37 +0200
commitc34c67695888aafe5fb4fa0b2c2345bede16cefe (patch)
treed0a9d9d99d05a6a530712a4a432ecaf6ea94c880 /doc
parentSee ChangeLog: Thu May 27 09:40:55 CEST 1999 Werner Koch (diff)
downloadgnupg2-c34c67695888aafe5fb4fa0b2c2345bede16cefe.tar.xz
gnupg2-c34c67695888aafe5fb4fa0b2c2345bede16cefe.zip
See ChangeLog: Mon May 31 19:41:10 CEST 1999 Werner Koch
Diffstat (limited to 'doc')
-rw-r--r--doc/gpg.1pod14
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/gpg.1pod b/doc/gpg.1pod
index 1ad795c37..af4186964 100644
--- a/doc/gpg.1pod
+++ b/doc/gpg.1pod
@@ -461,12 +461,6 @@ B<--compress-algo> I<number>
i.e. the compression algorithm is selected from the
preferences.
-B<--digest-algo> I<name>
- Use I<name> as message digest algorithm. Running the
- program with the command B<--version> yields a list of
- supported algorithms.
-
-
B<--throw-keyid>
Do not put the keyid into encrypted packets. This option
hides the receiver of the message and is a countermeasure
@@ -600,7 +594,9 @@ is B<very> easy to spy out your passphrase!
=head1 BUGS
On many systems this program should be installed as setuid(root). This
-is necessary to lock memory pages. If you get no warning message about
-insecure memory your OS kernel supports locking without being root.
-The program drops root privileges as soon as locked memory is allocated.
+is necessary to lock memory pages. Locking memory pages prevents the
+operating system from writing memory pages to disk. If you get no
+warning message about insecure memory your operating system supports
+locking without being root. The program drops root privileges as soon
+as locked memory is allocated.