diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1999-08-01 10:59:51 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1999-08-01 10:59:51 +0000 |
| commit | e974738cc01755e27dec108b7c33fa5db82b79de (patch) | |
| tree | 95006a0667e087ce9cae8fd0d5c8cea3fab8fb86 /lib/libc/sys | |
| parent | 589a8e2fa5aedc755f8d08db01e830651ae7a1d0 (diff) | |
MFC: Removed POSIX.1/NetBSD makeup (braces) for NAME_MAX, etc...
Notes
svn path=/stable/3/; revision=49341
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/utimes.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/utimes.2 b/lib/libc/sys/utimes.2 index 2b0e77e5019d..b96b0f94011f 100644 --- a/lib/libc/sys/utimes.2 +++ b/lib/libc/sys/utimes.2 @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)utimes.2 8.1 (Berkeley) 6/4/93 -.\" $Id" +.\" $Id: utimes.2,v 1.7 1999/07/31 22:29:17 bde Exp $ .\" .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. |
