1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

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

@ -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 ) )