Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Adjust EFAULT error description to use argument...
details: https://anonhg.NetBSD.org/src/rev/2b566ba39c3c
branches: trunk
changeset: 788908:2b566ba39c3c
user: njoly <njoly%NetBSD.org@localhost>
date: Sun Jul 28 09:07:55 2013 +0000
description:
Adjust EFAULT error description to use arguments name from synopsis.
diffstat:
lib/libc/sys/rename.2 | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r d6fad0cd98b8 -r 2b566ba39c3c lib/libc/sys/rename.2
--- a/lib/libc/sys/rename.2 Sun Jul 28 09:03:43 2013 +0000
+++ b/lib/libc/sys/rename.2 Sun Jul 28 09:07:55 2013 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index