From b1c806a275fdc0ec755bcbb758395946231f5b3b Mon Sep 17 00:00:00 2001 From: David Levine Date: Thu, 28 Jun 2012 21:19:06 -0500 Subject: [PATCH] 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] --- man/rcvstore.man | 12 ------------ 1 file changed, 12 deletions(-) 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. -- 1.7.10.4