Module Name:    src
Committed By:   njoly
Date:           Sun Jul 28 09:07:55 UTC 2013

Modified Files:
        src/lib/libc/sys: rename.2

Log Message:
Adjust EFAULT error description to use arguments name from synopsis.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/libc/sys/rename.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/rename.2
diff -u src/lib/libc/sys/rename.2:1.29 src/lib/libc/sys/rename.2:1.30
--- src/lib/libc/sys/rename.2:1.29	Sun Jun 30 11:48:42 2013
+++ src/lib/libc/sys/rename.2	Sun Jul 28 09:07:55 2013
@@ -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 up
 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

Reply via email to