Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librt Merge error descriptions for same error code.
details: https://anonhg.NetBSD.org/src/rev/6bcbcd0c2aeb
branches: trunk
changeset: 777909:6bcbcd0c2aeb
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Mar 08 22:12:52 2012 +0000
description:
Merge error descriptions for same error code.
diffstat:
lib/librt/sem_open.3 | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
diffs (33 lines):
diff -r 82496ad14243 -r 6bcbcd0c2aeb lib/librt/sem_open.3
--- a/lib/librt/sem_open.3 Thu Mar 08 22:12:37 2012 +0000
+++ b/lib/librt/sem_open.3 Thu Mar 08 22:12:52 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sem_open.3,v 1.5 2012/03/08 21:59:29 joerg Exp $
+.\" $NetBSD: sem_open.3,v 1.6 2012/03/08 22:12:52 wiz Exp $
.\"
.\" Copyright (C) 2000 Jason Evans <jasone%FreeBSD.org@localhost>.
.\" All rights reserved.
@@ -140,9 +140,8 @@
.It Bq Er EACCES
The semaphore exists and the permissions specified by
.Fa oflag
-at the time it was created deny access to this process.
-.It Bq Er EACCES
-The semaphore does not exist, but permission to create it is denied.
+at the time it was created deny access to this process;
+or the semaphore does not exist, but permission to create it is denied.
.It Bq Er EEXIST
.Dv O_CREAT
and
@@ -154,9 +153,8 @@
The
.Fn sem_open
operation is not supported for the given
-.Fa name .
-.It Bq Er EINVAL
-The
+.Fa name ;
+or the
.Fa value
argument is greater than
.Dv SEM_VALUE_MAX .
Home |
Main Index |
Thread Index |
Old Index