Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys stat(2) can return ENXIO.



details:   https://anonhg.NetBSD.org/src/rev/0fe356374e45
branches:  trunk
changeset: 534741:0fe356374e45
user:      soren <soren%NetBSD.org@localhost>
date:      Fri Aug 02 08:08:26 2002 +0000

description:
stat(2) can return ENXIO.

diffstat:

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

diffs (20 lines):

diff -r 2837cbd61562 -r 0fe356374e45 lib/libc/sys/stat.2
--- a/lib/libc/sys/stat.2       Fri Aug 02 08:02:36 2002 +0000
+++ b/lib/libc/sys/stat.2       Fri Aug 02 08:08:26 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: stat.2,v 1.27 2002/04/29 01:41:46 simonb Exp $
+.\"    $NetBSD: stat.2,v 1.28 2002/08/02 08:08:26 soren Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -248,6 +248,10 @@
 or
 .Em name
 points to an invalid address.
+.It Bq Er ENXIO
+The named file is a character special or block
+special file, and the device associated with this special file
+does not exist.
 .It Bq Er EIO
 An I/O error occurred while reading from or writing to the file system.
 .It Bq Er EBADF



Home | Main Index | Thread Index | Old Index