1 --- ulimit.3.orig 2009-11-07 14:51:38.000000000 -0800
2 +++ ulimit.3 2009-11-07 14:51:39.000000000 -0800
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.