Kris Kennaway
9070692e9d
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
Dima Dorfman
7ebcc426ef
Remove whitespace at EOL.
2001-07-15 07:53:42 +00:00
Dima Dorfman
d087ad9cc9
Remove whitespace at EOL and add $FreeBSD$.
2001-07-15 07:48:01 +00:00
Ruslan Ermilov
97e5eec61a
Eliminate troff(1) warnings.
2001-07-12 12:12:24 +00:00
Ruslan Ermilov
1bf1e1e36c
Convert to mdoc(7).
2001-07-12 12:00:58 +00:00
Ruslan Ermilov
63919764c2
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 10:42:19 +00:00
Dima Dorfman
70d51341bf
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
Brian Somers
7bc6d0158f
Fix the type of the NULL arg to execl()
...
Idea from: Theo de Raadt <deraadt@openbsd.org>
2001-07-09 09:24:06 +00:00
Ruslan Ermilov
281ed6d30c
mdoc(7) police: removed extraneous .Pp call.
2001-07-04 10:19:02 +00:00
Mike Pritchard
d6368edb13
Fix a couple of typos.
2001-06-30 14:42:20 +00:00
Dima Dorfman
6a2ceb2365
Remove two duplicate tips and correct formatting of an attribution.
2001-06-26 02:36:26 +00:00
Dima Dorfman
0c3f957cb5
Correct usage.
2001-06-26 02:11:48 +00:00
Andrey A. Chernov
b031f22d4a
Convert to nl_langinfo(CODESET)
2001-06-26 01:43:52 +00:00
Brian Somers
4a824adfc0
What to do when :w tells you you haven't got permission.
2001-06-25 21:05:55 +00:00
Brian Somers
b363588c62
Mention that sh supports command line editing
2001-06-25 20:45:52 +00:00
Brian Somers
3579379c2d
Mention that vi supports split-screen mode.
2001-06-25 20:44:03 +00:00
Brian Somers
5fc478617d
Suggest using .login/.profile to set environment variables, not
...
.cshrc/.bashrc/.zshrc/.shrc
2001-06-25 20:41:42 +00:00
Dima Dorfman
982f5d88ff
WARNS= -> WARNS?=
...
Submitted by: Mike Barcroft <mike@q9media.com>
2001-06-22 21:38:30 +00:00
Dag-Erling Smørgrav
dc352222aa
More -fno-builtin failures.
2001-06-21 12:10:35 +00:00
John Baldwin
a9df2152da
Document the mysterious Peter Wemm Murphy Field (PWMF).
...
Reviewed by: phk, eivind, nra
2001-06-20 20:58:04 +00:00
John Baldwin
26df205f44
Remove some more duplicate fortunes.
2001-06-20 20:25:56 +00:00
Matthew Hunt
bfe01aa7f2
"Unmount" is spelled "umount", not "unmount".
2001-06-20 20:14:36 +00:00
John Baldwin
798c771f8d
Resort the last entry to its proper location. D definitely comes before Z.
2001-06-20 19:55:41 +00:00
John Baldwin
5a69ac96f5
Remove a duplicate entry.
2001-06-20 19:45:15 +00:00
Nik Clayton
c0ff1dac05
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
Dima Dorfman
df7f3392c8
Correct some typos.
...
PR: 28251
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
2001-06-19 05:46:30 +00:00
Nik Clayton
dc6af80701
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 Clayton
d2c070d4fb
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 Eklund
6bd894ed2f
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 Clayton
d03d64a379
More tips.
...
Submitted by: David Scheidt <dscheidt@tumbolia.com>
2001-06-15 10:47:30 +00:00
Nik Clayton
a69a66d079
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
Ruslan Ermilov
9ed6ca77b9
DECR() macro still depended on -traditional-cpp behaviour.
...
Noticed by: bde
2001-06-14 08:33:59 +00:00
Ruslan Ermilov
dfcf88a3a0
Style nits:
...
GBINDIR -> ORIGBINDIR
GBINGRP -> ORIGBINGRP
Submitted by: bde
2001-06-14 06:08:02 +00:00
Ruslan Ermilov
ecce24742d
Games ownership cleanup.
...
Urged by: bde
2001-06-13 15:26:31 +00:00
Ruslan Ermilov
1ca5464aae
Axe -traditional-cpp that behaves badly with -nostdinc and WARNS=2.
2001-06-13 15:05:55 +00:00
Andrey A. Chernov
52fbdc0b63
Fix ISO_ to preferred MIME name
2001-06-10 20:30:41 +00:00
David Malone
14784fdec9
mvprintw is varadic - it doesn't take a va_list. Use vw_printw
...
instead.
Submitted by: Andrew Gordon <arg@arg1.demon.co.uk>
MFC after: 1 week
2001-06-06 19:44:58 +00:00
Warner Losh
5d9d8ee4b2
Remove #if 0'd code. It turned up on my MAXPATHLEN + 1 sweep.
2001-06-05 04:29:55 +00:00
Poul-Henning Kamp
12f70a5587
When a game ends that makes the top 10, the function insert_score in
...
score.c is called to make the new score file. But the case for KFIRE
(killed by fire) incorrectly uses strcpy instead of strcat (all the
other cases use strcat). This puts the string in the wrong place and
corrupts the score file.
PR: 13278
Submitted by: Mark W. Krentel krentel@dreamscape.com
2001-05-23 21:01:01 +00:00
Daniel C. Sobral
3bb753ca7d
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
Kris Kennaway
96103aa5a5
Silence WARNS=2 and BDECFLAGS on alpha and i386
...
MFC after: 1 week
2001-05-20 05:44:03 +00:00
Kris Kennaway
22eb6dd432
Silence WARNS=2 and BDECFLAGS on alpha and i386
...
MFC after: 1 week
2001-05-20 05:37:46 +00:00
Warner Losh
8c4ed82764
%DCL-I-FORMATRIGHT, Format VMS error messages pedantically correct.
2001-04-23 06:08:30 +00:00
Ruslan Ermilov
b9ad8c8635
beforeinstall -> SCRIPTS.
2001-04-07 11:21:35 +00:00
Poul-Henning Kamp
70252de401
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
Poul-Henning Kamp
d03811a2cf
Spelling fixes.
...
PR: 20474
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
2001-03-28 11:08:32 +00:00
Poul-Henning Kamp
d2f50a4667
Remove duplicate.
...
PR: 19670
Submitted by: Anton Berezin <tobez@tobez.org>
2001-03-28 11:06:50 +00:00
Poul-Henning Kamp
0a047cf417
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
Ruslan Ermilov
e5b5c66bca
- Backout botched attempt to intoduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:22:12 +00:00
Wilko Bulte
d2ef936949
Lets spell the guys name correctly: s/Avogardo/Avogadro/
2001-03-23 22:42:16 +00:00