mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
b52c43b357
commit
ebec760f9a
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue