Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Sort ERRORS.



details:   https://anonhg.NetBSD.org/src/rev/7585e563314f
branches:  trunk
changeset: 753935:7585e563314f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Apr 14 09:10:30 2010 +0000

description:
Sort ERRORS.

diffstat:

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

diffs (26 lines):

diff -r 2d3b672c3e25 -r 7585e563314f lib/libc/sys/getdents.2
--- a/lib/libc/sys/getdents.2   Wed Apr 14 09:06:00 2010 +0000
+++ b/lib/libc/sys/getdents.2   Wed Apr 14 09:10:30 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getdents.2,v 1.19 2010/04/14 09:06:00 jruoho Exp $
+.\"    $NetBSD: getdents.2,v 1.20 2010/04/14 09:10:30 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -156,13 +156,13 @@
 Either
 .Fa buf
 points outside the allocated address space.
+.It Bq Er EINVAL
+A directory was being read on NFS, but it was modified on the server while
+it was being read.
 .It Bq Er EIO
 An
 .Tn I/O
 error occurred while reading from or writing to the file system.
-.It Bq Er EINVAL
-A directory was being read on NFS, but it was modified on the server while
-it was being read.
 .El
 .Sh SEE ALSO
 .Xr lseek 2 ,



Home | Main Index | Thread Index | Old Index