X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=blobdiff_plain;f=original%2Fman3%2Ferrno.3;h=ed053f8f0a12423c4663edc685064b13ec02eaf4;hp=c602cc3a3166cb89144329c85cba74a713061d35;hb=4ea6bb24817f6f049d6bbc90ecd77a869876f9b0;hpb=78d692a91a29bb279b5fc6a6294ff3e418a184c8 diff --git a/original/man3/errno.3 b/original/man3/errno.3 index c602cc3a..ed053f8f 100644 --- a/original/man3/errno.3 +++ b/original/man3/errno.3 @@ -28,7 +28,7 @@ .\" 2006-02-09 Kurt Wall, mtk .\" Added non-POSIX errors .\" -.TH ERRNO 3 2008-07-09 "" "Linux Programmer's Manual" +.TH ERRNO 3 2015-01-22 "" "Linux Programmer's Manual" .SH NAME errno \- number of last error .SH SYNOPSIS @@ -274,7 +274,11 @@ Too many levels of symbolic links (POSIX.1) Wrong medium type .TP .B EMFILE -Too many open files (POSIX.1) +Too many open files (POSIX.1); +commonly caused by exceeding the +.BR RLIMIT_NOFILE +resource limit described in +.BR getrlimit (2) .TP .B EMLINK Too many links (POSIX.1) @@ -535,15 +539,17 @@ However, on (very) old UNIX systems, there may be no .I and the declaration is needed. .SH SEE ALSO +.BR errno (1), \" In the moreutils package .BR err (3), .BR error (3), .BR perror (3), .BR strerror (3) .SH COLOPHON -This page is part of release 3.64 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project, -and information about reporting bugs, +information about reporting bugs, +and the latest version of this page, can be found at \%http://www.kernel.org/doc/man\-pages/.