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. Remove trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/52d3c375542e
branches:  trunk
changeset: 459829:52d3c375542e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Sep 27 07:20:07 2019 +0000

description:
Sort errors. Remove trailing whitespace.

diffstat:

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

diffs (86 lines):

diff -r e44594dd0332 -r 52d3c375542e lib/libc/sys/fcntl.2
--- a/lib/libc/sys/fcntl.2      Fri Sep 27 02:59:21 2019 +0000
+++ b/lib/libc/sys/fcntl.2      Fri Sep 27 07:20:07 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fcntl.2,v 1.44 2019/09/26 17:13:52 christos Exp $
+.\"    $NetBSD: fcntl.2,v 1.45 2019/09/27 07:20:07 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -420,6 +420,12 @@
 .Fn fcntl
 will fail if:
 .Bl -tag -width Er
+.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 EAGAIN
 The argument
 .Fa arg
@@ -522,6 +528,12 @@
 .Dv F_DUPFD
 and system-wide the maximum allowed number of file descriptors are
 currently open.
+.It Bq Er ENOENT
+The argument
+.Fa cmd
+is
+.Dv F_GETPATH
+and a component of the pathname no longer exists.
 .It Bq Er ENOLCK
 The argument
 .Fa cmd
@@ -531,37 +543,25 @@
 .Dv F_SETLKW ,
 and satisfying the lock or unlock request would result in the
 number of locked regions in the system exceeding a system-imposed limit.
+.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 .
 .It Bq Er ESRCH
 .Fa cmd
 is
 .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