Improved English
[unix-history] / usr / src / lib / libc / sys / getrlimit.2
index 18636b2..de521f5 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)getrlimit.2 6.1 (Berkeley) %G%
+.\"    @(#)getrlimit.2 6.2 (Berkeley) %G%
 .\"
 .TH GETRLIMIT 2 ""
 .UC 4
 .\"
 .TH GETRLIMIT 2 ""
 .UC 4
@@ -42,7 +42,7 @@ the maximum amount of cpu time (in seconds) to be used by
 each process.
 .TP 17
 RLIMIT_FSIZE
 each process.
 .TP 17
 RLIMIT_FSIZE
-the largest size, in bytes, of any single file which may be created.
+the largest size, in bytes, of any single file that may be created.
 .TP 17
 RLIMIT_DATA
 the maximum size, in bytes, of the data segment for a process;
 .TP 17
 RLIMIT_DATA
 the maximum size, in bytes, of the data segment for a process;
@@ -61,13 +61,13 @@ system call.
 RLIMIT_CORE
 the largest size, in bytes, of a 
 .I core
 RLIMIT_CORE
 the largest size, in bytes, of a 
 .I core
-file which may be created.
+file that may be created.
 .TP 17
 RLIMIT_RSS
 the maximum size, in bytes, a process's resident set size may
 grow to.  This imposes a limit on the amount of physical memory
 to be given to a process; if memory is tight, the system will
 .TP 17
 RLIMIT_RSS
 the maximum size, in bytes, a process's resident set size may
 grow to.  This imposes a limit on the amount of physical memory
 to be given to a process; if memory is tight, the system will
-prefer to take memory from processes which are exceeding their
+prefer to take memory from processes that are exceeding their
 declared resident set size.
 .PP
 A resource limit is specified as a soft limit and a hard limit.
 declared resident set size.
 .PP
 A resource limit is specified as a soft limit and a hard limit.
@@ -113,7 +113,7 @@ call fails if the data space limit is reached, or the process is
 killed when the stack limit is reached (since the stack cannot be
 extended, there is no way to send a signal!).
 .PP
 killed when the stack limit is reached (since the stack cannot be
 extended, there is no way to send a signal!).
 .PP
-A file i/o operation which would create a file which is too large
+A file i/o operation that would create a file that is too large
 will cause a signal SIGXFSZ to be generated, this normally terminates
 the process, but may be caught.
 When the soft cpu time limit is exceeded, a signal SIGXCPU is sent to the
 will cause a signal SIGXFSZ to be generated, this normally terminates
 the process, but may be caught.
 When the soft cpu time limit is exceeded, a signal SIGXCPU is sent to the