mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
Doc fixes.
This commit is contained in:
parent
eeca39ae50
commit
8e7e6f124b
@ -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
|
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
|
to factor in their own preferred algorithms when algorithms are chosen
|
||||||
via recipient key preferences. The most highly ranked digest
|
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
|
(e.g. @option{--clearsign} or @option{--sign}). The default value is
|
||||||
SHA-1.
|
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
|
algorithms, and use @code{none} to set no preference at all. This
|
||||||
allows the user to factor in their own preferred algorithms when
|
allows the user to factor in their own preferred algorithms when
|
||||||
algorithms are chosen via recipient key preferences. The most highly
|
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}).
|
no recipient keys to consider (e.g. @option{--symmetric}).
|
||||||
|
|
||||||
@item --s2k-cipher-algo @code{name}
|
@item --s2k-cipher-algo @code{name}
|
||||||
|
@ -165,7 +165,6 @@ create_dotlock (const char *file_to_lock)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
snprintf (pidstr, sizeof pidstr, "%10d\n", (int)getpid() );
|
snprintf (pidstr, sizeof pidstr, "%10d\n", (int)getpid() );
|
||||||
/* fixme: add the hostname to the second line (FQDN or IP addr?) */
|
|
||||||
|
|
||||||
/* Create a temporary file. */
|
/* Create a temporary file. */
|
||||||
if ( uname ( &utsbuf ) )
|
if ( uname ( &utsbuf ) )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user