summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/mount.28
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2
index e011b3c7777..479ad8dea0f 100644
--- a/lib/libc/sys/mount.2
+++ b/lib/libc/sys/mount.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount.2,v 1.30 2003/07/25 07:42:48 jmc Exp $
+.\" $OpenBSD: mount.2,v 1.31 2004/03/16 18:28:52 otto Exp $
.\" $NetBSD: mount.2,v 1.12 1996/02/29 23:47:48 jtc Exp $
.\"
.\" Copyright (c) 1980, 1989, 1993
@@ -270,10 +270,8 @@ will fail when one of the following occurs:
.It Bq Er EPERM
The caller is not the superuser.
.It Bq Er ENAMETOOLONG
-A component of a pathname exceeded
-.Dv {NAME_MAX}
-characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+The path name exceeded
+.Dv {MNAMELEN}
characters.
.It Bq Er ELOOP
Too many symbolic links were encountered in translating a pathname.