diff options
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 |