diff options
author | jilles <jilles@FreeBSD.org> | 2016-09-07 21:01:32 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2016-09-07 21:01:32 +0000 |
commit | 3d6ef0e370cc6b7fa08ca5b6e64a863200a84501 (patch) | |
tree | 1fdd67ca74fe1584b53d79a2d38fd979bf95f6f3 /lib/libc | |
parent | 39eb8b6d65976a8769e2d8e434b7f36ed9882fe6 (diff) | |
download | FreeBSD-src-3d6ef0e370cc6b7fa08ca5b6e64a863200a84501.zip FreeBSD-src-3d6ef0e370cc6b7fa08ca5b6e64a863200a84501.tar.gz |
MFC r305090: getvfsbyname(3): Remove [EFAULT] error.
Since r101651 in 2002, getvfsbyname() has written *vfc using userland
memcpy(), so the [EFAULT] error no longer occurs.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getvfsbyname.3 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/gen/getvfsbyname.3 b/lib/libc/gen/getvfsbyname.3 index f2a5965..a0fc843 100644 --- a/lib/libc/gen/getvfsbyname.3 +++ b/lib/libc/gen/getvfsbyname.3 @@ -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 |