Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/csh cpu -> CPU.



details:   https://anonhg.NetBSD.org/src/rev/7661d1a668c8
branches:  trunk
changeset: 549416:7661d1a668c8
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jul 14 08:58:12 2003 +0000

description:
cpu -> CPU.

diffstat:

 bin/csh/csh.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3f77c6eb32a6 -r 7661d1a668c8 bin/csh/csh.1
--- a/bin/csh/csh.1     Mon Jul 14 08:55:18 2003 +0000
+++ b/bin/csh/csh.1     Mon Jul 14 08:58:12 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: csh.1,v 1.39 2003/05/01 13:50:58 wiz Exp $
+.\"    $NetBSD: csh.1,v 1.40 2003/07/14 08:58:12 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -1410,7 +1410,7 @@
 Resources controllable currently include:
 .Bl -tag -width coredumpsize
 .It Ar cputime
-the maximum number of cpu-seconds to be used by each process.
+the maximum number of CPU-seconds to be used by each process.
 .It Ar filesize
 the largest single file (in bytes) that can be created.
 .It Ar datasize
@@ -1490,7 +1490,7 @@
 The final two forms run command at priority 4 and
 .Ar number
 respectively.
-The greater the number, the less cpu the process will get.
+The greater the number, the less CPU the process will get.
 The super-user may specify negative priority by using `nice \-number ...'.
 .Ar Command
 is always executed in a sub-shell, and the restrictions



Home | Main Index | Thread Index | Old Index