Doc fixes.

This commit is contained in:
Werner Koch 2009-05-08 15:08:37 +00:00
parent eeca39ae50
commit 8e7e6f124b
2 changed files with 2 additions and 3 deletions

View File

@ -1949,7 +1949,7 @@ Set the list of personal digest preferences to @code{string}. Use
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 @@ Use @command{@gpgname --version} to get a list of available
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}

View File

@ -165,7 +165,6 @@ create_dotlock (const char *file_to_lock)
*/
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 ) )