diff options
| author | pooka <pooka@NetBSD.org> | 2009-06-02 13:15:41 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2009-06-02 13:15:41 +0000 |
| commit | 2ff04dc7a0e5f3818f2a32112855d2db0785b885 (patch) | |
| tree | 53f45622475a06b43f065cd924a344017e6bde80 /lib/libc/sys | |
| parent | 7c47c56d95784c0f0ce0b3baf976e251e603116e (diff) | |
document errnos 59 and 71. government denies knowledge.
Diffstat (limited to 'lib/libc/sys')
| -rw-r--r-- | lib/libc/sys/intro.2 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2 index 7bdc7a39556..dbf64594fdb 100644 --- a/lib/libc/sys/intro.2 +++ b/lib/libc/sys/intro.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: intro.2,v 1.51 2009/01/11 02:46:30 christos Exp $ +.\" $NetBSD: intro.2,v 1.52 2009/06/02 13:15:41 pooka Exp $ .\" .\" Copyright (c) 1980, 1983, 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)intro.2 8.5 (Berkeley) 2/27/95 .\" -.Dd November 28, 2008 +.Dd June 2, 2009 .Dt INTRO 2 .Os .Sh NAME @@ -352,6 +352,8 @@ A request to send data was disallowed because the socket had already been shut down with a previous .Xr shutdown 2 call. +.It Er 59 ETOOMANYREFS Em "Too many references: can't splice" . +The resource is used up to capacity. .It Er 60 ETIMEDOUT Em "Operation timed out" . A .Xr connect 2 @@ -406,6 +408,9 @@ which is now unavailable as referenced by the file descriptor. This may indicate the file was deleted on the .Tn NFS server or some other catastrophic event occurred. +.It Er 71 EREMOTE Em "Too many levels of remote in path" . +.Tn NFS +version 3 RPC return code 71. .It Er 72 EBADRPC Em "RPC struct is bad" . Exchange of .Tn RPC |
