summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-07-31 22:29:17 +0000
committerBruce Evans <bde@FreeBSD.org>1999-07-31 22:29:17 +0000
commit176ef327fa9e0ce3cbbcd60c0cbb9604fa2d79fb (patch)
treee8cd62571892c5c425e260eaf68e230bf8c3bec8 /lib/libc
parentfbcc97c9d2404e3afda82f383a06f93d3e921624 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/utimes.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/utimes.2 b/lib/libc/sys/utimes.2
index 2b0e77e5019d..fcc90117ea95 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$
.\"
.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.