Commit Graph

730 Commits

Author SHA1 Message Date
mph
0038045cae Eliminate a duplicate. 2003-07-14 22:22:56 +00:00
jhb
5513453173 Add a quote of wpaul@ explaining the importance of including requested
content when replying to an e-mail.
2003-07-14 22:08:14 +00:00
kris
4ddc1bc502 Correct some typos.
Submitted by:	pscott@the-frontier.org
PR:		misc/51909
MFC After:	The average lifetime of a Star Trek redshirt
2003-07-13 03:49:43 +00:00
will
1e2fb2a918 Handle 12-hour clocks properly: when the time is 00:00-00:59, adjust the
hour to 12 so the time reads "12:00-12:59 AM".
2003-06-23 16:01:11 +00:00
gsutter
0ef0af100d Remove near-duplicate entry, keeping the better attributed one. 2003-06-19 22:52:50 +00:00
murray
b7b34ce351 In the build process, fortune files have been randomized since at
least the 4.4-lite days.  This is pointless, since fortune(6) performs
its own randomization.  It was also problematic for binary update
systems such as ports/security/freebsd-update.  This commit simply
removes the -r option to strfile so that the datfiles are constant.

Submitted by:	Colin Percival <cperciva@sfu.ca>
2003-06-19 07:02:00 +00:00
joerg
f6ea208247 Preserve an involunteerily joke SunCheckup has been providing.
(NB: the space before the colon in the second line is authentic, please
don't remove.)
2003-06-18 12:46:20 +00:00
hoek
3c90750b56 Fixup three rather minor typos that have irked me over time. 2003-05-31 16:27:53 +00:00
des
fd7ebe5267 add a NOCRYPT check alongside the NO_OPENSSL check.
Approved by:	re (scottl)
2003-05-19 15:52:50 +00:00
ru
b4a789c0af mdoc(7) police: Make SYNOPSIS match usage().
Approved by:	re (blanket)
2003-05-16 21:27:23 +00:00
ru
3c7910d51d mdoc(7) police: Added "rot13" to the NAME section.
Approved by:	re (blanket)
2003-05-16 21:26:39 +00:00
obrien
29ca60cd43 Make the __FBSDID usage consistent
and protect copyright[] from Gcc 3.3's whining.
2003-05-05 09:52:25 +00:00
mux
0d84b14cca Add an option to print the time in 12-hour format.
Submitted by:	Samy Al Bahra <samy@kerneled.com>
2003-03-28 16:37:45 +00:00
eivind
8108de7acd Add a new chance at getting offended, having removed so many. 2003-03-24 18:59:00 +00:00
eivind
17909c6793 Remove duplicates 2003-03-24 18:58:16 +00:00
eivind
cf31398a39 Fix two more typos 2003-03-24 18:56:36 +00:00
tjr
5f79a080d0 Explain what the rot13 script does.
PR:		39044
2003-03-24 11:18:30 +00:00
eivind
6d7adbe05f Fix typos 2003-03-19 18:21:42 +00:00
eivind
b4af86ece1 Fix typo 2003-03-19 18:14:47 +00:00
eivind
53a6ab26a8 Remove duplicates 2003-03-19 17:55:17 +00:00
eivind
a9cd7fc85f Fix typos 2003-03-19 17:54:22 +00:00
eivind
8e84221316 Refactor two sexual jokes to murphy-o 2003-03-19 17:50:59 +00:00
dcs
04f555afa6 Improved version of Unix sex.
Submitted by: Chris Wasser <cwasser@shaw.ca>
2003-03-17 20:59:50 +00:00
grog
62cc0d370a Add long-term view of astronomy.
Submitted by:	newton

The attribution appears to be correct according to
http://emporium.turnpike.net/C/cs/sagan.htm.  Others have apparently
attributed it to Carl Sagan.
2003-03-15 02:10:53 +00:00
fanf
7ba87a9f79 At the risk of serious physical abuse from markm, add another regex joke,
but s/regex/regular expression/g for terminological consistency.
2003-03-10 19:58:37 +00:00
dcs
b100e85d18 We were low on regex jokes. Now we are *really* low on them. 2003-03-10 13:47:43 +00:00
wollman
07cbda74cc Fix style of recent additions and sort. 2003-02-26 04:41:58 +00:00
mike
92406d0c35 Add a great quote from Linus Torvalds about BDE. 2003-02-26 03:42:10 +00:00
dcs
ab0fc95d65 EMACS joke (no, not EMACS itself). 2003-02-24 18:04:20 +00:00
schweikh
27b8d5c85d Fix a grammar bogon.
Submitted by:	Seth Hieronymus <sethh@principia.edu>
X-MFC after:	4.8 is out the door.
2003-02-24 17:52:02 +00:00
wollman
01c7d91f2d Add a quote from Bob Schieffer's recent book about freedom of the press. 2003-02-23 06:14:04 +00:00
ru
4f5eb5339e Fixed SYNOPSIS.
Expanded stdin/stdout definitions.
Ordered the SEE ALSO references.
Moved some chat from the BUGS section to freebsd-chat@.
Removed ``cvs log'' material from the HISTORY section.
2003-02-23 01:44:14 +00:00
ceri
33432d3e3d "Happiness" is a noun.
PR:		misc/47345
Submitted by:	Ben Rosengart <ben@narcissus.net>
2003-02-18 20:49:12 +00:00
fanf
1b5bb7d461 Add Greenspun's Tenth Rule of Programming. 2003-02-18 20:34:13 +00:00
schweikh
fbcaeafab9 Correct typos.
Submitted by:	Seth Hieronymus <sethh@principia.edu>
X-MFC after:	4.8 is out the door
2003-02-16 18:38:12 +00:00
seanc
37077a6437 flexlint rears its head as well as some style(9) fixes[1]. Fixed a
few bugs for a few corner cases and correctly handle the case where
read(2) is read()'ing from a non-file descriptor and could get fewer
bytes back than the buffer, but it isn't EOF[2].  random(6) extensively
tested and believed to be bug free (save performance for large files).

Submitted by:	mkm [1], tjr[2]
2003-02-15 10:26:10 +00:00
robert
4ac1e02451 Remove the suggestion to try `hangman', because it does not exist
in the base system anymore.
2003-02-15 09:11:25 +00:00
wes
044bfdd6f0 Add Warner Losh quote.
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua>
2003-02-11 21:38:02 +00:00
seanc
39df9275e1 Update random(6) to have the ability to randomize a file/stdin based
off of lines or words.  See the man page for details.

Reviewed by:	markm
MFC after:	3 days
2003-02-11 19:32:18 +00:00
mike
a403dcb64a Immortalize a Robert Watson quote. 2003-02-10 17:34:32 +00:00
fanf
9297a8ce81 Add an explanation of why indirection is good. Remove an indirection
filk that also appears in fortunes2.
2003-01-23 19:23:52 +00:00
schweikh
ad85b87e34 s/Kank/Kang/ (the klingon)
PR:	misc/45012
Submitted by:	Steve Coltrin <spcoltri@omcl.org>
2003-01-04 17:08:23 +00:00
schweikh
c353aec149 Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
especially in troff files.
2003-01-01 18:49:04 +00:00
schweikh
28d78933e7 Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
Add FreeBSD Id tag where missing.
2002-12-30 21:18:15 +00:00
ru
abe7c94ab3 mdoc(7) police: Added the missing .Os call; it's not strictly
necessary nowadays, but is documented as "required", and may
become so again in the future.

Approved by:	re
2002-12-11 15:55:29 +00:00
ru
b680afb789 mdoc(7) police: sweep. 2002-11-29 16:21:33 +00:00
schweikh
2765ee439b Fix a typo. Add FreeBSD ID in a %% comment.
MFC after:	3 days
2002-11-17 09:53:11 +00:00
joerg
5b11927e6a set watch in tcsh requires an equal sign after the variable name.
MFC after:	1 day
2002-11-16 13:24:44 +00:00
dcs
a02d37bfca Add gerrold.limerick to the building process. 2002-11-10 23:41:01 +00:00
dcs
4adcf1c7a7 Finished at last. 2002-11-10 23:37:25 +00:00