Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/lib/libc/sys Pull up following revision(s) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/92ac9e99b684
branches:  netbsd-3
changeset: 577439:92ac9e99b684
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Nov 05 00:47:36 2005 +0000

description:
Pull up following revision(s) (requested by chs in ticket #930):
        lib/libc/sys/semop.2: revision 1.16
update errors for EIDRM (which we've returned for a long time now).

diffstat:

 lib/libc/sys/semop.2 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3d701dee1f28 -r 92ac9e99b684 lib/libc/sys/semop.2
--- a/lib/libc/sys/semop.2      Sat Nov 05 00:47:00 2005 +0000
+++ b/lib/libc/sys/semop.2      Sat Nov 05 00:47:36 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: semop.2,v 1.15 2004/05/13 10:20:58 wiz Exp $
+.\"    $NetBSD: semop.2,v 1.15.2.1 2005/11/05 00:47:36 tron 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 @@
 .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



Home | Main Index | Thread Index | Old Index