Module Name: src Committed By: wiz Date: Wed Sep 22 17:58:09 UTC 2010
Modified Files: src/lib/libc/sys: open.2 Log Message: Bump date for O_DIRECTORY, more markup, merge two error sections. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 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.46 src/lib/libc/sys/open.2:1.47 --- src/lib/libc/sys/open.2:1.46 Tue Sep 21 19:26:18 2010 +++ src/lib/libc/sys/open.2 Wed Sep 22 17:58:09 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: open.2,v 1.46 2010/09/21 19:26:18 chs Exp $ +.\" $NetBSD: open.2,v 1.47 2010/09/22 17:58: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 6, 2010 +.Dd September 22, 2010 .Dt OPEN 2 .Os .Sh NAME @@ -308,9 +308,9 @@ and there are no free inodes on the file system on which the file is being created. .It Bq Er ENOTDIR -A component of the path prefix is not a directory. -.It Bq Er ENOTDIR -O_DIRECTORY is specified and the last path component is not a directory. +A component of the path prefix is not a directory; or +.Dv O_DIRECTORY +is specified and the last path component is not a directory. .It Bq Er ENXIO The named file is a character special or block special file, and the device associated with this special file