diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-12 14:43:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-12 14:43:38 +0000 |
commit | 86689b375f388eea20c5ddcf9438060416520ba1 (patch) | |
tree | c8c38092f29e7ef73e51494321cd9ece4fd88c46 /share/man/man9 | |
parent | 383bb64420814bd7e8b9e4c38bca82efb495e289 (diff) |
cpu -> CPU
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/ctxsw.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/ctxsw.9 b/share/man/man9/ctxsw.9 index cec13ab5aa9..5ce3c5a702e 100644 --- a/share/man/man9/ctxsw.9 +++ b/share/man/man9/ctxsw.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctxsw.9,v 1.8 2001/08/03 15:21:17 mpech Exp $ +.\" $OpenBSD: ctxsw.9,v 1.9 2003/05/12 14:43:37 jmc Exp $ .\" $NetBSD: ctxsw.9,v 1.9 1999/03/06 22:09:29 mycroft Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -93,7 +93,7 @@ signal to be posted to the process, while exceeding the hard limit will cause a .Dv SIGKILL . For a process which accumulated longer than 10 minutes of -cpu time, its nice level is raised to 4. +CPU time, its nice level is raised to 4. After these administrative tasks are done, .Fn mi_switch hands over control to the machine dependent routine |