From d4e175cca49daf53bc2806ea07ec6f05c25d5f91 Mon Sep 17 00:00:00 2001 From: n_hibma Date: Sat, 24 Jul 1999 16:45:57 +0000 Subject: Update the manpage for the number of symlinks in ELOOP PR: 12634 (partial) Submitted by: Julian H. Stacey jhs@FreeBSD.ORG --- lib/libc/sys/intro.2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/libc') 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 -- cgit v1.1