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=97c417bbdc94e48169840748065e513267a22759;hb=4ea6bb24817f6f049d6bbc90ecd77a869876f9b0;hpb=bf11c0c4717abfd30785b3991b933f4687bb24fc diff --git a/original/man3/errno.3 b/original/man3/errno.3 index 97c417bb..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,7 +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.79 of the Linux +.I man-pages +project. +A description of the project, +information about reporting bugs, +and the latest version of this page, +can be found at +\%http://www.kernel.org/doc/man\-pages/.