diff options
| author | njoly <njoly@NetBSD.org> | 2013-07-28 09:07:55 +0000 |
|---|---|---|
| committer | njoly <njoly@NetBSD.org> | 2013-07-28 09:07:55 +0000 |
| commit | 0dcfa000751cd4e04d0515dfea07cce25e3f26c0 (patch) | |
| tree | ca38183699781fc09b7492f53aed130d0027076d /lib/libc/sys | |
| parent | 5c46a62f86f809c5d861faf1c600ec7edcad3c02 (diff) | |
Adjust EFAULT error description to use arguments name from synopsis.
Diffstat (limited to 'lib/libc/sys')
| -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 8635b53d8e7..f09dd7b0103 100644 --- a/lib/libc/sys/rename.2 +++ b/lib/libc/sys/rename.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: rename.2,v 1.29 2013/06/30 11:48:42 wiz Exp $ +.\" $NetBSD: rename.2,v 1.30 2013/07/28 09:07:55 njoly Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -200,7 +200,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 |
