X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/6d2010ae8f7a6078e10b361c6962983bab233e0f..0a7de7458d150b5d4dffc935ba399be265ef0a1a:/bsd/man/man2/getdtablesize.2 diff --git a/bsd/man/man2/getdtablesize.2 b/bsd/man/man2/getdtablesize.2 index 7465f9aeb..bfb2b8604 100644 --- a/bsd/man/man2/getdtablesize.2 +++ b/bsd/man/man2/getdtablesize.2 @@ -51,9 +51,21 @@ the descriptor table are numbered with small integers starting at 0. The call .Fn getdtablesize returns the size of this table. +.Sh LEGACY +The +.Xr getrlimit 2 +function returns a value of type +.Ft rlim_t . +This interface, returning an +.Ft int , +may have problems representing appropriate values in the future. +Applications should use the +.Xr getrlimit 2 +function instead. .Sh SEE ALSO .Xr close 2 , .Xr dup 2 , +.Xr getrlimit 2 , .Xr open 2 , .Xr select 2 .Sh HISTORY