update errors for EIDRM (which we've returned for a long time now).

This commit is contained in:
chs 2005-11-03 17:07:28 +00:00
parent ff50b97f19
commit c6be96e0fb
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: semop.2,v 1.15 2004/05/13 10:20:58 wiz Exp $
.\" $NetBSD: semop.2,v 1.16 2005/11/03 17:07:28 chs Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
.\" All rights reserved.
@ -29,7 +29,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd August 25, 1999
.Dd November 3, 2005
.Dt SEMOP 2
.Os
.Sh NAME
@ -126,7 +126,7 @@ will fail if:
.It Bq Er EINVAL
There is no semaphore associated with
.Fa semid .
.Pp
.It Bq Er EIDRM
The semaphore set was removed while the process was waiting for one of
its semaphores to reach a certain value.
.It Bq Er EACCES