Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Note a difference to IEEE Std 2003.1-2008. Bump...



details:   https://anonhg.NetBSD.org/src/rev/f6ba3fa2c611
branches:  trunk
changeset: 757576:f6ba3fa2c611
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Sep 06 15:22:09 2010 +0000

description:
Note a difference to IEEE Std 2003.1-2008. Bump date.

diffstat:

 lib/libc/sys/open.2 |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 223850c4bdfb -r f6ba3fa2c611 lib/libc/sys/open.2
--- a/lib/libc/sys/open.2       Mon Sep 06 15:21:34 2010 +0000
+++ b/lib/libc/sys/open.2       Mon Sep 06 15:22:09 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: open.2,v 1.43 2010/09/05 22:44:15 wiz Exp $
+.\"    $NetBSD: open.2,v 1.44 2010/09/06 15:22:09 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)open.2     8.2 (Berkeley) 11/16/93
 .\"
-.Dd September 5, 2010
+.Dd September 6, 2010
 .Dt OPEN 2
 .Os
 .Sh NAME
@@ -261,6 +261,11 @@
 .It Bq Er EFTYPE
 .Dv O_NOFOLLOW
 was specified, but the last path component is a symlink.
+.Em Note :
+.St -p1003.1-2008
+specifies returning
+.Bq Er ELOOP
+for this case.
 .It Bq Er EINTR
 The
 .Fn open



Home | Main Index | Thread Index | Old Index