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/705aadc91513
branches:  trunk
changeset: 754384:705aadc91513
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Apr 29 07:31:02 2010 +0000

description:
Sort errors.

diffstat:

 lib/libc/sys/utimes.2 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (41 lines):

diff -r b850af893a4d -r 705aadc91513 lib/libc/sys/utimes.2
--- a/lib/libc/sys/utimes.2     Thu Apr 29 07:27:30 2010 +0000
+++ b/lib/libc/sys/utimes.2     Thu Apr 29 07:31:02 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: utimes.2,v 1.24 2010/04/29 07:14:35 jruoho Exp $
+.\"    $NetBSD: utimes.2,v 1.25 2010/04/29 07:31:02 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -124,9 +124,9 @@
 Too many symbolic links were encountered in translating the pathname.
 .It Bq Er ENAMETOOLONG
 A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Brq Dv NAME_MAX
 characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Brq Dv PATH_MAX
 characters.
 .It Bq Er ENOENT
 The named file does not exist.
@@ -146,9 +146,6 @@
 .Fn futimes
 will fail if:
 .Bl -tag -width Er
-.It Bq Er EBADF
-.Fa fd
-does not refer to a valid descriptor.
 .It Bq Er EACCES
 The
 .Fa times
@@ -157,6 +154,9 @@
 and the effective user ID of the process does not
 match the owner of the file, and is not the super-user, and write
 access is denied.
+.It Bq Er EBADF
+.Fa fd
+does not refer to a valid descriptor.
 .It Bq Er EFAULT
 .Fa times
 points outside the process's allocated address space.



Home | Main Index | Thread Index | Old Index