Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys document errors returned by F_GETPATH



details:   https://anonhg.NetBSD.org/src/rev/2b4a23bdac94
branches:  trunk
changeset: 459811:2b4a23bdac94
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 26 17:13:52 2019 +0000

description:
document errors returned by F_GETPATH

diffstat:

 lib/libc/sys/fcntl.2 |  29 +++++++++++++++++++++++++++--
 1 files changed, 27 insertions(+), 2 deletions(-)

diffs (50 lines):

diff -r 8a9fa986f2be -r 2b4a23bdac94 lib/libc/sys/fcntl.2
--- a/lib/libc/sys/fcntl.2      Thu Sep 26 14:28:14 2019 +0000
+++ b/lib/libc/sys/fcntl.2      Thu Sep 26 17:13:52 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fcntl.2,v 1.43 2019/09/16 04:49:46 wiz Exp $
+.\"    $NetBSD: fcntl.2,v 1.44 2019/09/26 17:13:52 christos Exp $
 .\"
 .\" Copyright (c) 1983, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)fcntl.2    8.2 (Berkeley) 1/12/94
 .\"
-.Dd September 15, 2019
+.Dd September 26, 2019
 .Dt FCNTL 2
 .Os
 .Sh NAME
@@ -537,6 +537,31 @@
 .Dv F_SETOWN
 and
 the process ID given as argument is not in use.
+.It Bq Er EACCES
+The argument
+.Fa cmd
+is
+.Dv F_GETPATH 
+and read or search permission was denied for a component of the pathname.
+.It Bq Er ENOENT
+The argument
+.Fa cmd
+is
+.Dv F_GETPATH 
+and a component of the pathname no longer exists.
+.It Bq Er ENOMEM
+The argument
+.Fa cmd
+is
+.Dv F_GETPATH 
+and insufficient memory is available.
+.It Bq Er ERANGE
+The argument
+.Fa cmd
+is
+.Dv F_GETPATH 
+and the resulting path would be greater than
+.Dv MAXPATHLEN .
 .El
 .Sh SEE ALSO
 .Xr close 2 ,



Home | Main Index | Thread Index | Old Index