summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/utimes.2
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-07-31 22:29:17 +0000
committerbde <bde@FreeBSD.org>1999-07-31 22:29:17 +0000
commitdc9bf9361a15ff72f7b8a5599f2b82064eefc38d (patch)
treefb019706cfd42dca8f50bf6fe67e9f05514bcfa0 /lib/libc/sys/utimes.2
parent54580d0099e7e5ed2493955781c8c2bef76de366 (diff)
downloadFreeBSD-src-dc9bf9361a15ff72f7b8a5599f2b82064eefc38d.zip
FreeBSD-src-dc9bf9361a15ff72f7b8a5599f2b82064eefc38d.tar.gz
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.
Diffstat (limited to 'lib/libc/sys/utimes.2')
-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 2b0e77e..fcc9011 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.
OpenPOWER on IntegriCloud