Kris Kennaway
dd76c70387
Typo fixes: prefered -> preferred
...
There are some others in contributed/external code I haven't touched.
2001-02-20 10:30:22 +00:00
Doug Barton
385a585a4b
Introduce the option of running fsck -y if the initial preen fails.
...
Defaults to off.
Obtained from: Yahoo!
2001-02-05 04:54:42 +00:00
Doug Barton
f8c1282a0b
Add the options of which cron program to run, and specifying flags
...
to it.
PR: conf/24358
Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
2001-01-21 20:57:38 +00:00
Ruslan Ermilov
e207e465df
Prepare for mdoc(7)NG.
2001-01-16 09:32:40 +00:00
Ruslan Ermilov
3136363f3e
Prepare for mdoc(7)NG.
2000-12-29 09:18:45 +00:00
Ben Smithurst
97948d2dee
fix typos.
...
PR: 23934
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
2000-12-29 01:58:47 +00:00
Ruslan Ermilov
d7b336c076
mdoc(7) police: use canonical form of .Dd macro.
2000-12-11 15:47:53 +00:00
MIHIRA Sanpei Yoshiro
33eb563d67
add PC-Card melody beep(PC Card bus, kludge version)
...
Original idea from: PAO3
2000-10-28 13:35:34 +00:00
Darren Reed
7a76642f3c
This brings support for IP Filter into rc.network and rc.conf with
...
the appropriate documentation added to rc.conf(5). If all goes well
with this over the next few weeks, the PR will be closed with the
pullup of patches back to 4-STABLE.
PR: 20202
Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
Reviewed by: Darren Reed <darrenr@freebsd.org>
Approved by: Darren Reed <darrenr@freebsd.org>
Obtained from: Gerhard Sittig <Gerhard.Sittig@gmx.net>
2000-10-06 12:24:45 +00:00
Sheldon Hearn
803516cb70
Mention pccard_beep.
...
Requested by: sanpei
2000-10-05 07:22:58 +00:00
Brian Somers
944fae23f3
Add a unaligned_print option (alpha only)
...
Document osf1_enable
Submitted by: Eric D. Futch <efutch@nyct.net>
PR: 21649
2000-10-04 18:58:46 +00:00
Sheldon Hearn
26007eb801
Document ibcs2_loaders and provide a default for it in
...
etc/defaults/rc.conf .
2000-08-18 09:37:50 +00:00
John Polstra
30a77b76ff
Make the word "ldconfig" a bona fide cross-reference, and clarify
...
that this option has an effect only during system start-up.
Submitted by: sheldonh
2000-08-11 17:15:37 +00:00
John Polstra
297bb90667
Describe ldconfig_insecure.
2000-08-11 04:20:30 +00:00
Brian Somers
e2323071e6
Allow a ppp_user specification to run ppp at startup
...
PR: 20258
2000-08-10 00:13:02 +00:00
Sheldon Hearn
8ca01badb9
Clear the obsolete argument to the Os macro.
...
Clear extraneous arguments to Nm.
Use Pa to mark up paths.
Use a single tagged list in the FILES section.
2000-07-03 12:56:00 +00:00
Jeroen Ruigrok van der Werven
83734e47d3
Fix up typo.
...
Add description of sshd_program variable.
Submitted by: Ashley Penney <ashp@unloved.org>,
Adrian Chadd <adrian@freebsd.org>
2000-07-03 12:34:27 +00:00
Sheldon Hearn
ad61de5c4e
The rand_irqs variable was removed in rev 1.67 of rc.conf. Remove it
...
from the documentation also.
2000-06-26 08:29:47 +00:00
Brian Somers
f3e285ba7d
Introduce /etc/defaults/periodic.conf, similar in concept to rc.conf.
...
The only change in the default functionality should be that
the output reports are slightly more verbose WRT files deleted.
Not objected to by: freebsd-arch
2000-06-23 01:18:31 +00:00
Brian Somers
64e475537d
Document $clear_daily_*
2000-06-09 17:07:59 +00:00
Sheldon Hearn
123b196a08
Fix nits in previous commit: hard sentence break and grammar.
2000-05-09 08:09:31 +00:00
Andrey A. Chernov
66d95f178a
Describe firewall_logging option
2000-05-08 21:10:33 +00:00
Dag-Erling Smørgrav
6e124cb076
Fix language in description of firewall_script.
...
Submitted by: sheldonh
2000-04-27 10:41:53 +00:00
Dag-Erling Smørgrav
c1ebbb06ed
Document firewall_script
2000-04-27 09:10:53 +00:00
Brian S. Dean
ee4619f2a7
Back out the hook to execute the file ${firewall_type}. The intended
...
purpose of the hook was to provide the ability for a shell program to
instantiate the firewall rules instead of forcing them to be
statically coded. This functionality was already present through the
use of ${firewall_script}, and I see no need to keep the
${firewall_type} hook around.
Reminded by: Dag-Erling Smorgrav <des@freebsd.org>
2000-04-27 00:48:59 +00:00
Brian S. Dean
4d5787a2ba
Update the man page regarding the behaviour for the ${firewall_type}
...
variable.
Reminded by: Ruslan Ermilov <ru@FreeBSD.org>
2000-04-17 12:48:29 +00:00
Matthew Dillon
8d1b3828fa
Add a sysctl to specify the amount of UDP receive space NFS should
...
reserve, in maximal NFS packets. Originally only 2 packets worth of
space was reserved. The default is now 4, which appears to greatly
improve performance for slow to mid-speed machines on gigabit networks.
Add documentation and correct some prior documentation.
Problem Researched by: Andrew Gallatin <gallatin@cs.duke.edu>
Approved by: jkh
2000-03-27 21:38:35 +00:00
Sheldon Hearn
1111b49c35
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-03 14:05:08 +00:00
Jeroen Ruigrok van der Werven
b0359e5d90
Add dhclient(8) crossreference to the dhcp_flags section.
...
Submitted by: sheldonh
2000-01-13 12:53:54 +00:00
Jeroen Ruigrok van der Werven
62285547ec
Fix old style /fB /fR emphasis to the correct usage of .Em or other
...
more appropriate uses of mdoc macros given the context they were
used in.
2000-01-13 12:06:41 +00:00
Jeroen Ruigrok van der Werven
4452573f96
Add crossreference to dhclient(8) since our interfaces nowadays
...
support DHCP and more information would be handy.
2000-01-13 11:54:35 +00:00
Jeroen Ruigrok van der Werven
dbc56df44f
Add description for how to enable DHCP for network interfaces.
...
PR: 15980
Submitted by: John Reynolds <jjreynold@home.com>
Reviewed by: sheldonh
2000-01-13 11:44:28 +00:00
Sheldon Hearn
34ada08b62
Document allscreens_flags. This commit perpetuates the i386-centric
...
nature of this manual page. :-(
PR: 15066
Reported by: Andy Farkas <andyf@speednet.com.au>
1999-12-21 11:22:06 +00:00
Kazutaka YOKOTA
045c8108ff
Mention USB mouse support.
1999-12-05 07:54:43 +00:00
Andrey A. Chernov
d65bc34042
Document single_mountd_enable
1999-11-23 04:14:35 +00:00
Andrey A. Chernov
08abdae453
Remove man_locles - goes to manpath.config
1999-11-23 03:33:25 +00:00
Brian Somers
e6c5a96cee
Document pppoed options
1999-11-23 00:22:58 +00:00
Sheldon Hearn
9c6fde3cd3
Remove the description of the deprecated savecore_enable option,
...
which is no longer used. Expand the description of the dumpdev
option accordingly.
PR: 14152
Reported by: nrahlstr
1999-10-06 09:20:40 +00:00
Dag-Erling Smørgrav
fff6710f7e
Fix typo.
...
Pointed out by: Kelly Yancey <kbyanc@posi.net>
1999-10-02 10:21:10 +00:00
Joseph Koshy
5b94fc490c
Describe the 'start_vinum' rc.conf knob.
...
PR: conf/13357
Submitted by: Neil Blakey-Milner <nbm@rucus.ru.ac.za>
1999-09-22 06:26:24 +00:00
Alexey Zelkin
d69fea87ec
"tcp_extensions" turns on RFC1323 extensions only.
...
PR: docs/13879
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>
1999-09-21 18:50:03 +00:00
Alexey Zelkin
9c800c95af
mdoc(7)'fy.
...
Pointed out by: ru
1999-09-15 18:50:39 +00:00
Alexey Zelkin
7dde7bbd34
rc.conf -> /etc/motd
...
PR: docs/13748
1999-09-14 15:56:58 +00:00
Dag-Erling Smørgrav
c7ed8409ad
Document tcp_keepalive, tcp_drop_synfin, tcp_restrict_rst,
...
icmp_drop_redirect and icmp_log_redirect.
1999-09-13 09:18:31 +00:00
Andrey A. Chernov
19076007f1
Describe man_locales
...
Submitted by: "Alexey Zelkin" <phantom@crimea.edu>
1999-09-11 19:03:45 +00:00
David E. O'Brien
4f2571dd77
MFS: tweak my wording a little.
1999-09-02 18:10:40 +00:00
David E. O'Brien
6a37402ef6
- Don't use contractions
...
- discuss the setting of hostname in the face of DHCP
Submitted by: John Baldwin <jobaldwi@vt.edu> (DHCP part)
1999-09-02 05:12:03 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Mitsuru IWASAKI
be2a6b0b43
Document apmd stuff.
1999-08-25 15:13:24 +00:00
Brian Somers
cdd53d9ce9
ppp_alias -> ppp_nat
...
Submitted by: Josef L. Karthauser <joe@FreeBSD.org.uk>
1999-08-22 23:26:05 +00:00