Commit Graph

2878 Commits

Author SHA1 Message Date
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
murray
dc013a804d Markup fix. Use .Va instead of .Ev. No content changes. 2002-03-15 23:34:17 +00:00
murray
309c5defb0 Add a description of the TARGET variable, and add more information
about the TARGET_ARCH variable. (1)

Add information about the DESTDIR variable.

Add more examples for cross-building.

(1) Submitted by:     ru
MFC after:	      3 days
2002-03-15 23:29:24 +00:00
ru
25566444ff mdoc(7) police: Kill the (now extraneous) empty line. Previously,
.Bd erroneously defaulted to -compact mode in the SYNOPSIS section.
2002-03-15 12:04:49 +00:00
murray
e081408088 Even more markup / whitespace fixes:
* Use .Va instead of .Ev
* Remove a trailing whitespace at EOL.
* Quote some arguments.

Submitted by:	ru
2002-03-15 09:23:21 +00:00
luigi
55ae1aabf8 Bunch of manpage fixes from Bruce Montague. 2002-03-15 09:02:26 +00:00
rwatson
4d486ee7b2 NAI DBA update. 2002-03-14 21:58:58 +00:00
schweikh
af21edb315 Grammar bogon: s/structure a route/structure of a route/
MFC after:	3 days
2002-03-14 18:43:09 +00:00
schweikh
031c4979d5 Typo; s/lister/listener/
MFC after:	3 days
2002-03-14 18:34:46 +00:00
murray
9d61be7130 Add an ENVIRONMENT section, and document TARGET_ARCH and NO_WERROR.
Add a cross-build example.
2002-03-14 09:38:24 +00:00
murray
d3d9f61de4 Various mdoc fixes.
Submitted by:	ru
2002-03-14 04:21:50 +00:00
keramida
e863d43634 Fix syntax error. 2002-03-13 18:37:40 +00:00
rwatson
7422a22d60 Document the "lomac_enable" rc.conf switch.
Reminded by:	Makoto Matsushita <matusita@jp.FreeBSD.org>
2002-03-13 15:28:37 +00:00
murray
e7306442d5 * Simplify the synopsis.
* Remove trailing whitespace at EOL.
* Various grammar cleanups.
* Note that MAKE_ISOS is disabled by default.
* Use more descriptive mdoc markup.
* Use proper references for the online FDP documents.

Submitted by:	dd
2002-03-13 09:54:31 +00:00
murray
aa8b8d80dc Reference release(7) in SEE ALSO. 2002-03-13 06:59:39 +00:00
murray
a07f296c34 Add a makefile to document the release building process.
Specifically, this documents the available targets and relevant
environment variables for "make release".  LOCAL_PATCHES,
RELEASEDISTFILES, RELEASENOUPDATE, etc.. are covered.

A future commit should add more information about drivers.conf,
boot_crunch.conf, and other less well-known aspects of the release
build.

Reviewed and history section added by:	phk
2002-03-13 06:33:26 +00:00
archie
4ff8306186 Add realloc() and reallocf(), and make free(NULL, ...) acceptable.
Reviewed by:	alfred
2002-03-13 01:42:33 +00:00
rwatson
7888fb8301 Add a bugs notice indicating that the SEESENT flag may behave incorrectly
on interfaces with hardware loopback, and point-to-point interfaces
(unclear why that is, may need to be tracked down).
2002-03-13 00:04:53 +00:00
murray
9066bf9d62 This driver first appeared in FreeBSD 4.5, not 5.0. 2002-03-12 12:26:05 +00:00
murray
8be072ea1e Point readers to the Porter's Handbook instead of the non-existant
"Porting Applications" section of the FreeBSD Handbook.

MFC After: 2 days
2002-03-12 09:45:29 +00:00
maxim
8a8b816b5b Add a bunch of functions.
PR:		docs/32561
Reviewed by:	deischen, ru
Approved by:	ru
MFC after:	2 weeks
2002-03-11 10:45:18 +00:00
cjc
352806ecf3 Don't protect savecore(8) from being run with a bad dumpdir
argument. Don't fail silently, but let savecore(8) make noise. It
won't behave badly, it doesn't need protection.

