Bump date for previous.

Sort ERRORS, and merge two entries for the same errno value.
This commit is contained in:
wiz 2008-08-14 18:00:08 +00:00
parent 8165c33c80
commit b9a5e63c26
1 changed files with 12 additions and 13 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pathconf.2,v 1.20 2008/08/14 16:19:25 matt Exp $
.\" $NetBSD: pathconf.2,v 1.21 2008/08/14 18:00:08 wiz Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)pathconf.2 8.1 (Berkeley) 6/4/93
.\"
.Dd March 21, 1999
.Dd August 14, 2008
.Dt PATHCONF 2
.Os
.Sh NAME
@ -138,28 +138,27 @@ to the corresponding value.
.It Bq Er EINVAL
The value of the
.Fa name
argument is invalid.
.It Bq Er EINVAL
The implementation does not support an association of the variable
argument is invalid, or
the implementation does not support an association of the variable
name with the associated file.
.El
.Pp
.Fn pathconf
will fail if:
.Bl -tag -width ENAMETOOLONGAA
.It Bq Er ENOTDIR
A component of the path prefix is not a directory.
.It Bq Er EACCES
Search permission is denied for a component of the path prefix.
.It Bq Er EIO
An I/O error occurred while reading from or writing to the file system.
.It Bq Er ELOOP
Too many symbolic links were encountered in translating the pathname.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded 255 characters,
or an entire path name exceeded 1023 characters.
.It Bq Er ENOENT
The named file does not exist.
.It Bq Er EACCES
Search permission is denied for a component of the path prefix.
.It Bq Er ELOOP
Too many symbolic links were encountered in translating the pathname.
.It Bq Er EIO
An I/O error occurred while reading from or writing to the file system.
.It Bq Er ENOTDIR
A component of the path prefix is not a directory.
.El
.Pp
.Bl -tag -width [EFAULT]