Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys reflect current value of MAXSYMLINKS. from Free...
details: https://anonhg.NetBSD.org/src/rev/2fa23cc1efeb
branches: trunk
changeset: 534298:2fa23cc1efeb
user: yamt <yamt%NetBSD.org@localhost>
date: Sat Jul 20 17:56:28 2002 +0000
description:
reflect current value of MAXSYMLINKS. from FreeBSD.
diffstat:
lib/libc/sys/intro.2 | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 246c78bf97ee -r 2fa23cc1efeb lib/libc/sys/intro.2
--- a/lib/libc/sys/intro.2 Sat Jul 20 16:51:43 2002 +0000
+++ b/lib/libc/sys/intro.2 Sat Jul 20 17:56:28 2002 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index