At the same time, allow the administrator to have dumpdev enabled
while dumpdir (savecore(8)) is disabled and document how to do it.

PR:		conf/35725
2002-03-11 08:47:02 +00:00
dd
a0a82fddd1 Link scbus(4) to scsi(4). Most of the other CAM devices have their
own manual pages, but this is better than nothing until someone writes
a real scbus(4).

PR:		35641
Submitted by:	Gary W. Swearingen <swear@blarg.net>
2002-03-10 09:21:50 +00:00
dd
ca4d903ddb The chapter on kernel debugging is now in the Developers' Handbook.
Add a trailing slash to a URL while I'm here.

PR:		35637
Submitted by:	Gary W. Swearingen <swear@blarg.net>, setantae@submonkey.net
2002-03-10 09:15:22 +00:00
luigi
d2f6ffc283 Forgot to update the date.
The manpage describes the latest batch of changes, and especially the
runtime config was totally different before.
2002-03-09 20:18:31 +00:00
luigi
b76e43eb11 Lots of updates on the install process, detailing how to
install PicoBSD on hard disks and CDROM images, and on the
bootstrap sequence and the places where you can customise
a PicoBSD image.

Now if some of the -doc guys want to put this stuff in a nice
handbook page, that would be extremely useful!
2002-03-09 20:16:06 +00:00
mike
95a814930f Create a manual to document the new kernel byte order conversion
functions.

Reviewed by:	tmm
2002-03-06 01:53:35 +00:00
dd
0b0f95c996 Document cru2x(). 2002-03-03 03:27:28 +00:00
dd
431516592f Add information about {kerberos,kadmind}5_enable and change
{kerberos,kadmind}_enable to {kerberos,kadmind}4_enable to match
reality.  Fix some mismatched parentheses while I'm here.

PR:		34982
Submitted by:	Michel Oosterhof <m.oosterhof@xs4all.nl>
2002-03-03 02:02:33 +00:00
markm
23d1651a46 Fix required includes in accordance with recent source fixes.
Submitted by:	bde
2002-03-01 18:43:15 +00:00
bmah
e78596f3c3 Fix typo: s/of/or/
PR:		35291
Submitted by:	John Nielsen <zoobie@bsdconspiracy.net>
		Tom Rhodes <darklogik@pittgoth.com>
2002-03-01 17:29:51 +00:00
keramida
2ddfcd57a0 Fix typo.
PR:		docs/35422
Submitted by:	Mike DeGraw-Bertsch <mbertsch@radioactivedata.org>
2002-02-28 22:44:15 +00:00
davidc
8d09402323 Note the the process group is returned locked. 2002-02-28 07:06:31 +00:00
imp
717a71dbad The do { } while (0) macro example was missing a space after the 'e'. 2002-02-27 23:16:34 +00:00
brooks
3cea5d4273 Make gif(4) nesting level and parallel tunnel support tunable at runtime
via sysctl's.  The old #defines, MAX_GIF_NEST and XBONEHACK are
currently supported for backwards compatability, but will probably be
removed at some point in the future.
2002-02-26 01:56:56 +00:00
brian
cc848431d5 Document NGM_PPPOE_ACNAME. 2002-02-20 15:55:02 +00:00
cjc
5eebfcea9b There is no reason to demand the administrator set 'natd_interface'
when running natd(8) out of the rc-files. It is perfectly valid for
the interface or alias address to be set in a natd(8) configuration
file, not on the command line. Also, loosen up the restrictions on
identifying an IP address argument in 'natd_interface.'

Fix the documentation, rc.conf(5), to reflect this change.

Take the bogus default for 'natd_interface' out of /etc/defaults/rc.conf.

MFC after:	3 days
2002-02-20 10:31:01 +00:00