Module Name: src Committed By: wiz Date: Mon Sep 6 15:22:09 UTC 2010
Modified Files: src/lib/libc/sys: open.2 Log Message: Note a difference to IEEE Std 2003.1-2008. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/lib/libc/sys/open.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/sys/open.2 diff -u src/lib/libc/sys/open.2:1.43 src/lib/libc/sys/open.2:1.44 --- src/lib/libc/sys/open.2:1.43 Sun Sep 5 22:44:15 2010 +++ src/lib/libc/sys/open.2 Mon Sep 6 15:22:09 2010 @@ -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