diff options
author | 2005-10-19 18:27:05 +0000 | |
---|---|---|
committer | 2005-10-19 18:27:05 +0000 | |
commit | 1e77a8acb65c1fd26f7e66b18e27b7afa8044f9c (patch) | |
tree | 7b0d720821104596b2559af6f3e0087c0ba6f18d /lib/libc/sys/rename.2 | |
parent | regen (diff) | |
download | wireguard-openbsd-1e77a8acb65c1fd26f7e66b18e27b7afa8044f9c.tar.xz wireguard-openbsd-1e77a8acb65c1fd26f7e66b18e27b7afa8044f9c.zip |
EFAULT corrections; ok millert and otto
Diffstat (limited to 'lib/libc/sys/rename.2')
-rw-r--r-- | lib/libc/sys/rename.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2 index d7c27887b0c..5dbf6786aeb 100644 --- a/lib/libc/sys/rename.2 +++ b/lib/libc/sys/rename.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rename.2,v 1.11 2003/07/15 10:09:21 jmc Exp $ +.\" $OpenBSD: rename.2,v 1.12 2005/10/19 18:27:05 jaredy Exp $ .\" $NetBSD: rename.2,v 1.7 1995/02/27 12:36:15 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -155,7 +155,9 @@ An I/O error occurred while making or updating a directory entry. The requested link requires writing in a directory on a read-only file system. .It Bq Er EFAULT -.Em Path +.Fa from +or +.Fa to points outside the process's allocated address space. .It Bq Er EINVAL .Fa from |