From: David Levine Date: Fri, 29 Jun 2012 02:19:06 +0000 (-0500) Subject: Removed BUGS section at end of rcvstore(1) man page. It X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=b1c806a275fdc0ec755bcbb758395946231f5b3b;p=mmh Removed BUGS section at end of rcvstore(1) man page. It said to not use rcvstore if you use the "Unseen-Sequence" profile entry because the context (sequences file, actually) could be corrupted if multiple nmh processes tried to update it simultaneously. The locking added by commit 82a21b6f3cddf8ab048dcb02c080ea9797c73c5a serialized that simultaneous update. [Bug #4361] --- diff --git a/man/rcvstore.man b/man/rcvstore.man index 010e238..b5711d7 100644 --- a/man/rcvstore.man +++ b/man/rcvstore.man @@ -130,15 +130,3 @@ rcvdist(1), rcvpack(1), rcvtty(1), mh\-sequence(5) .SH CONTEXT No context changes will be attempted, with the exception of sequence manipulation. - -.SH BUGS -If you use the \*(lqUnseen\-Sequence\*(rq profile entry, -.B rcvstore -could try to update the context while another -.B nmh -process -is also trying to do so. This can cause the context to become -corrupted. To avoid this, do not use -.B rcvstore -if you use the -\*(lqUnseen\-Sequence\*(rq profile entry.