Boris Popov
91a2bd2558
Describe situation where manual 'ifconfig xx0 up' required.
...
Submitted by: Victor Sudakov <sudakov@sibptus.tomsk.ru>
2002-04-20 05:00:48 +00:00
Tom Rhodes
bfe7ad2431
Add the previously committed usb(4) manual pages to the build.
...
PR: 27919
MFC after: 3 days
2002-04-19 18:24:03 +00:00
Tom Rhodes
8b97f3548e
Add usb(4) manual pages.
...
PR: 27919
Obtained from: NetBSD
MFC after: 3 days
2002-04-19 18:18:11 +00:00
Mike Barcroft
7aad98ac48
Remove an extraneous .El call.
...
Submitted by: fenner
2002-04-17 23:07:58 +00:00
Bill Fenner
7aa632bcc2
mdoc police: get rid of blank line at end of file.
2002-04-17 21:39:59 +00:00
Bill Fenner
04df644c95
mdoc police: turn .PP back into .Pp
2002-04-17 21:26:43 +00:00
Thomas Moestl
d57e28adb2
Document STAILQ_CONCAT and TAILQ_CONCAT.
...
PR: 20024
Submitted by: Tony Finch <dot@dotat.at> (TAILQ_CONCAT, slightly changed
by me)
Reviewed by: ru (earlier version)
2002-04-17 13:48:14 +00:00
Ruslan Ermilov
bda79b63d6
Fixed mdoc(7) warnings visible in troff mode only.
...
Spotted by: Rich Morin <rdm@cfcl.com>
2002-04-17 07:37:42 +00:00
Tom Rhodes
28395f9543
Add more information to SYNOPSIS of ed.4
...
PR: 36467
MFC after: 3 days
2002-04-16 22:52:01 +00:00
Yaroslav Tykhiy
60af6add19
Describe possible values for net.inet.tcp.log_in_vain
...
and their effects.
PR: docs/35932
Submitted by: Alex Semenyaka <alexs@ratmir.ru>
MFC after: 1 week
2002-04-16 13:19:33 +00:00
Jun Kuriyama
aad76ee7dd
Change reference path/URL.
...
Submitted by: Olivier Tharan <olivier.tharan@idealx.com>
PR: docs/37094
MFC after: 1 week
2002-04-16 01:21:06 +00:00
Tom Rhodes
f9d32093a6
Removed 2 lines from the cd(9) manual page.
...
PR: 35944
2002-04-15 06:02:58 +00:00
Tom Rhodes
537b182320
a.out.5 states that nobody seems to agree on what bss stands for. This is
...
incorrect, however, as Dennis Ritchie states ``Actually the acronym is "block
started by symbol." It was a pseudo-op in FAP (Fortran Assembly Program), an
assembler for the IBM <models> machines. It identified its label and set
aside space for a given number of words.''
PR: 34088
Submitted by: Martin Faxer <gmh003532@brfmasthugget.se>
MFC after: 2 days
2002-04-15 02:05:06 +00:00
Jeroen Ruigrok van der Werven
50c1e22e2e
Correct two syntax mistakes.
...
Fix overflowing right side, so that the && operator fits on the same line.
2002-04-14 19:52:42 +00:00
Jeroen Ruigrok van der Werven
d172142dc6
Remove extraneous newline.
2002-04-14 19:33:07 +00:00
Gregory Neil Shapiro
14d6d7657a
Provide a new make.conf knob, SENDMAIL_SUBMIT_MC to allow users to pick
...
the .mc file used for /etc/mail/submit.cf. By default,
/etc/mail/freebsd.submit.mc is installed and used.
Requested by: fenner
Submitted by: ume
MFC after: 1 week
2002-04-14 19:20:26 +00:00
Dima Dorfman
146b8183bc
${BDECFLAGS} gets added to CFLAGS, not CXFLAGS.
...
PR: 37032
Submitted by: Joshua Goodall <joshua@roughtrade.net>
2002-04-13 09:07:22 +00:00
Tom Rhodes
cb9c48832e
Make a few content fixes/additions to tap(4) manual page.
...
PR: 36985
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
MFC after: 4 days
2002-04-12 22:06:16 +00:00
Chad David
623fded8d6
Remove a duplicate description of the type parameter for mtx_init.
...
Noticed by: scottl
2002-04-12 16:32:38 +00:00
Chad David
468f8a27bb
Add entries for selrecord.9.
2002-04-12 06:19:34 +00:00
Chad David
307ce5fea9
Add a new man page that documents selrecord and selwakeup.
...
Thanks to: alfred
2002-04-12 06:19:12 +00:00
Chad David
4edac09c3e
Update the prototype for maybe_resched to take a thread not a ksegrp.
...
Remove need_resched as it no longer exists.
Cleanup the text for other functions that have changed out from under
their descriptions.
This page needs to be reviewed again after things settle down a bit.
Reviewed by: jhb
2002-04-12 06:03:47 +00:00
Chad David
57cf955171
Add text describing the new type parameter, and rename description
...
to name as that is what it is called in mutex.h.
2002-04-12 05:55:17 +00:00
Chad David
e6f97cc401
Add sys/types.h to the list of required includes.
2002-04-12 05:23:16 +00:00
Chad David
234b7100a1
Update the prototype for read_random to reflect that the count parameter
...
is an int not an unsigned int, and that it returns an int not an unsigned
int.
2002-04-12 05:19:12 +00:00
Chad David
c4a7ba6e34
Update the prototype for lockinit to reflect that wmesg is a const char *.
2002-04-12 05:16:27 +00:00
Chad David
f972f99474
Fix the prototypes for cpu_critical_exit and cpu_critical_enter and update
...
the text to reflect the changes.
Update the header files list.
2002-04-12 05:06:38 +00:00
Scott Long
6a00ed1536
Document the lock type argument of mtx_init().
2002-04-12 05:05:19 +00:00
Chad David
94552cece2
Document the new size parameter.
2002-04-12 04:26:15 +00:00
Chad David
ac05f75438
Document the new flags parameter.
...
Add vget(9) to the SEE ALSO list.
Minor formatting change.
2002-04-12 04:23:22 +00:00
Chad David
55d04e913a
Update the .Fn line for SX_SYSINIT to include the parameter types.
2002-04-12 03:55:43 +00:00
Chad David
37bc3d021d
Update the .Fn line for MTX_SYSINIT to include the parameter types.
2002-04-12 03:54:44 +00:00
Mike Silbersack
102b06f844
Update documentation relating to sysctls in a post-syncache
...
world. Goodbye tcp.tcp_lq_overflow and tcp.strict_rfc1948,
hello tcp.syncookies.
MFC after: 3 days
2002-04-10 19:52:21 +00:00
Maxim Konovalov
23c2b90cba
Document NO_RCMNDS flag introduced in rev. 1.20 src/bin/Makefile.
...
Approved by: ru
MFC after: 1 week
2002-04-10 09:23:38 +00:00
Gregory Neil Shapiro
14a349d554
Update mail queue related periodic scripts to account for sendmail 8.12's
...
clientmqueue (submit mail queue).
The new mailq display is only active if both the old
daily_status_mailq_enable is set to "YES" and the new
daily_status_include_submit_mailq is set to "YES" so people who disabled
440.status-mailq won't have any surprises.
Likewise, the new queue run is only active if both the old
daily_queuerun_enable is set to "YES" and the new daily_submit_queuerun
is set to "YES" so people who disabled 500.queuerun won't have any
surprises.
While I am here, remove the [ ! -d /var/spool/mqueue ] checks from
both scripts as the queue directory isn't always /var/spool/mqueue for
the main daemon -- it can be set to anything in the sendmail.cf file.
MFC after: 1 week
2002-04-10 03:58:40 +00:00
Julian Elischer
b1f2c84336
Slight correction to ng_etf man page and add it to the list
...
of man pages to install.
2002-04-09 21:34:33 +00:00
Tom Rhodes
a8f838798e
intro(8) is lacking a command status explanation, added.
...
PR: 36448
No objections from: ru
MFC after: 3 days
2002-04-09 21:05:18 +00:00
Mike Silbersack
74c0361a9d
Update ip(4) manpage to reflect recent ephemeral port range
...
change.
Noticed by: ru
MFC after: 1 day
2002-04-09 18:03:18 +00:00
John Baldwin
2acffa072b
Update /usr/libdata/perl subdirectory to the Perl 5.6.1.
2002-04-08 18:41:33 +00:00
Gregory Neil Shapiro
1bff600f6e
Add some additional sendmail related directories
...
MFC after: 3 days
2002-04-06 17:19:09 +00:00
Murray Stokely
33c8be7e3e
* Correct a typo.
...
* Add an entry for /etc/pam.d.
* Update /usr/libdata/stallion description.
2002-04-06 11:50:23 +00:00
Mike Barcroft
995f177eac
Remove types(5). It is of little use to have a manual with only the
...
contents of a header. It is of even less use when its contents are
stale.
2002-04-06 07:18:46 +00:00
Mike Barcroft
3bede0fb51
Fix misordered list.
2002-04-06 07:10:15 +00:00
Mike Barcroft
a2a4431989
Add stdint(7), a manual which describes some of the integer types
...
available in the <stdint.h> header.
2002-04-06 07:05:42 +00:00
Chad David
8d7cbc2dea
Fix typo and change Fn to Xr.
2002-04-05 08:05:11 +00:00
Gregory Neil Shapiro
619b80c4e6
Quoting Peter Wemm, "At great personal risk, touch the sendmail startup
...
again."
As an alternative to sendmail_enable=NONE, solve the boot time problem
for non-sendmail users completely by moving all of the sendmail startup
code from /etc/rc to /etc/rc.sendmail. The source for that script will
be kept in src/etc/sendmail/rc.sendmail so make.conf's NO_SENDMAIL will
prevent it from being installed. A new rc.conf variable,
mta_start_script specifies the script to run to start the user's
preferred MTA. For backward compatibility, it will default to
/etc/rc.sendmail. The specified script is called out of /etc/rc after
checking to make sure it exists. A new rc.sendmail.8 man page has also
been added which now houses the sendmail_* variable descriptions
formerly in rc.conf.5.
Use /etc/rc.sendmail in /etc/mail/Makefile to reduce code duplication.
Reviewed by: -current, -stable, obrien, peter, ru
MFC after: 1 week
2002-04-05 02:30:49 +00:00
Andrew R. Reiter
80cc42da6b
- Add notes about SX_SYSINIT and MTX_SYSINIT in order to document the
...
recent additions of these macros.
- Add in a MLINK to create SX_SYSINIT.9 and MTX_SYSINIT.9.
2002-04-02 17:21:00 +00:00
John Baldwin
cfa028281a
- Update to new suser() API.
...
- Spell privilege properly.
- Grammar nits.
2002-04-02 16:41:11 +00:00
Poul-Henning Kamp
68afb5a528
Point to the correct #include file.
2002-04-01 20:03:05 +00:00
Murray Stokely
f7ddb2d441
Remove reference to share/dict/special/. That directory does not
...
exist, nor does the referenced program.
MFC after: 3 days
2002-04-01 01:43:34 +00:00
Murray Stokely
78294d75c4
Add a note about the FreeBSD technical word list.
2002-04-01 00:57:34 +00:00
Dima Dorfman
ac03552b66
Fix braino: the example interface is fxp0, not ed0.
...
PR: 36471
Submitted by: John Nielsen <zoobie@bsdconspiracy.net>
2002-03-30 23:23:41 +00:00
Dima Dorfman
5320cc6b8c
Correct typo.
...
PR: 36544
Submitted by: dak@klemm.delta6.net
2002-03-30 23:19:18 +00:00
Jens Schweikhardt
74c66edafa
Fix grammar and capitalization bogons.
...
MFC after: 1 day
2002-03-28 17:03:21 +00:00
Gregory Neil Shapiro
079f9ac4c7
Add an entry for sendmail_submit_flags.
2002-03-28 15:14:56 +00:00
Dima Dorfman
82d0caaef1
mdoc(7) police: remove whitespace at EOL.
2002-03-28 12:57:48 +00:00
Dima Dorfman
a254506ee5
Add mtx_pool(9) to the SEE ALSO section.
...
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
2002-03-28 12:51:06 +00:00
Dima Dorfman
aa43564a2c
Add a manual page for the mtx_pool_* routines.
...
PR: 36350
Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>
Reviewed by: dillon
2002-03-28 12:50:17 +00:00
Gregory Neil Shapiro
4bfef13db0
Provide a way for users to completely prevent sendmail from trying to start
...
at boot time.
Instead of rc.conf's sendmail_enable only accepting YES or NO, it can now
also accept NONE. If set to NONE, none of the other sendmail related
startup items will be done.
Remove an extra queue running daemon might be started that wasn't necessary
(it didn't hurt anything but it wasn't needed).
The new logic is:
# MTA
if ${sendmail_enable} == NONE
# Do nothing
else if ${sendmail_enable} == YES
start sendmail with ${sendmail_flags}
else if ${sendmail_submit_enable} == YES
start sendmail with ${sendmail_submit_flags}
else if ${sendmail_outbound_enable} == YES
start sendmail with ${sendmail_outbound_flags}
endif
# MSP Queue Runner
if ${sendmail_enable} != NONE &&
[ -r /etc/mail/submit.cf] && ${sendmail_msp_queue_enable} == YES
start sendmail with ${sendmail_msp_queue_flags}
endif
Discussed with: Thomas Quinot <Thomas.Quinot@Cuivre.FR.EU.ORG>,
Christopher Schulte <schulte+freebsd@nospam.schulte.org>
MFC after: 1 week
2002-03-28 03:29:22 +00:00
Poul-Henning Kamp
27c747876e
First cut at a geom(4) manpage.
...
The mdoc markup and all spelling errors in this file are all legal game
for anyone with more doc-clue than me.
2002-03-27 09:58:14 +00:00
Murray Stokely
4ad8d4f520
Add drivers.conf.5 to the build.
2002-03-27 06:38:43 +00:00
Murray Stokely
228d430565
Capitalize mfsroot consistently.
...
Submitted by: dd
2002-03-27 06:38:25 +00:00
Ruslan Ermilov
9f1207d517
Install sys/security/lomac/*.h to /usr/include/security/lomac/.
...
Install sys/<arch>/include/pc/*.h to /usr/include/machine/pc/.
PR: docs/29534
Install sys/netatm/*/*.h to /usr/include/netatm/*/.
Don't install compatibility symlinks for <machine/soundcard.h>
and <machine/joystick.h>. Three years is enough to be aware of
the change, and these weren't visible in the SHARED=symlinks
case.
Back out include/Makefile,v 1.160 that was a null change anyway
due to the bug in the path, and we now don't want to install
these headers because they would otherwise be invisible in the
SHARED=symlinks case.
Don't install IPFILTER headers. Userland utilities fetch them
directly, and they were not visible in the SHARED=symlinks case.
Resurrect SHARED=symlinks in Makefile.inc1.
PR: bin/28002
Prodded by: bde
MFC after: 2 weeks
2002-03-26 16:05:14 +00:00
Murray Stokely
6de4117882
Add drivers.conf(5) to the SEE ALSO section.
...
MFC after: 1 week
2002-03-26 10:46:03 +00:00
Murray Stokely
a58ab1d96d
A new man page describing the drivers.conf configuration file that
...
specifies which kernel options should be removed from the boot kernel
(kern.flp) and loaded as modules from the mfsroot.flp.
Reviewed by: ru, dd
2002-03-26 10:41:20 +00:00
David E. O'Brien
c05da6d338
'char *' can be a large entity now (on 64-bit platforms). Thus move it up
...
to make the example match the text requirements.
2002-03-24 17:02:16 +00:00
Alexander Leidinger
35e93d9bf9
Don't pretend to be a section 4 man page.
...
Approved by: joerg
2002-03-24 10:25:21 +00:00
Chad David
ffa2379289
Fixed bad wording/spelling in few paragraphs.
2002-03-24 00:31:38 +00:00
Nicolas Souchu
d0d27909aa
viapm is the driver for VIA SMBus controllers
2002-03-23 15:26:20 +00:00
Dag-Erling Smørgrav
fe9c2732d1
Actually install the moduli(5) man page.
2002-03-22 20:29:26 +00:00
Dag-Erling Smørgrav
575abac10a
/etc/moduli -> /etc/ssh/moduli
2002-03-21 21:54:17 +00:00
Dag-Erling Smørgrav
99a0916ca1
This commit was generated by cvs2svn to compensate for changes in r92899,
...
which included commits to RCS files with non-trunk default branches.
2002-03-21 21:47:20 +00:00
Dag-Erling Smørgrav
323b03c5e9
Import OpenBSD's moduli(5) man page
2002-03-21 21:47:20 +00:00
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
Archie Cobbs
b051f61562
Document support for 56-bit keys.
2002-03-20 18:16:18 +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
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
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
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
Jens Schweikhardt
e710ad3d0c
Typo: s/acknowlegement/acknowledgement/
2002-03-16 17:56:40 +00:00
Jens Schweikhardt
c86e69862f
Typo: s/Procotol/Protocol/
...
MFC after: 3 days
2002-03-16 17:47:32 +00:00
Jens Schweikhardt
129c0ad77a
Typo: s/Kensignton/Kensington/
...
MFC after: 3 days
2002-03-16 17:40:38 +00:00
Jens Schweikhardt
27bbb168b1
Typo: s/Hauppage/Hauppauge/
...
MFC after: 3 days
2002-03-16 17:34:29 +00:00
Jens Schweikhardt
f1a4969a04
Correctly capitalize MHz and GHz.
...
MFC after: 3 days
2002-03-16 17:31:46 +00:00
Jens Schweikhardt
9d0e429cbe
Typo; s/Filesytems/Filesystems/
...
MFC after: 3 days
2002-03-16 17:26:07 +00:00
Mark Murray
589622caaa
Document NO_PERL.
2002-03-16 15:14:41 +00:00
Murray Stokely
6f9ac6fee0
Markup fix. Use .Va instead of .Ev. No content changes.
2002-03-15 23:34:17 +00:00
Murray Stokely
b3a43ea37a
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
Ruslan Ermilov
2eff01c7e0
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 Stokely
1bcf2f1a12
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 Rizzo
23519ffa51
Bunch of manpage fixes from Bruce Montague.
2002-03-15 09:02:26 +00:00
Robert Watson
b45deeb2a5
NAI DBA update.
2002-03-14 21:58:58 +00:00
Jens Schweikhardt
ac20ab0d2d
Grammar bogon: s/structure a route/structure of a route/
...
MFC after: 3 days
2002-03-14 18:43:09 +00:00
Jens Schweikhardt
50dc00f1a2
Typo; s/lister/listener/
...
MFC after: 3 days
2002-03-14 18:34:46 +00:00
Murray Stokely
b82e53e2bd
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 Stokely
afb3369031
Various mdoc fixes.
...
Submitted by: ru
2002-03-14 04:21:50 +00:00
Giorgos Keramidas
7167868368
Fix syntax error.
2002-03-13 18:37:40 +00:00
Robert Watson
23ed9ff689
Document the "lomac_enable" rc.conf switch.
...
Reminded by: Makoto Matsushita <matusita@jp.FreeBSD.org>
2002-03-13 15:28:37 +00:00
Murray Stokely
994c71f0c8
* 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 Stokely
a54bda91f5
Reference release(7) in SEE ALSO.
2002-03-13 06:59:39 +00:00
Murray Stokely
de26e0ad7a
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 Cobbs
44a8ff315e
Add realloc() and reallocf(), and make free(NULL, ...) acceptable.
...
Reviewed by: alfred
2002-03-13 01:42:33 +00:00
Robert Watson
9ed55d1061
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 Stokely
2732c17015
This driver first appeared in FreeBSD 4.5, not 5.0.
2002-03-12 12:26:05 +00:00
Murray Stokely
5d3d0230e6
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 Konovalov
d378717e70
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
Crist J. Clark
1e1d598496
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
Dima Dorfman
2f5f12f5a7
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
Dima Dorfman
53710503e9
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 Rizzo
95651ec70e
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 Rizzo
27530a537c
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 Barcroft
8a1791edf4
Create a manual to document the new kernel byte order conversion
...
functions.
Reviewed by: tmm
2002-03-06 01:53:35 +00:00