]> Pileus Git - ~andy/fetchmail/blobdiff - lock.h
Update website for 6.3.24.
[~andy/fetchmail] / lock.h
diff --git a/lock.h b/lock.h
index 66b2c36fc09a5ae6155d1eb9e8baa51db250b11e..27f63cf0599396f64a59b9778cb3cf268975d024 100644 (file)
--- a/lock.h
+++ b/lock.h
@@ -22,7 +22,8 @@ void fm_lock_release(void);
 
 /** Check the state of the lock file. If there is an error opening or
  * reading the lockfile, exit with PS_EXCLUDE. If a stale lock file
- * cannot be unlinked, complain, but continue.  \return
+ * cannot be unlinked, complain and try to truncate it to 0 size. If
+ * truncation fails, complain and exit with PS_EXCLUDE.  \return
  * -  0 if no lock is set
  * - >0 if a fetchmail is running, but not in daemon mode
  * - <0 if a fetchmail is running in daemon mode.