Fixed $Id$.

Removed POSIX.1/NetBSD markup (braces) for NAME_MAX, etc.  We don't
define this.  Most FreeBSD man pages hard-code the limits; in fact,
utimes.2 recently became the only file in libc/sys/*.2 that mentions
NAME_MAX.  There probably should be mandoc macros for this.
This commit is contained in:
Bruce Evans 1999-07-31 22:29:17 +00:00
parent fbcc97c9d2
commit 176ef327fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49336

View File

@ -32,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)utimes.2 8.1 (Berkeley) 6/4/93
.\" $Id"
.\" $Id$
.\"
.Dd June 4, 1993
.Dt UTIMES 2
@ -119,9 +119,9 @@ An I/O error occurred while reading or writing the affected inode.
Too many symbolic links were encountered in translating the pathname.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
.Dv {NAME_MAX}
.Dv NAME_MAX
characters, or an entire path name exceeded
.Dv {PATH_MAX}
.Dv PATH_MAX
characters.
.It Bq Er ENOENT
The named file does not exist.