Remove errorneous text saying that glibc does not provide <ulimit.h>; it does.

This commit is contained in:
Michael Kerrisk 2007-06-16 08:49:40 +00:00
parent f88c7ee00a
commit 0114e11f69
1 changed files with 1 additions and 4 deletions

View File

@ -32,13 +32,10 @@ ulimit \- get and set user limits
.sp
.BI "long ulimit(int " cmd ", long " newlimit );
.SH DESCRIPTION
.\" FIXME May 07: this warning does not seem to be true
Warning: This routine is obsolete.
The include file is no longer
provided by glibc.
Use
.BR getrlimit (2),
.BR setrlimit (2)
.BR setrlimit (2),
and
.BR sysconf (3)
instead.