description.
-.\" $OpenBSD: statvfs.3,v 1.6 2013/06/05 03:39:22 tedu Exp $
+.\" $OpenBSD: statvfs.3,v 1.7 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: statfs.2,v 1.10 1995/06/29 11:40:48 cgd Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\"
.\" @(#)statfs.2 8.3 (Berkeley) 2/11/94
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: January 19 2015 $
.Dt STATVFS 3
.Os
.Sh NAME
.Fa path
is not a directory.
.It Bq Er ENAMETOOLONG
-The length of a component of
-.Fa path
-exceeds
-.Dv {NAME_MAX}
-characters, or the length of
-.Fa path
-exceeds
-.Dv {PATH_MAX}
-characters.
+A component of a pathname exceeded
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The file referred to by
.Fa path
-.\" $OpenBSD: utime.3,v 1.20 2014/01/21 03:15:45 schwarze Exp $
+.\" $OpenBSD: utime.3,v 1.21 2015/01/19 15:54:11 millert Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 21 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt UTIME 3
.Os
.Sh NAME
.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.
+A component of a pathname exceeded
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The named file does not exist.
.It Bq Er ENOTDIR
-.\" $OpenBSD: access.2,v 1.24 2014/12/14 07:42:50 schwarze Exp $
+.\" $OpenBSD: access.2,v 1.25 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: access.2,v 1.7 1995/02/27 12:31:44 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\"
.\" @(#)access.2 8.2 (Berkeley) 4/1/94
.\"
-.Dd $Mdocdate: December 14 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt ACCESS 2
.Os
.Sh NAME
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The named file does not exist.
.It Bq Er ELOOP
-.\" $OpenBSD: acct.2,v 1.16 2014/12/10 19:19:00 schwarze Exp $
+.\" $OpenBSD: acct.2,v 1.17 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: acct.2,v 1.6 1995/02/27 12:31:47 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\"
.\" @(#)acct.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: December 10 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt ACCT 2
.Os
.Sh NAME
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The named file does not exist.
.It Bq Er EACCES
-.\" $OpenBSD: bind.2,v 1.19 2014/12/10 07:18:44 guenther Exp $
+.\" $OpenBSD: bind.2,v 1.20 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: bind.2,v 1.8 1995/10/12 15:40:46 jtc Exp $
.\"
.\" Copyright (c) 1983, 1993
.\"
.\" @(#)bind.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: December 10 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt BIND 2
.Os
.Sh NAME
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
A prefix component of the path name does not exist.
.It Bq Er ELOOP
-.\" $OpenBSD: chdir.2,v 1.12 2014/12/10 19:19:00 schwarze Exp $
+.\" $OpenBSD: chdir.2,v 1.13 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: chdir.2,v 1.7 1995/02/27 12:32:00 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\"
.\" @(#)chdir.2 8.2 (Berkeley) 12/11/93
.\"
-.Dd $Mdocdate: December 10 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt CHDIR 2
.Os
.Sh NAME
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The named directory does not exist.
.It Bq Er ELOOP
-.\" $OpenBSD: chflags.2,v 1.26 2014/12/16 00:06:49 schwarze Exp $
+.\" $OpenBSD: chflags.2,v 1.27 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: chflags.2,v 1.6 1995/02/27 12:32:03 cgd Exp $
.\"
.\" Copyright (c) 1989, 1993
.\"
.\" @(#)chflags.2 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: December 16 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt CHFLAGS 2
.Os
.Sh NAME
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The named file does not exist.
.It Bq Er EACCES
-.\" $OpenBSD: chmod.2,v 1.26 2014/12/10 19:19:00 schwarze Exp $
+.\" $OpenBSD: chmod.2,v 1.27 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: chmod.2,v 1.7 1995/02/27 12:32:06 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\"
.\" @(#)chmod.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: December 10 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt CHMOD 2
.Os
.Sh NAME
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The named file does not exist.
.It Bq Er EACCES
-.\" $OpenBSD: chown.2,v 1.24 2014/12/10 19:19:00 schwarze Exp $
+.\" $OpenBSD: chown.2,v 1.25 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: chown.2,v 1.10 1995/10/12 15:40:47 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\"
.\" @(#)chown.2 8.4 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: December 10 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt CHOWN 2
.Os
.Sh NAME
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The named file does not exist.
.It Bq Er EACCES
-.\" $OpenBSD: chroot.2,v 1.20 2014/12/16 00:06:49 schwarze Exp $
+.\" $OpenBSD: chroot.2,v 1.21 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: chroot.2,v 1.7 1995/02/27 12:32:12 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\"
.\" @(#)chroot.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: December 16 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt CHROOT 2
.Os
.Sh NAME
A component of the path name is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The named directory does not exist.
.It Bq Er EACCES
-.\" $OpenBSD: connect.2,v 1.24 2013/07/17 05:42:11 schwarze Exp $
+.\" $OpenBSD: connect.2,v 1.25 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: connect.2,v 1.8 1995/10/12 15:40:48 jtc Exp $
.\"
.\" Copyright (c) 1983, 1993
.\"
.\" @(#)connect.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: July 17 2013 $
+.Dd $Mdocdate: January 19 2015 $
.Dt CONNECT 2
.Os
.Sh NAME
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The named socket does not exist.
.It Bq Er EACCES
-.\" $OpenBSD: execve.2,v 1.41 2014/05/30 04:38:43 guenther Exp $
+.\" $OpenBSD: execve.2,v 1.42 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: execve.2,v 1.9 1995/02/27 12:32:25 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\"
.\" @(#)execve.2 8.3 (Berkeley) 1/24/94
.\"
-.Dd $Mdocdate: May 30 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt EXECVE 2
.Os
.Sh NAME
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The new process file does not exist.
.It Bq Er ELOOP
-.\" $OpenBSD: getfh.2,v 1.17 2014/12/16 00:06:49 schwarze Exp $
+.\" $OpenBSD: getfh.2,v 1.18 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: getfh.2,v 1.7 1995/10/12 15:40:53 jtc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\"
.\" @(#)getfh.2 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: December 16 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt GETFH 2
.Os
.Sh NAME
.Fa path
is not a directory.
.It Bq Er ENAMETOOLONG
-The length of a component of
-.Fa path
-exceeds
-.Dv {NAME_MAX}
-characters, or the length of
-.Fa path
-exceeds
-.Dv {PATH_MAX}
-characters.
+A component of a pathname exceeded
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The file referred to by
.Fa path
-.\" $OpenBSD: ktrace.2,v 1.26 2014/12/14 07:42:50 schwarze Exp $
+.\" $OpenBSD: ktrace.2,v 1.27 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: ktrace.2,v 1.2 1995/02/27 12:33:58 cgd Exp $
.\"
.\" Copyright (c) 1993
.\"
.\" @(#)ktrace.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: December 14 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt KTRACE 2
.Os
.Sh NAME
.It Bq Er EINVAL
No trace points were selected.
.It Bq Er ENAMETOOLONG
-A component of a pathname exceeded 255 characters,
-or an entire path name exceeded 1023 characters.
+A component of a pathname exceeded
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The named tracefile does not exist.
.It Bq Er EACCES
-.\" $OpenBSD: link.2,v 1.27 2014/12/10 19:19:00 schwarze Exp $
+.\" $OpenBSD: link.2,v 1.28 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: link.2,v 1.7 1995/02/27 12:34:01 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\"
.\" @(#)link.2 8.3 (Berkeley) 1/12/94
.\"
-.Dd $Mdocdate: December 10 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt LINK 2
.Os
.Sh NAME
A component of either path prefix is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
A component of either path prefix does not exist.
.It Bq Er EOPNOTSUPP
-.\" $OpenBSD: mkdir.2,v 1.15 2014/12/10 19:19:00 schwarze Exp $
+.\" $OpenBSD: mkdir.2,v 1.16 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: mkdir.2,v 1.8 1995/02/27 12:34:22 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\"
.\" @(#)mkdir.2 8.2 (Berkeley) 12/11/93
.\"
-.Dd $Mdocdate: December 10 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt MKDIR 2
.Os
.Sh NAME
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
A component of the path prefix does not exist.
.It Bq Er EACCES
-.\" $OpenBSD: mkfifo.2,v 1.13 2014/12/16 00:06:49 schwarze Exp $
+.\" $OpenBSD: mkfifo.2,v 1.14 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: mkfifo.2,v 1.8 1995/02/27 12:34:27 cgd Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\"
.\" @(#)mkfifo.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: December 16 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt MKFIFO 2
.Os
.Sh NAME
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
A component of the path prefix does not exist.
.It Bq Er EACCES
-.\" $OpenBSD: mknod.2,v 1.19 2014/10/26 05:45:43 guenther Exp $
+.\" $OpenBSD: mknod.2,v 1.20 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: mknod.2,v 1.6 1995/02/27 12:34:33 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\"
.\" @(#)mknod.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: October 26 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt MKNOD 2
.Os
.Sh NAME
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
A component of the path prefix does not exist.
.It Bq Er EACCES
-.\" $OpenBSD: open.2,v 1.48 2014/11/25 15:02:13 schwarze Exp $
+.\" $OpenBSD: open.2,v 1.49 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: open.2,v 1.8 1995/02/27 12:35:14 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\"
.\" @(#)open.2 8.2 (Berkeley) 11/16/93
.\"
-.Dd $Mdocdate: November 25 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt OPEN 2
.Os
.Sh NAME
does not name a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
.Dv O_CREAT
is not set and the named file does not exist.
-.\" $OpenBSD: pathconf.2,v 1.21 2014/01/21 03:15:45 schwarze Exp $
+.\" $OpenBSD: pathconf.2,v 1.22 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: pathconf.2,v 1.2 1995/02/27 12:35:22 cgd Exp $
.\"
.\" Copyright (c) 1993
.\"
.\" @(#)pathconf.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: January 21 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt PATHCONF 2
.Os
.Sh NAME
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Brq Dv NAME_MAX
+.Dv NAME_MAX
characters (but see
.Dv _PC_NO_TRUNC
-above), or an entire path name exceeded
-.Brq Dv PATH_MAX
-characters.
+above), or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The named file does not exist.
.It Bq Er EACCES
-.\" $OpenBSD: quotactl.2,v 1.14 2014/12/16 00:06:49 schwarze Exp $
+.\" $OpenBSD: quotactl.2,v 1.15 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: quotactl.2,v 1.8 1995/02/27 12:35:43 cgd Exp $
.\"
.\" Copyright (c) 1983, 1990, 1991, 1993
.\"
.\" @(#)quotactl.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: December 16 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt QUOTACTL 2
.Os
.Sh NAME
A component of a path prefix was not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
A filename does not exist.
.It Bq Er ELOOP
-.\" $OpenBSD: readlink.2,v 1.17 2014/09/01 05:09:52 doug Exp $
+.\" $OpenBSD: readlink.2,v 1.18 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: readlink.2,v 1.7 1995/02/27 12:35:54 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\"
.\" @(#)readlink.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: September 1 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt READLINK 2
.Os
.Sh NAME
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The named file does not exist.
.It Bq Er EACCES
-.\" $OpenBSD: rename.2,v 1.20 2014/12/10 19:19:00 schwarze Exp $
+.\" $OpenBSD: rename.2,v 1.21 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: rename.2,v 1.7 1995/02/27 12:36:15 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\"
.\" @(#)rename.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: December 10 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt RENAME 2
.Os
.Sh NAME
.Bl -tag -width Er
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
A component of the
.Fa from
-.\" $OpenBSD: revoke.2,v 1.10 2014/12/10 19:19:00 schwarze Exp $
+.\" $OpenBSD: revoke.2,v 1.11 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: revoke.2,v 1.3 1995/10/12 15:41:11 jtc Exp $
.\"
.\" Copyright (c) 1993
.\"
.\" @(#)revoke.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: December 10 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt REVOKE 2
.Os
.Sh NAME
.It Bq Er ENOTDIR
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
-A component of a pathname exceeded 255 characters,
-or an entire path name exceeded 1024 characters.
+A component of a pathname exceeded
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The named file or a component of the path name does not exist.
.It Bq Er EACCES
-.\" $OpenBSD: rmdir.2,v 1.12 2014/09/09 07:36:42 guenther Exp $
+.\" $OpenBSD: rmdir.2,v 1.13 2015/01/19 15:54:11 millert Exp $
.\" $NetBSD: rmdir.2,v 1.7 1995/02/27 12:36:30 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\"
.\" @(#)rmdir.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: September 9 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt RMDIR 2
.Os
.Sh NAME
A component of the path is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The named directory does not exist.
.It Bq Er ELOOP
-.\" $OpenBSD: stat.2,v 1.43 2014/12/10 19:19:00 schwarze Exp $
+.\" $OpenBSD: stat.2,v 1.44 2015/01/19 15:54:11 millert Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
.\"
.\" @(#)stat.2 8.3 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: December 10 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt STAT 2
.Os
.Sh NAME
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
.Dv NAME_MAX
-characters, or an entire path name exceeded
+characters, or an entire pathname (including the terminating NUL)
+exceeded
.Dv PATH_MAX
-characters.
+bytes.
.It Bq Er ENOENT
A component of
.Em name
-.\" $OpenBSD: statfs.2,v 1.24 2014/12/16 00:06:49 schwarze Exp $
+.\" $OpenBSD: statfs.2,v 1.25 2015/01/19 15:54:12 millert Exp $
.\" $NetBSD: statfs.2,v 1.10 1995/06/29 11:40:48 cgd Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\"
.\" @(#)statfs.2 8.3 (Berkeley) 2/11/94
.\"
-.Dd $Mdocdate: December 16 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt STATFS 2
.Os
.Sh NAME
.Fa path
is not a directory.
.It Bq Er ENAMETOOLONG
-The length of a component of
-.Fa path
-exceeds
-.Dv {NAME_MAX}
-characters, or the length of
-.Fa path
-exceeds
-.Dv {PATH_MAX}
-characters.
+A component of a pathname exceeded
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The file referred to by
.Fa path
-.\" $OpenBSD: swapctl.2,v 1.20 2014/12/13 10:27:50 schwarze Exp $
+.\" $OpenBSD: swapctl.2,v 1.21 2015/01/19 15:54:12 millert Exp $
.\" $NetBSD: swapctl.2,v 1.10 1998/08/29 17:11:09 mrg Exp $
.\"
.\" Copyright (c) 1997 Matthew R. Green
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 13 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt SWAPCTL 2
.Os
.Sh NAME
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
.Dv NAME_MAX
-characters, or an entire path name exceeded
+characters, or an entire pathname (including the terminating NUL)
+exceeded
.Dv PATH_MAX
-characters.
+bytes.
.It Bq Er ENOENT
The named device does not exist.
For the
-.\" $OpenBSD: symlink.2,v 1.18 2014/12/10 19:19:00 schwarze Exp $
+.\" $OpenBSD: symlink.2,v 1.19 2015/01/19 15:54:12 millert Exp $
.\" $NetBSD: symlink.2,v 1.7 1995/02/27 12:38:34 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\"
.\" @(#)symlink.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: December 10 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt SYMLINK 2
.Os
.Sh NAME
prefix is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The named file does not exist.
.It Bq Er EACCES
-.\" $OpenBSD: truncate.2,v 1.16 2014/12/10 19:19:00 schwarze Exp $
+.\" $OpenBSD: truncate.2,v 1.17 2015/01/19 15:54:12 millert Exp $
.\" $NetBSD: truncate.2,v 1.7 1995/02/27 12:39:00 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\"
.\" @(#)truncate.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: December 10 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt TRUNCATE 2
.Os
.Sh NAME
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The named file does not exist.
.It Bq Er EACCES
-.\" $OpenBSD: unlink.2,v 1.25 2014/09/09 07:36:42 guenther Exp $
+.\" $OpenBSD: unlink.2,v 1.26 2015/01/19 15:54:12 millert Exp $
.\" $NetBSD: unlink.2,v 1.7 1995/02/27 12:39:13 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\"
.\" @(#)unlink.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: September 9 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt UNLINK 2
.Os
.Sh NAME
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The named file does not exist.
.It Bq Er EACCES
-.\" $OpenBSD: utimes.2,v 1.22 2014/12/10 19:19:00 schwarze Exp $
+.\" $OpenBSD: utimes.2,v 1.23 2015/01/19 15:54:12 millert Exp $
.\" $NetBSD: utimes.2,v 1.9 1996/04/23 10:34:16 mycroft Exp $
.\"
.\" Copyright (c) 1990, 1993
.\"
.\" @(#)utimes.2 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: December 10 2014 $
+.Dd $Mdocdate: January 19 2015 $
.Dt UTIMES 2
.Os
.Sh NAME
Too many symbolic links were encountered in translating the pathname.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
-characters.
+.Dv NAME_MAX
+characters, or an entire pathname (including the terminating NUL)
+exceeded
+.Dv PATH_MAX
+bytes.
.It Bq Er ENOENT
The named file does not exist.
.It Bq Er ENOTDIR