Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Remove unneeded `Either' word in EFAULT error d...
details: https://anonhg.NetBSD.org/src/rev/458313397973
branches: trunk
changeset: 767512:458313397973
user: njoly <njoly%NetBSD.org@localhost>
date: Wed Jul 20 17:51:25 2011 +0000
description:
Remove unneeded `Either' word in EFAULT error description.
diffstat:
lib/libc/sys/getdents.2 | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r a32acee222e8 -r 458313397973 lib/libc/sys/getdents.2
--- a/lib/libc/sys/getdents.2 Wed Jul 20 17:07:03 2011 +0000
+++ b/lib/libc/sys/getdents.2 Wed Jul 20 17:51:25 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index