Commit Graph

172 Commits

Author SHA1 Message Date
kris
4d5e995904 A good sysadmin always carries around a few feet of fiber. If he ever
gets lost, he simply drops the fiber on the ground, waits ten minutes,
then asks the backhoe operator for directions.
                -- Bill Bradford <mrbill@mrbill.net>

Submitted by:	Kris Kirby <kris@catonic.net>
2001-08-01 22:51:09 +00:00
dd
c49a4e6620 Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
ru
d177b65ce4 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 10:42:19 +00:00
mpp
bb591d7027 Fix a couple of typos. 2001-06-30 14:42:20 +00:00
dd
59e85dfa38 Remove two duplicate tips and correct formatting of an attribution. 2001-06-26 02:36:26 +00:00
dd
c40f00cda2 Correct usage. 2001-06-26 02:11:48 +00:00
brian
d51fdf65ce What to do when :w tells you you haven't got permission. 2001-06-25 21:05:55 +00:00
brian
776116e308 Mention that sh supports command line editing 2001-06-25 20:45:52 +00:00
brian
7b53be41a5 Mention that vi supports split-screen mode. 2001-06-25 20:44:03 +00:00
brian
6c375dc99a Suggest using .login/.profile to set environment variables, not
.cshrc/.bashrc/.zshrc/.shrc
2001-06-25 20:41:42 +00:00
jhb
c5be4570c2 Document the mysterious Peter Wemm Murphy Field (PWMF).
Reviewed by:	phk, eivind, nra
2001-06-20 20:58:04 +00:00
jhb
0be2a10a91 Remove some more duplicate fortunes. 2001-06-20 20:25:56 +00:00
mph
71b649e2bb "Unmount" is spelled "umount", not "unmount". 2001-06-20 20:14:36 +00:00
jhb
2e573c95dc Resort the last entry to its proper location. D definitely comes before Z. 2001-06-20 19:55:41 +00:00
jhb
4b669e837e Remove a duplicate entry. 2001-06-20 19:45:15 +00:00
nik
311c26c90f Fix a couple of tips, and add a new one.
Submitted by:	Alexey V. Neyman <avn@any.ru>
2001-06-19 16:46:58 +00:00
dd
c768fc4beb Correct some typos.
PR:		28251
Submitted by:	Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
2001-06-19 05:46:30 +00:00
nik
a4c844e307 More tips. I'd never heard of look(1) before.
Submitted by:	Dru <genisis@istar.ca>
2001-06-16 16:45:52 +00:00
nik
964f4ec476 More tips, this time from the Russian Fidonet FreeBSD Echo.
And I never knew about ports(7) before.

Submitted by:	Alexey V. Neyman <avn@any.ru>
2001-06-16 11:42:28 +00:00
eivind
df9360fd95 De-credit myself in order to be consistent.
Also add a few more tips while I am here.
2001-06-15 18:23:44 +00:00
nik
88881e3fe3 More tips.
Submitted by:	David Scheidt <dscheidt@tumbolia.com>
2001-06-15 10:47:30 +00:00
nik
6301deb2d2 Add a new category of fortunes, 'freebsd-tips'. Useful hints, advice, and
pointers to areas of the system that might not be apparent on first
inspection.
2001-06-15 08:45:43 +00:00
ru
f80703e219 Games ownership cleanup.
Urged by:	bde
2001-06-13 15:26:31 +00:00
dcs
10e20418e0 s/Cthulu/Cthulhu/
Alas, the first one is a repeat in a slightly different format and
ought to be removed (or the other copy). I'll leave that to more
enterprising souls, though (Cthulhu loves enterprising souls).

