Update the manpage for the number of symlinks in ELOOP

PR:		12634 (partial)
Submitted by:	Julian H. Stacey jhs@FreeBSD.ORG
This commit is contained in:
Nick Hibma 1999-07-24 16:45:57 +00:00
parent b52c43b357
commit ebec760f9a

View file

@ -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