diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2004-03-16 18:28:53 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2004-03-16 18:28:53 +0000 |
commit | e25f65eea4e8cdcc8e340b38397c6daf992b43b5 (patch) | |
tree | 23c53e47829a87bdcd1e86b7c10911478e18c889 /lib/libc/sys | |
parent | fa98d82815357c576a254c94ccd7c6a1da13e0b2 (diff) |
Document correct limit to path names lengths. Resolves PR 3716.
ok jmc@ tedu@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/mount.2 | 8 |
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. |