Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Bump date for O_DIRECTORY, more markup, merge t...



details:   https://anonhg.NetBSD.org/src/rev/de20c8c958e9
branches:  trunk
changeset: 757778:de20c8c958e9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Sep 22 17:58:09 2010 +0000

description:
Bump date for O_DIRECTORY, more markup, merge two error sections.

diffstat:

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

diffs (31 lines):

diff -r 27fa619e2961 -r de20c8c958e9 lib/libc/sys/open.2
--- a/lib/libc/sys/open.2       Wed Sep 22 16:16:51 2010 +0000
+++ b/lib/libc/sys/open.2       Wed Sep 22 17:58:09 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index