Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Document a weird circumstance under which stat(...



details:   https://anonhg.NetBSD.org/src/rev/50fc67f457f2
branches:  trunk
changeset: 501957:50fc67f457f2
user:      augustss <augustss%NetBSD.org@localhost>
date:      Tue Jan 09 20:45:10 2001 +0000

description:
Document a weird circumstance under which stat() return EBADF.

diffstat:

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

diffs (19 lines):

diff -r 0c7e91da99c3 -r 50fc67f457f2 lib/libc/sys/stat.2
--- a/lib/libc/sys/stat.2       Tue Jan 09 20:20:13 2001 +0000
+++ b/lib/libc/sys/stat.2       Tue Jan 09 20:45:10 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: stat.2,v 1.20 2000/10/07 16:48:24 nathanw Exp $
+.\"    $NetBSD: stat.2,v 1.21 2001/01/09 20:45:10 augustss Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -246,6 +246,9 @@
 points to an invalid address.
 .It Bq Er EIO
 An I/O error occurred while reading from or writing to the file system.
+.It Bq Er EBADF
+A badly formed v-node was encountered.  This can happen if a file system
+information node is incorrect.
 .El
 .Pp
 .Bl -tag -width Er



Home | Main Index | Thread Index | Old Index