Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Sort errors.
details: https://anonhg.NetBSD.org/src/rev/12ac0727a78e
branches: trunk
changeset: 965442:12ac0727a78e
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Sep 16 04:59:32 2019 +0000
description:
Sort errors.
diffstat:
lib/libc/sys/open.2 | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diffs (39 lines):
diff -r e7d9e1e186e6 -r 12ac0727a78e lib/libc/sys/open.2
--- a/lib/libc/sys/open.2 Mon Sep 16 04:57:12 2019 +0000
+++ b/lib/libc/sys/open.2 Mon Sep 16 04:59:32 2019 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: open.2,v 1.61 2019/09/15 20:53:24 christos Exp $
+.\" $NetBSD: open.2,v 1.62 2019/09/16 04:59:32 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -433,14 +433,6 @@
.Fn openat
will fail if:
.Bl -tag -width Er
-.It Bq Er EINVAL
-An attempt was made to open a descriptor with an illegal combination
-of
-.Dv O_RDONLY ,
-.Dv O_WRONLY ,
-.Dv O_RDWR
-and
-.Dv O_EXEC .
.It Bq Er EBADF
.Fa path
does not specify an absolute path and
@@ -448,6 +440,14 @@
is neither
.Dv AT_FDCWD
nor a valid file descriptor open for reading or searching.
+.It Bq Er EINVAL
+An attempt was made to open a descriptor with an illegal combination
+of
+.Dv O_RDONLY ,
+.Dv O_WRONLY ,
+.Dv O_RDWR ,
+and
+.Dv O_EXEC .
.It Bq Er ENOTDIR
.Fa path
is not an absolute path and
Home |
Main Index |
Thread Index |
Old Index