1 --- _SB/Libc/gen/FreeBSD/ulimit.3 2003-05-20 15:21:03.000000000 -0700
2 +++ _SB/Libc/gen/FreeBSD/ulimit.3.edit 2006-06-28 16:55:51.000000000 -0700
7 -.Fn ulimit "int cmd" "..."
15 function will get and set process limits.
16 -Currently this is limited to the maximum file size.
17 +Currently, this is limited to the maximum file size.
20 argument is one of the following:
21 .Bl -tag -width ".Dv UL_GETFSIZE"
23 -will return the maximum file size in units of 512 blocks of
25 +will return the maximum file size of the current process,
26 +in units of 512-byte blocks.
28 will attempt to set the maximum file size of the current
29 -process and its children with the second argument expressed as a long.
30 +process and its children, using the second argument (expressed as a long).
33 Upon successful completion,
35 returns the value requested;
36 -otherwise the value \-1 is returned and the global variable
37 +otherwise, the value \-1 is returned and the global variable
39 is set to indicate the error.