schweikh
7db6eff0eb
Correct the description of what fortunes get installed (by default, also the
...
offensive ones). Make it clear that datfiles/Makefile needs to be edited in
case someone wants it otherwise.
PR: misc/36153
Submitted by: Nick Jennings <nick@namodn.com>
X-MFC after: 4.7 is out the door.
2002-09-24 19:00:52 +00:00
schweikh
fb29191f96
s/seems to thing/seems to think
...
X-MFC after: 4.7 is out the door
2002-09-21 16:13:20 +00:00
tg
bf5dfd3bb3
Fix spelling of Bismarck's name and remove duplicate
...
Bertrand Russell quotations.
2002-09-11 11:21:36 +00:00
jmallett
228b93ce82
Add a tip about using sed(1)'s FreeBSD-specific -i option.
...
MFC after: 42 days
2002-09-04 23:28:35 +00:00
dwmalone
31d77eaa65
Spell Ken Olsen's name the same way everywhere.
...
PR: 7434
2002-08-31 23:15:41 +00:00
jmallett
a059a854e9
Rewrite wargames(6) in C. A program in C in the public domain is better than
...
a shell script with a big copyright. Or maybe just a good way to spend an hour
after watching a Matthew Broderick flick.
2002-08-30 07:14:42 +00:00
jmallett
2834981b50
Wargames was PG-13, not PGP 13. I just watched it with my girlfriend, and
...
there was no mention of PGP, despite what the manpage said! Total let down!
MFC After: 65456665556666545666655654 DTMF tones.
2002-08-29 04:07:20 +00:00
charnier
4966efff7b
Replace various spelling with FALLTHROUGH which is lint()able
2002-08-25 13:10:45 +00:00
schweikh
5eefae432e
Fix typos (s/seperat/separat/ et al); add FreeBSD ID.
...
Suggested by: bde
MFC after: 3 days
2002-08-12 10:04:32 +00:00
fanf
1f1f9bd75b
Remove some Dijkstra quotes from fortunes that are duplicated in fortunes2.
...
Move the single remaining one across to fortunes2 to join its friends.
Spell his name consistently. Remove a couple of other duplicate fortunes.
2002-08-09 20:37:01 +00:00
fanf
42ecfecabf
Re-sort.
2002-08-09 19:54:11 +00:00
fanf
faccc3c40c
Remove spurious quotes.
2002-08-09 19:31:27 +00:00
fanf
c3b1de26ed
Correctly sort previous addition.
2002-08-09 19:30:20 +00:00
fanf
89c3e5c564
Some more advice from Dijkstra.
2002-08-09 19:08:02 +00:00
fanf
563b40203b
Fix a couple of typos in a Dijkstra quote.
2002-08-09 19:00:10 +00:00
ru
a8adf98c82
Drop support for COPY, -c has been the default mode of install(1)
...
for a long time now.
Approved by: bde
2002-07-29 09:40:17 +00:00
ru
cd7c90d38f
s/${INSTALL} -c/${INSTALL} ${COPY}/
2002-07-18 12:07:49 +00:00
dwmalone
e00a16ef8c
Fix a typo.
...
PR: 40539
Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
2002-07-14 22:50:12 +00:00
dwmalone
44dbe3e8f4
Fix a typo.
...
PR: 40523
Submitted by: Andrew Stevenson <andrew@ugh.net.au>
2002-07-14 15:28:01 +00:00
peter
78ca5fd896
Fix whitespace botch in previous commit.
2002-07-09 06:47:29 +00:00
peter
6eb4916dee
Add C code that counts the bits in a 32 bit word, right next to the C code
...
that reverses the bits in a 32 bit word. Who thinks up this stuff?
2002-07-09 02:56:10 +00:00
mp
8a4e84dbb3
Paraphrase a quote to remove year specific references.
...
PR: 40291
Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
2002-07-07 16:13:48 +00:00
jmallett
ed708cd74d
Use varargs for syserr().
...
Pointed out by: snapshots.jp.freebsd.org warnings log.
2002-06-23 18:30:29 +00:00
jmallett
6fbcfaa27b
syserr()'s first argument is not exit status, avoid dereferencing (char *)0
...
in printf(3).
2002-06-23 18:29:52 +00:00
mike
9b39ed7b94
Use POSIX macros for wait(2)-style status information instead of the
...
deprecated 4.2/4.3BSD wait union. Fix some nearby pid_t/int
confusion.
2002-06-03 23:13:11 +00:00
schweikh
aa868b9ee5
Backout recent typo "fix". I've been enlightened that it's an obsolete
...
and rare synonym for indomitable (from the French indomptable)
Requested by: "Jacques A. Vidrine" <nectar@FreeBSD.org>
2002-05-31 14:36:45 +00:00
schweikh
577d08fe7c
Typo: s/Indomptable/Indomitable/
...
MFC after: 3 weeks
2002-05-31 13:26:56 +00:00
wollman
45d5a82bf1
Add used include of <stdlib.h>, copying style bugs from adjacent lines.
2002-05-30 21:28:58 +00:00
wollman
1116ad074f
Fix preprocessor directive syntax (text after #endif).
2002-05-30 21:04:11 +00:00
alfred
a1f5896126
Make almost WARNS=5 compliant:
...
ANSI'fy function declarations.
Constify some globals and function paramters.
Remove unsused arguments.
Fix (rename) shadowed variables.
2002-05-28 21:41:02 +00:00
alfred
4b5c89df31
Comment out comments after #endif directives
2002-05-28 21:06:03 +00:00
alfred
1ee311b26d
Assume __STDC__, remove non-__STDC__ code.
...
Submitted by: keramida
2002-05-28 17:03:12 +00:00
bde
1af92dbd99
Fixed lossage of the prototype for usage() in previous commit.
...
Fixed higher WARNS levels while I was here (missing prototype for main(),
and missing const poisoning).
2002-05-28 12:20:15 +00:00
kris
6063437945
Quiet some format string warnings by marking prototypes with
...
__printflike()
MFC After: 1 week
2002-05-28 06:12:31 +00:00
des
bc5da2aaa3
Comment out extra tokens after #else and #endif.
2002-05-23 00:38:07 +00:00
peter
b7bed4f09b
Do not guess what a bool is, just use it.
2002-05-21 08:34:18 +00:00
dougb
00266d9f51
Correctly attribute a Douglas Adams quote, and remove a duplicate of
...
the same quote.
2002-05-15 04:35:27 +00:00
alfred
00909002b6
Fix warnings by commenting out text after #else/#endif.
2002-05-11 04:40:13 +00:00
obrien
570838e70a
It is not clear if "#endif FOO" is allowed by ANSI. Gcc 3.1 complains
...
loudly, so don't do it.
2002-05-08 20:39:10 +00:00
obrien
c9b486b0a3
It is not clear if "#endif FOO" is allowed by ANSI.
...
Gcc 3.1 complains loudly, so don't do it.
2002-05-08 20:37:48 +00:00
mph
2790da8d06
s/-300K/~300K/
...
This is an absolute (kelvin) temperature. I expect that in the original
source it was typeset as $\sim 300~{\rm K}$ or similar, meaning
"approximately 300 K". Changing it to a minus sign in the fortunes file
was clearly an error, as absolute temperatures are by definition positive.
2002-05-01 06:20:57 +00:00
dougb
fe94f05da8
More ispell fun
2002-04-30 10:13:42 +00:00
dougb
08a4243733
Fix a few more of my typos, a few others I noticed, and some ispell help.
2002-04-30 08:08:31 +00:00
sheldonh
984aaf7fe5
Correct typo (is -> us).
2002-04-30 07:36:44 +00:00
jmallett
50116a633c
Add something absurd I used one night as an example of CS overcomplication
...
of things most hackers take for granted.
2002-04-29 06:26:12 +00:00
jmallett
2c66f4a2cd
Add one more here.
...
Submitted by: Glen "Going to be a Daddy" Neff
2002-04-29 02:00:53 +00:00
jmallett
9f7f7d8d6e
Remove a Kurt Vonnegut quote that appears in fortunes.
2002-04-29 01:44:16 +00:00
jmallett
6a589dc6a3
Spell out the name of Hunter S. Thompson.
2002-04-29 01:38:43 +00:00
jmallett
491ba39875
Sort one, remove some dupes.
2002-04-29 01:22:50 +00:00
jmallett
dc73f6bb73
Add something I found amusing when overheard, and a paraphrasal of it.
2002-04-29 01:05:23 +00:00