diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-12 14:40:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-12 14:40:14 +0000 |
commit | 383bb64420814bd7e8b9e4c38bca82efb495e289 (patch) | |
tree | 324c89b4b1c47aa1c74cb903186fe17a5b352015 /lib/libc | |
parent | ab8899c4729b6f07e3d022bd95c9b5fed43fef54 (diff) |
cpu -> CPU
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/getrlimit.2 | 8 | ||||
-rw-r--r-- | lib/libc/sys/sigaction.2 | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2 index afcc0ae04ae..64e2d2ad313 100644 --- a/lib/libc/sys/getrlimit.2 +++ b/lib/libc/sys/getrlimit.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getrlimit.2,v 1.11 2000/10/18 05:12:09 aaron Exp $ +.\" $OpenBSD: getrlimit.2,v 1.12 2003/05/12 14:40:13 jmc Exp $ .\" $NetBSD: getrlimit.2,v 1.8 1995/10/12 15:40:58 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -66,7 +66,7 @@ The largest size (in bytes) .Pa core file that may be created. .It Li RLIMIT_CPU -The maximum amount of cpu time (in seconds) to be used by +The maximum amount of CPU time (in seconds) to be used by each process. .It Li RLIMIT_DATA The maximum size (in bytes) of the data segment for a process; @@ -98,7 +98,7 @@ Stack extension is performed automatically by the system. .Pp A resource limit is specified as a soft limit and a hard limit. When a soft limit is exceeded a process may receive a signal (for example, -if the cpu time or file size is exceeded), but it will be allowed to +if the CPU time or file size is exceeded), but it will be allowed to continue execution until it reaches the hard limit (or modifies its resource limit). The @@ -152,7 +152,7 @@ soft limit will cause the write to fail and a signal .Dv SIGXFSZ to be generated; this normally terminates the process, but may be caught. -When the soft cpu time limit is exceeded, a signal +When the soft CPU time limit is exceeded, a signal .Dv SIGXCPU is sent to the offending process. diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 9683eec2bb9..3487b79bd58 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigaction.2,v 1.36 2003/03/06 20:04:06 jmc Exp $ +.\" $OpenBSD: sigaction.2,v 1.37 2003/05/12 14:40:13 jmc Exp $ .\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -327,7 +327,7 @@ call (formerly .It Dv SIGIO No " discard signal" Tn " I/O" is possible on a descriptor (see .Xr fcntl 2 ) -.It Dv SIGXCPU No " terminate process" " cpu time limit exceeded (see" +.It Dv SIGXCPU No " terminate process" " CPU time limit exceeded (see" .Xr setrlimit 2 ) .It Dv SIGXFSZ No " terminate process" " file size limit exceeded (see" .Xr setrlimit 2 ) |