From d706409c595a5994371d2b238b2a5e77be171f13 Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Tue, 3 Mar 2009 04:33:09 +0100 Subject: Switch mbox locking from flock(2) to posix lockf(2) flock() locks aren't portable; lockf() locks are. --- archivemail.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivemail.1') diff --git a/archivemail.1 b/archivemail.1 index 90c3393..5baa89d 100644 --- a/archivemail.1 +++ b/archivemail.1 @@ -3,7 +3,7 @@ .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . -.TH "ARCHIVEMAIL" "1" "08 April 2008" "SP" "" +.TH "ARCHIVEMAIL" "1" "03 March 2009" "SP" "" .SH NAME archivemail \- archive and compress your old email @@ -258,7 +258,7 @@ Display brief summary information about how to run \fBarchivemail\fR\&. When reading an \fBmbox\fR-format mailbox, \fBarchivemail\fR will create a lockfile with the extension \fI\&.lock\fR so that procmail will not deliver to the mailbox while it is being processed. It will -also create an advisory lock on the mailbox using \fBflock\fR(2)\&. +also create an advisory lock on the mailbox using \fBlockf\fR(2)\&. \fBarchivemail\fR will also complain and abort if a 3rd-party modifies the mailbox while it is being read. .PP -- cgit v1.2.3