diff options
-rw-r--r-- | lib/libc/sys/intro.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 0bd6250..4c4b847 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)intro.2 8.5 (Berkeley) 2/27/95 -.\" $Id$ +.\" $Id: intro.2,v 1.17 1999/07/12 20:48:31 nik Exp $ .\" .Dd February 27, 1995 .Dt INTRO 2 @@ -352,7 +352,9 @@ No connection could be made because the target machine actively refused it. This usually results from trying to connect to a service that is inactive on the foreign host. .It Er 62 ELOOP Em "Too many levels of symbolic links" . -A path name lookup involved more than 8 symbolic links. +A path name lookup involved more than 32 +.Pq Dv MAXSYMLINKS +symbolic links. .It Er 63 ENAMETOOLONG Em "File name too long" . A component of a path name exceeded 255 .Pq Dv MAXNAMELEN |