aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/intro.2
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>1999-07-24 16:45:57 +0000
committerNick Hibma <n_hibma@FreeBSD.org>1999-07-24 16:45:57 +0000
commitebec760f9ae65b9c7e4159e7c8a490ab0d3510b8 (patch)
tree65540309ca3c2703ae244b80e46f70da1554440b /lib/libc/sys/intro.2
parentb52c43b3570f1a3a52f7968c23a04f3d8c825818 (diff)
downloadsrc-ebec760f9ae65b9c7e4159e7c8a490ab0d3510b8.tar.gz
src-ebec760f9ae65b9c7e4159e7c8a490ab0d3510b8.zip
Update the manpage for the number of symlinks in ELOOP
PR: 12634 (partial) Submitted by: Julian H. Stacey jhs@FreeBSD.ORG
Notes
Notes: svn path=/head/; revision=49055
Diffstat (limited to 'lib/libc/sys/intro.2')
-rw-r--r--lib/libc/sys/intro.26
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index 0bd62500a51c..4c4b8475f3cf 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