Module Name:    src
Committed By:   wiz
Date:           Wed Apr 14 09:10:31 UTC 2010

Modified Files:
        src/lib/libc/sys: getdents.2

Log Message:
Sort ERRORS.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/sys/getdents.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/getdents.2
diff -u src/lib/libc/sys/getdents.2:1.19 src/lib/libc/sys/getdents.2:1.20
--- src/lib/libc/sys/getdents.2:1.19	Wed Apr 14 09:06:00 2010
+++ src/lib/libc/sys/getdents.2	Wed Apr 14 09:10:30 2010
@@ -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 ,

Reply via email to