MFC after:	3 days
2001-05-21 21:30:45 +00:00
imp
90c1fe5c6b %DCL-I-FORMATRIGHT, Format VMS error messages pedantically correct. 2001-04-23 06:08:30 +00:00
phk
2b860dbadd Axe out duplicate.
Not to submitter: (I don't let Jordan use my axe)

PR:		24782
Submitted by:	Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
2001-03-28 11:10:50 +00:00
phk
6fc1bf2442 Spelling fixes.
PR:		20474
Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-03-28 11:08:32 +00:00
phk
79807c498f Remove duplicate.
PR:		19670
Submitted by:	Anton Berezin <tobez@tobez.org>
2001-03-28 11:06:50 +00:00
phk
c68da02687 Remove a duplicate piece of chalk.
PR:		23132
Submitted by:	Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
2001-03-28 11:02:14 +00:00
ru
1ef340bf02 - Backout botched attempt to intoduce MANSECT feature.
- MAN[1-9] -> MAN.
2001-03-26 14:22:12 +00:00
wilko
3441e77394 Lets spell the guys name correctly: s/Avogardo/Avogadro/ 2001-03-23 22:42:16 +00:00
ru
0f13d32b13 Set the default manual section for games/ to 6. 2001-03-20 18:08:43 +00:00
bde
a4e71b37fc Don't include "${.CURDIR}/../../Makefile.inc" explicitly. Doing so was
a bogus no-op in the usual case where fortune/ is a subdir of games/
(since <bsd.prog.mk> does an equivalent include automatically if
possible), but breaks building fortune when fortune/ is outside of the
games/ tree (since the include was unconditional here).  This fix
depends on a previous fix for non-recursiveness of ../Makefile.inc
(it didn't exist).

PR:	25232
2001-02-21 06:12:38 +00:00
phk
53693be8ad Remove spurious '"'.
PR:		24979
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2001-02-10 08:30:21 +00:00
ru
74ecc06fa7 mdoc(7) police: Change -filled displays (which just happen
to be the same as -ragged in the current implementation) to
-ragged.  With mdocNG, -filled displays produce the correct
output, formatted and justified to both margins.
2001-02-07 13:45:30 +00:00
asmodai
db24d83a1c Fix typo: seperate -> separate.
Seperate does not exist in the english language.

Submitted to look at by:	kris
2001-02-06 10:39:38 +00:00
phk
e1e97767f0 Unfortunately low-altitude overflights is not enough to make penguins crash. 2001-02-02 22:35:13 +00:00
dwmalone
bfd1e9523b Correct spelling of foresight.
PR:		24637
Submitted by:	Christopher Rued <christor@ug.cs.sunysb.edu>
2001-01-25 17:17:11 +00:00
phk
43ff49bb28 Remove a duplicate fortune.
PR:		21629
Submitted by:	Sean C. Farley <sean-freebsd@farley.org>
2000-12-18 20:37:12 +00:00
ru
617d4b1428 mdoc(7) police: use the new features of the Nm macro. 2000-11-20 12:06:19 +00:00
grog
6178eb8fa7 Correct a bignum.
Detected-by: 	lang/clisp
Approved-by:	jkh
2000-10-31 07:20:46 +00:00
dwmalone
f7735deb8c Remove one other dup. 2000-10-12 09:26:33 +00:00
dwmalone
21709674f6 Remove some duplicated Dijkstra quotes and add a new one.
Approved by:	jkh
2000-10-12 09:16:23 +00:00
kris
e540c38c09 Add an amusing spoonerism.
Submitted by:	Benno Rice <benno@hiro.netizen.com.au>
Approved by:	jkh
2000-10-10 01:55:08 +00:00
phk
a8ab33e42e Remove a duplicate Feyman quote. Add his problem-solving algorithm. 2000-09-30 09:52:49 +00:00
dcs
7123809437 Add definitions of hardware and software. 2000-09-25 10:42:04 +00:00
jlemon
06a140567d Add another Bill Paul quote.
Approved by:	jkh
2000-08-07 20:49:08 +00:00
mpp
c112b1ac2b Xref strfile(8).
PR:		misc/20304
Submitted by:	Kim Scarborough <sluggo@unknown.nu>
2000-07-31 07:28:16 +00:00
jmg
61b4505620 put the entires back in order.... I forgot to do that after we dicussed
this at the BSDi get together...
2000-07-28 19:49:43 +00:00
billf
c965731cac minor brucification. 2000-07-06 05:46:37 +00:00