Ruslan Ermilov
7a43a96ab0
Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217
...
with the NO_IPFILTER make.conf(5) knob.
(So that we can "make the-rest-of-the-world" again.)
2002-03-21 09:15:39 +00:00
Luigi Rizzo
afc743aebd
More details on how to write a crunch.conf file for PicoBSD,
...
and document the "import_files" option.
2002-03-21 03:15:47 +00:00
Ruslan Ermilov
bd42830f0f
Make lint(1) a cross-tool.
...
(See commit log for usr.bin/xlint/Makefile,v 1.11 for what was wrong
with enabling build of lint libraries in rev. 1.12.)
This fixes cross-arch compiles (running binaries for a different arch
when generating lint.7 and lint libraries) and cross-branch compiles
(4.x -> 5.0 buildworld should be working again).
2002-03-20 18:25:50 +00:00
Archie Cobbs
b051f61562
Document support for 56-bit keys.
2002-03-20 18:16:18 +00:00
Ruslan Ermilov
ebba8a0edc
Install manpage for old -me macro package.
...
(me.7 has been repo-copied to orig_me.7.)
2002-03-20 16:26:35 +00:00
Ruslan Ermilov
60685ebe6d
Fix a typo.
2002-03-20 14:47:36 +00:00
Ruslan Ermilov
1caae05702
mdoc(7) police: tidy up.
2002-03-20 14:33:37 +00:00
Crist J. Clark
6ee2a895d6
Add a paragraph break I missed in my last update.
2002-03-20 09:39:37 +00:00
Bruce Evans
afabc4dfc2
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
Ruslan Ermilov
a689555c72
mdoc(7) police: tidy up.
2002-03-18 16:52:32 +00:00
Ruslan Ermilov
21bb400da0
mdoc(7) police: tidy up.
2002-03-18 16:40:07 +00:00
Ruslan Ermilov
f831177dbd
mdoc(7) police: tidy up.
2002-03-18 16:29:26 +00:00
Ruslan Ermilov
241c7610c2
mdoc(7) police: tidy up.
2002-03-18 16:18:33 +00:00
Ruslan Ermilov
24fb82a7ad
Unobfuscate VLAN trunking description.
...
Reviewed by: luigi
2002-03-18 14:41:47 +00:00
Ruslan Ermilov
90305461e1
mdoc(7) police: tidy up.
2002-03-18 14:35:22 +00:00
Ruslan Ermilov
4e765b5129
mdoc(7) police: tidy up.
2002-03-18 13:52:30 +00:00
Ruslan Ermilov
708d714ed7
mdoc(7) police: tidy up.
2002-03-18 13:02:33 +00:00
Ruslan Ermilov
907fb800fd
Remove the confusing XXX that should have been deleted in revision 1.5.
2002-03-18 12:49:03 +00:00
Ruslan Ermilov
dbcc13f540
s/UNIX/FreeBSD/
2002-03-18 12:39:32 +00:00
Ruslan Ermilov
faf1a4f751
mdoc(7) police: macroize UNIX.
2002-03-18 12:38:33 +00:00
Ruslan Ermilov
d0f16f93db
mdoc(7) police: nits.
2002-03-18 12:34:41 +00:00
Ruslan Ermilov
802a4af8e8
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
Ruslan Ermilov
b8fdc2f91e
mdoc(7) police: markup nit.
2002-03-18 12:10:45 +00:00
Ruslan Ermilov
b8523876ac
mdoc(7) police: tidy up.
2002-03-18 12:04:52 +00:00
Ruslan Ermilov
63856f9683
mdoc(7) police: pedantry.
2002-03-18 11:08:53 +00:00
Ruslan Ermilov
ef7e25bc75
mdoc(7) police: markup nit.
2002-03-18 11:03:57 +00:00
Ruslan Ermilov
b6acc60d91
mdoc(7) police: tidy up.
2002-03-18 10:59:58 +00:00
Ruslan Ermilov
c2f7105cd0
mdoc(7) police: fixed some wording, kill whitespace at EOL.
2002-03-18 10:52:09 +00:00
Ruslan Ermilov
2ca6ad76af
mdoc(7) police: macroize UNIX.
2002-03-18 10:43:49 +00:00
Ruslan Ermilov
6c19d127df
mdoc(7) police: tidy up.
2002-03-18 10:34:43 +00:00
Ruslan Ermilov
12868dc6bb
mdoc(7) police: nit.
2002-03-18 10:19:56 +00:00
Ruslan Ermilov
0412d17c69
mdoc(7) police: tidy up.
2002-03-18 10:07:22 +00:00
Ruslan Ermilov
bbb467cd9a
lint the previous lint commit.
...
Reviewed by: markm
2002-03-18 09:35:45 +00:00
Warner Losh
0af93efb4d
__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
Ruslan Ermilov
bb0848ddd5
mdoc(7) police: tidy up.
2002-03-17 15:02:20 +00:00
Murray Stokely
365a17c0f4
Spell analogous properly.
...
Found by: ispell(1)
2002-03-17 15:01:28 +00:00
Ruslan Ermilov
b615e3aa11
mdoc(7) police: tidy up.
2002-03-17 14:52:54 +00:00
Ruslan Ermilov
bc37fc267d
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
Ruslan Ermilov
0f3ac37e8a
mdoc(7) police: misc fixes.
2002-03-17 13:09:35 +00:00
Mark Murray
766f7d6e03
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
Crist J. Clark
eb35eb2626
Add documentation for rc.early(8).
...
PR: misc/35992
MFC after: 3 days
2002-03-17 09:14:54 +00:00
Murray Stokely
eee69fccf9
* 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
Jens Schweikhardt
07baa40bd0
Typo: s/happenes/happens/
...
MFC after: 3 days
2002-03-16 18:20:44 +00:00
Jens Schweikhardt
eae023f0a6
Typo: s/frequencly/frequency/
...
MFC after: 3 days
2002-03-16 18:17:55 +00:00
Jens Schweikhardt
341229f512
Typo: s/dependant/dependent/
...
MFC after: 3 days
2002-03-16 18:12:49 +00:00
Jens Schweikhardt
559ff927b2
Typo: s/conjuction/conjunction/
2002-03-16 18:10:40 +00:00
Jens Schweikhardt
34309e4a6a
Typo: s/compatability/compatibility/
...
MFC after: 3 days
2002-03-16 18:09:35 +00:00
Jens Schweikhardt
46612f8261
Plural bogon: s/childs/children/
...
MFC after: 3 days
2002-03-16 18:07:07 +00:00
Jens Schweikhardt
1a6417ba86
Typo: s/avalable/available/
...
MFC after: 3 days
2002-03-16 18:02:30 +00:00
Jens Schweikhardt
f1d353ec65
Typo: s/authoritive/authoritative/
2002-03-16 18:00:44 +00:00