[svn] GnuPG - r4998 - in trunk: doc jnlib
svn author wk
cvs at cvs.gnupg.org
Fri May 8 17:08:37 CEST 2009
Author: wk
Date: 2009-05-08 17:08:37 +0200 (Fri, 08 May 2009)
New Revision: 4998
Modified:
trunk/doc/gpg.texi
trunk/jnlib/dotlock.c
Log:
Doc fixes.
Modified: trunk/doc/gpg.texi
===================================================================
--- trunk/doc/gpg.texi 2009-05-08 15:07:45 UTC (rev 4997)
+++ trunk/doc/gpg.texi 2009-05-08 15:08:37 UTC (rev 4998)
@@ -1949,7 +1949,7 @@
and use @code{none} to set no preference at all. This allows the user
to factor in their own preferred algorithms when algorithms are chosen
via recipient key preferences. The most highly ranked digest
-algorithm in this list is algo used when signing without encryption
+algorithm in this list is also used when signing without encryption
(e.g. @option{--clearsign} or @option{--sign}). The default value is
SHA-1.
@@ -1959,7 +1959,7 @@
algorithms, and use @code{none} to set no preference at all. This
allows the user to factor in their own preferred algorithms when
algorithms are chosen via recipient key preferences. The most highly
-ranked compression algorithm in this list is algo used when there are
+ranked compression algorithm in this list is also used when there are
no recipient keys to consider (e.g. @option{--symmetric}).
@item --s2k-cipher-algo @code{name}
Modified: trunk/jnlib/dotlock.c
===================================================================
--- trunk/jnlib/dotlock.c 2009-05-08 15:07:45 UTC (rev 4997)
+++ trunk/jnlib/dotlock.c 2009-05-08 15:08:37 UTC (rev 4998)
@@ -165,7 +165,6 @@
*/
snprintf (pidstr, sizeof pidstr, "%10d\n", (int)getpid() );
- /* fixme: add the hostname to the second line (FQDN or IP addr?) */
/* Create a temporary file. */
if ( uname ( &utsbuf ) )
More information about the Gnupg-commits
mailing list