Module Name: src
Committed By: njoly
Date: Wed Jul 20 17:51:25 UTC 2011
Modified Files:
src/lib/libc/sys: getdents.2
Log Message:
Remove unneeded `Either' word in EFAULT error description.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 src/lib/libc/sys/getdents.2:1.23
--- src/lib/libc/sys/getdents.2:1.22 Fri Jun 4 05:42:24 2010
+++ src/lib/libc/sys/getdents.2 Wed Jul 20 17:51:25 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: getdents.2,v 1.22 2010/06/04 05:42:24 jruoho Exp $
+.\" $NetBSD: getdents.2,v 1.23 2011/07/20 17:51:25 njoly Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -111,7 +111,6 @@
.Fa fd
is not a valid file descriptor open for reading.
.It Bq Er EFAULT
-Either
.Fa buf
points outside the allocated address space.
.It Bq Er EINVAL