diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1999-07-24 16:45:57 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1999-07-24 16:45:57 +0000 |
commit | d4e175cca49daf53bc2806ea07ec6f05c25d5f91 (patch) | |
tree | 54e0bfe70bbb2e15357ce8d40914cb09a043a5d5 /lib | |
parent | 4a70c57660155a95e66e09143ba31e45fa75cc3d (diff) | |
download | FreeBSD-src-d4e175cca49daf53bc2806ea07ec6f05c25d5f91.zip FreeBSD-src-d4e175cca49daf53bc2806ea07ec6f05c25d5f91.tar.gz |
Update the manpage for the number of symlinks in ELOOP
PR: 12634 (partial)
Submitted by: Julian H. Stacey jhs@FreeBSD.ORG
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/intro.2 | 6 |
1 files changed, 4 insertions, 2 deletions
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 |