Commit Graph

6756 Commits

Author SHA1 Message Date
cjc
dbbdf0bdd8 Add a paragraph break I missed in my last update. 2002-03-20 09:39:37 +00:00
bde
c900f7bd6f Removed bogus env(1) commands. make(1) uses a real shell, so
"env name=value ... cmd ..." was just a pessimized way of doing
"name=value ... cmd ...".  Note that make(1) can't optimize
either of these to an exec of env(1) or "cmd" even if the second
"..." is simple, since it can't tell that the shell metacharacter
in "name=value" is actually handled by env(1).
2002-03-19 06:11:43 +00:00
ru
d9a2dd6fcd mdoc(7) police: tidy up. 2002-03-18 16:52:32 +00:00
ru
e75296ea44 mdoc(7) police: tidy up. 2002-03-18 16:40:07 +00:00
ru
98d8008e61 mdoc(7) police: tidy up. 2002-03-18 16:29:26 +00:00
ru
1210816e73 mdoc(7) police: tidy up. 2002-03-18 16:18:33 +00:00
ru
9740662160 Unobfuscate VLAN trunking description.
Reviewed by:	luigi
2002-03-18 14:41:47 +00:00
ru
272c9b0e68 mdoc(7) police: tidy up. 2002-03-18 14:35:22 +00:00
ru
3043c74e4c mdoc(7) police: tidy up. 2002-03-18 13:52:30 +00:00
ru
65985c0705 mdoc(7) police: tidy up. 2002-03-18 13:02:33 +00:00
ru
ab19336d4b Remove the confusing XXX that should have been deleted in revision 1.5. 2002-03-18 12:49:03 +00:00
ru
6ea890927d s/UNIX/FreeBSD/ 2002-03-18 12:39:32 +00:00
ru
5630d2382e mdoc(7) police: macroize UNIX. 2002-03-18 12:38:33 +00:00
ru
92637a6f78 mdoc(7) police: nits. 2002-03-18 12:34:41 +00:00
ru
1e7b3a120f mdoc(7) police: Re-apply fixes from revision 1.2 that got completely
backed out by revision 1.4.  Fixed some more.
2002-03-18 12:25:33 +00:00
ru
056f7ba050 mdoc(7) police: markup nit. 2002-03-18 12:10:45 +00:00
ru
a3d8eb8f5b mdoc(7) police: tidy up. 2002-03-18 12:04:52 +00:00
ru
7aa5856f5a mdoc(7) police: pedantry. 2002-03-18 11:08:53 +00:00
ru
061a25b937 mdoc(7) police: markup nit. 2002-03-18 11:03:57 +00:00
ru
7a8f8f73b9 mdoc(7) police: tidy up. 2002-03-18 10:59:58 +00:00
ru
e558020c07 mdoc(7) police: fixed some wording, kill whitespace at EOL. 2002-03-18 10:52:09 +00:00
ru
22b01e0e54 mdoc(7) police: macroize UNIX. 2002-03-18 10:43:49 +00:00
ru
96064b8ea6 mdoc(7) police: tidy up. 2002-03-18 10:34:43 +00:00
ru
c122b651e5 mdoc(7) police: nit. 2002-03-18 10:19:56 +00:00
ru
d3e3318ac7 mdoc(7) police: tidy up. 2002-03-18 10:07:22 +00:00
ru
f536d056a3 lint the previous lint commit.
Reviewed by:	markm
2002-03-18 09:35:45 +00:00
imp
a5aa67ad08 __MAKE_CONF?=/etc/make.conf
Use this where we are now using /etc/make.conf.

This allows people to override the current default of always including
/etc/make.conf.  Setting __MAKE_CONF to /dev/null disables it
completely, while setting it to something else allows one to override
what is on the system.  This can be desirable in situations where a
machine has many users and some of them want different defaults, or
defaults appropriate to cross building to be different than those for
normal building.

Not objected to by: arch@
2002-03-18 07:39:27 +00:00
ru
69d6446a7f mdoc(7) police: tidy up. 2002-03-17 15:02:20 +00:00
murray
8f54f13281 Spell analogous properly.
Found by:	ispell(1)
2002-03-17 15:01:28 +00:00
ru
452947c317 mdoc(7) police: tidy up. 2002-03-17 14:52:54 +00:00
ru
ab60eaa56f mdoc(7) police: fix a typo in rev. 1.36 and markup nit in rev. 1.37. 2002-03-17 13:14:14 +00:00
ru
5abe33eb8c mdoc(7) police: misc fixes. 2002-03-17 13:09:35 +00:00
markm
006a375bc4 Allow "make lint" to mostly work. Our sources are very unclean WRT
lint, so this is turned off by default. Setting WANT_LINT will turn
on generation of lint libraries for /usr/libdata/lint/*.ln.

Reviewd by:	silence in -audit.
2002-03-17 10:05:57 +00:00
cjc
e86597e456 Add documentation for rc.early(8).
PR:		misc/35992
MFC after:	3 days
2002-03-17 09:14:54 +00:00
murray
92dc36637a * Document the 'floppies' target.
* Document the LOCAL_SCRIPT option.
* Document the NOPORTREADMES option.
* Be more specific in a comment.
* Be more specific about the ftp.1 and cdrom.1 targets.
* Clarify the usage of the CVSROOT variable.
* Clarify the usage of the NODOC variable.

Suggested by: matusita
2002-03-17 07:22:51 +00:00
schweikh
72d2c18c04 Typo: s/happenes/happens/
MFC after:	3 days
2002-03-16 18:20:44 +00:00
schweikh
200e2dbdad Typo: s/frequencly/frequency/
MFC after:	3 days
2002-03-16 18:17:55 +00:00
schweikh
1bbb763dca Typo: s/dependant/dependent/
MFC after:	3 days
2002-03-16 18:12:49 +00:00
schweikh
bb7910a6ff Typo: s/conjuction/conjunction/ 2002-03-16 18:10:40 +00:00
schweikh
f56ca1f717 Typo: s/compatability/compatibility/
MFC after:	3 days
2002-03-16 18:09:35 +00:00
schweikh
c30871e635 Plural bogon: s/childs/children/
MFC after:	3 days
2002-03-16 18:07:07 +00:00
schweikh
17fbb71a08 Typo: s/avalable/available/
MFC after:	3 days
2002-03-16 18:02:30 +00:00
schweikh
3c5d2a2e02 Typo: s/authoritive/authoritative/ 2002-03-16 18:00:44 +00:00
schweikh
c5b6b43801 Typo: s/acknowlegement/acknowledgement/ 2002-03-16 17:56:40 +00:00
schweikh
4e7c9fcaca Typo: s/Procotol/Protocol/
MFC after:	3 days
2002-03-16 17:47:32 +00:00
schweikh
072e309f40 Typo: s/Kensignton/Kensington/
MFC after:	3 days
2002-03-16 17:40:38 +00:00
schweikh
ad448b398d Typo: s/Hauppage/Hauppauge/
MFC after:	3 days
2002-03-16 17:34:29 +00:00
schweikh
607f1f4539 Correctly capitalize MHz and GHz.
MFC after:	3 days
2002-03-16 17:31:46 +00:00
schweikh
89db6a9ed4 Typo; s/Filesytems/Filesystems/
MFC after:	3 days
2002-03-16 17:26:07 +00:00
markm
52bb1e4514 Document NO_PERL. 2002-03-16 15:14:41 +00:00