diff options
author | 2004-03-16 18:28:52 +0000 | |
---|---|---|
committer | 2004-03-16 18:28:52 +0000 | |
commit | 6028464a5aad7e336aa6a64c2d8f2815bb5de9f8 (patch) | |
tree | 880462727177cebf4b6e3408e5b289f2dcd6446f /lib | |
parent | reality sync. started by Sven Dehmlow. ok jmc@ (diff) | |
download | wireguard-openbsd-6028464a5aad7e336aa6a64c2d8f2815bb5de9f8.tar.xz wireguard-openbsd-6028464a5aad7e336aa6a64c2d8f2815bb5de9f8.zip |
Document correct limit to path names lengths. Resolves PR 3716.
ok jmc@ tedu@
Diffstat (limited to 'lib')
-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. |