tg
1393424475
Clean up G. B. Shaw quotes:
...
- fix missing punctuation,
- remove duplicates in fortunes2,
- don't abbreviate first names.
Remove duplication of Shaw's principle in fortunes2.
2002-01-07 13:47:22 +00:00
grog
71ead87ba6
Correct typo.
2002-01-01 00:50:30 +00:00
roam
7ee6de3f93
Fix a typo. While 'iff' might make sense in a mathematics-related text,
...
'if and only iff' does not.
PR: 33242
Submitted by: Eric Yu <ericyu@mail2000.com.tw>
2001-12-27 13:33:10 +00:00
wilko
9562ac6964
A case of ninfo (non-info)
...
Submitted by: Hans.VanSluis@compaq.com
MFC after: 1 month
2001-12-20 17:25:45 +00:00
ru
37468b69ca
Install files via FILES.
2001-12-17 15:23:57 +00:00
ru
bbef88e1a5
FILES support for bsd.prog.mk. See bsd.README for details.
...
Stolen from: NetBSD
2001-12-17 13:59:35 +00:00
mikeh
6533010035
Modify tip that no longer applies for ftp(1).
2001-12-17 08:16:14 +00:00
wilko
9595eb4702
Unix: Just Say No..
...
Obtained from: Jan.Hendriks@Compaq.com
MFC after: 3 days
2001-12-12 09:49:02 +00:00
keramida
dc92c1b9ca
Be more specific in an example of fortune's -e option.
...
PR: 32085
Submitted by: setantae@submonkey.net <setantae@submonkey.net>
2001-12-08 04:54:55 +00:00
jhb
da874ed4bd
Trim yet another duplicate fortune.
2001-12-05 22:40:44 +00:00
jhb
1e228cf900
Properly sort the last two fortunes alphabetically.
2001-12-05 22:39:00 +00:00
jhb
8c8cab7f3e
Add a short commentary on libdialog by jkh.
2001-12-05 22:13:53 +00:00
jhb
fc999454cd
Remove an incorrect duplicate Douglas Adam quote and properly format and
...
the correct duplicate. Both versions also attributed the quote to the
wrong book.
2001-12-05 22:09:39 +00:00
jhb
9e00b40a61
Fix a typo and add a missing period.
2001-12-05 21:36:14 +00:00
jhb
2711332bc9
Remove some duplicate fortunes.
2001-12-05 21:06:30 +00:00
phk
007002cd39
s/Kenned y/Kennedy/
...
Pointed out by: $a_lot_of_people
2001-11-27 17:10:54 +00:00
phk
17c42ff93d
This string of coincidences was too good to let pass.
...
Obtained from: BBC World Service on 9410kHz
2001-11-27 16:53:43 +00:00
peter
add9e3ca02
Fix some duplicate quotes and tidy up some Dr. Who quotes.
2001-11-27 12:02:03 +00:00
keramida
b076bf152b
Other committers do not mention their personal names and/or email
...
addresses when adding stuff, so it seems fair to stop ``getting all
the fame'' by having my name displayed on login sessions.
Approved by: nik
2001-11-19 20:17:19 +00:00
joe
31a4d675d1
Fix a typo:
...
Flinstone -> Flintstone.
Submitted by: grog (during the kernel debugging session at BSDConEurope)
2001-11-12 12:21:39 +00:00
dillon
d575f0c3d9
Add terminating % so the last fortune can be found.
...
Add a fortune.
2001-11-09 18:24:09 +00:00
phk
ebd7779fbc
Separate concatenated fortunes.
...
Remove unattributed duplicate of Frederick Brooks eternal words
about the danger of second systems.
2001-11-03 16:43:13 +00:00
phk
a7ef707379
Correct attribution and fix translation from Danish.
2001-11-03 16:38:06 +00:00
asmodai
f517ba785f
Correct attribution.
...
PR: 30500
Submitted by: Drew Derbyshire <ahd@kew.org>
2001-10-28 13:23:39 +00:00
roam
03f3f44473
Correct a typo: numtiple -> multiple.
...
PR: 31474
Submitted by: Eric Yu <ericyu@mail2000.com.tw>
MFC after: 1 week
2001-10-24 12:51:23 +00:00
dd
10bfc1f0b1
Slightly improve wording in the opening paragraph.
...
PR: 31202
Submitted by: Jasmin Blanchette <jasmin@troll.no>
2001-10-14 23:13:01 +00:00
kris
79db177a19
Add some important advice for young optical physicists.
2001-10-05 08:27:21 +00:00
kris
2d1796cd80
Add a brief comparative analysis of 3 popular religions.
...
Approved by: maintainer
2001-10-01 01:10:15 +00:00
jhb
afabe274f3
Borrow Peter's peril-sensitive sunglasses and add a short parody quoted in
...
the unnamed IRC channel.
2001-09-27 22:04:42 +00:00
murray
422ba83d3c
Tip Correction : s/seconds/minutes/
...
PR: docs/30844
Submitted by: Andrew <andrew@ugh.net.au>
2001-09-27 00:43:28 +00:00
ru
293d121c6b
- Only use sig_atomic_t objects in signal handlers.
...
- Use getopt() to parse command line.
- Add usage().
- WARNSify.
- Convert manpage to mdoc(7).
PR: bin/30641
Submitted by: Andrey Simonenko <simon@simon.org.ua>, ru
MFC after: 1 week
2001-09-25 13:45:46 +00:00
dd
462c9be352
list' should be an extern'd
char **', not a local `char *' which we
...
never set. Ideally, we'd get the extern from tutor.h, but that
defines a number of other variables that conflict with ours.
This fixes a segmentation fault when trying to return to the main menu.
PR: 30172
2001-09-03 14:19:46 +00:00
kris
f4fdee9267
Update a duplicate quotation.
...
PR: 30228
MFC after: 2 weeks
2001-09-01 08:01:06 +00:00
alex
1b28c0b357
Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf as
...
discussed on the arch@ mailinglist (after repo-copy).
sys.mk will .error if it finds /etc/defaults/make.conf but include
it anyways (this is the same behaviour as with the make.conf.local
removal).
/usr/share/examples/etc/make.conf has BDEFLAGS commented out now,
since it's only an example file.
Adjust all textes that talk about make.conf or defaults/make.conf to
match the new situation.
2001-08-30 22:44:51 +00:00
roberto
bdcb660d11
Put the correct path for robots_roll in /var/games.
...
Submitted by: Elodie Raynal-Melchy <elodie@babafou.eu.org>
MFC after: 2 days
2001-08-15 19:22:04 +00:00
ru
24c7b0a61d
mdoc(7) police: s/BSD/.Bx/ where appropriate.
2001-08-14 10:01:54 +00:00
ru
95ce4d2cdc
Removed duplicate VCS ID tags, as per style(9).
2001-08-13 14:06:34 +00:00
mharo
d5b9e9f5d3
Remove whitespace after %. The whitespace was causing strfile to not see
...
the % string section break and thus fortune was producing a rather large
multi-fortune fortune message.
2001-08-12 20:32:37 +00:00
ru
4345758876
mdoc(7) police:
...
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
2001-08-07 15:48:51 +00:00
markm
9e5e8e8ff4
Fix some fractured english. The translators can ignore this.
2001-08-07 09:14:51 +00:00
kris
709844cfab
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
a145482cf6
Remove whitespace at EOL.
2001-07-15 07:53:42 +00:00
dd
0d7bb1fec6
Remove whitespace at EOL and add $FreeBSD$.
2001-07-15 07:48:01 +00:00
ru
a8bbb8398c
Eliminate troff(1) warnings.
2001-07-12 12:12:24 +00:00
ru
2030353481
Convert to mdoc(7).
2001-07-12 12:00:58 +00:00
ru
d19961ab7f
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 10:42:19 +00:00
dd
eaa6ee03b8
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
brian
8636b161b3
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
ru
2d990c7ebc
mdoc(7) police: removed extraneous .Pp call.
2001-07-04 10:19:02 +00:00
mpp
b643cba70e
Fix a couple of typos.
2001-06-30 14:42:20 +00:00