svn commit: r305090 - head/lib/libc/gen
Jilles Tjoelker
jilles at FreeBSD.org
Tue Aug 30 21:43:59 UTC 2016
Author: jilles
Date: Tue Aug 30 21:43:57 2016
New Revision: 305090
URL: https://svnweb.freebsd.org/changeset/base/305090
Log:
getvfsbyname(3): Remove [EFAULT] error.
Since r101651 in 2002, getvfsbyname() has written *vfc using userland
memcpy(), so the [EFAULT] error no longer occurs.
MFC after: 1 week
Modified:
head/lib/libc/gen/getvfsbyname.3
Modified: head/lib/libc/gen/getvfsbyname.3
==============================================================================
--- head/lib/libc/gen/getvfsbyname.3 Tue Aug 30 21:08:45 2016 (r305089)
+++ head/lib/libc/gen/getvfsbyname.3 Tue Aug 30 21:43:57 2016 (r305090)
@@ -28,7 +28,7 @@
.\" @(#)kvm_getvfsbyname.3 8.3 (Berkeley) 5/4/95
.\" $FreeBSD$
.\"
-.Dd April 5, 2007
+.Dd August 30, 2016
.Dt GETVFSBYNAME 3
.Os
.Sh NAME
@@ -97,11 +97,6 @@ sysctl is set to
.Sh ERRORS
The following errors may be reported:
.Bl -tag -width Er
-.It Bq Er EFAULT
-The
-.Fa vfc
-argument
-points to an invalid address.
.It Bq Er ENOENT
The
.Fa name
More information about the svn-src-head
mailing list