reflect current value of MAXSYMLINKS. from FreeBSD.
This commit is contained in:
parent
7fc6ed7c11
commit
62d438e597
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: intro.2,v 1.27 2002/02/08 01:28:18 ross Exp $
|
||||
.\" $NetBSD: intro.2,v 1.28 2002/07/20 17:56:28 yamt Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1983, 1986, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -370,7 +370,9 @@ 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
|
||||
|
|
Loading…
Reference in New Issue