Q: Did he kill you?
A: No.
%
-fortune: cpu time/usefulness ratio too high -- core dumped.
+fortune: CPU time/usefulness ratio too high -- core dumped.
%
Fortune: You will be attacked next Wednesday at 3:15 p.m. by six samurai
sword wielding purple fish glued to Harley-Davidson motorcycles.
in San Francisco?
A: Both of them.
%
-Q: How many IBM cpu's does it take to do a logical right shift?
+Q: How many IBM CPUs does it take to do a logical right shift?
A: 33. 1 to hold the bits and 32 to push the register.
%
-Q: How many IBM CPU's does it take to execute a job?
+Q: How many IBM CPUs does it take to execute a job?
A: Four; three to hold it down, and one to rip its head off.
%
Q: How many IBM types does it take to change a light bulb?
-/* $NetBSD: scores.c,v 1.11 2001/02/05 00:57:34 christos Exp $ */
+/* $NetBSD: scores.c,v 1.12 2004/02/13 11:36:08 wiz Exp $ */
/*
* scores.c Larn is copyrighted 1986 by Noah Morgan.
*/
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: scores.c,v 1.11 2001/02/05 00:57:34 christos Exp $");
+__RCSID("$NetBSD: scores.c,v 1.12 2004/02/13 11:36:08 wiz Exp $");
#endif /* not lint */
#include <sys/types.h>
#include <sys/times.h>
long moves; /* number of moves made by player */
short ac; /* armor class of player */
short hp, hpmax; /* players hitpoints */
- short cputime;/* cpu time needed in seconds */
+ short cputime;/* CPU time needed in seconds */
short killed, spused; /* monsters killed and spells cast */
- short usage; /* usage of the cpu in % */
+ short usage; /* usage of the CPU in % */
short lev; /* player level */
#endif
char who[12];/* player name */
snprintf(logg.what, sizeof(logg.what),
"%s", whydead[x - 256]);
logg.cavelev = level;
- time(&zzz); /* get cpu time -- write out score info */
+ time(&zzz); /* get CPU time -- write out score info */
logg.diedtime = zzz;
#ifdef EXTRA
- times(&cputime);/* get cpu time -- write out score info */
+ times(&cputime);/* get CPU time -- write out score info */
logg.cputime = i = (cputime.tms_utime + cputime.tms_stime) / 60 + c[CPUTIME];
logg.lev = c[LEVEL];
logg.ac = c[AC];
-.\" $NetBSD: rogue.me,v 1.5 2003/08/07 09:37:41 agc Exp $
+.\" $NetBSD: rogue.me,v 1.6 2004/02/13 11:36:08 wiz Exp $
.\"
.\" Copyright (c) 1986, 1993
.\" The Regents of the University of California. All rights reserved.
If this option is set,
running moves will not be displayed
until you reach the end of the move.
-This saves considerable cpu and display time.
+This saves considerable CPU and display time.
This option defaults to
.i jump
if you are using a slow terminal.