rwatson
f26ce89b54
o Fix spelling of allocations as allocates.
...
Submitted by: silby
2001-12-06 20:27:44 +00:00
rwatson
f1d0f5e5bf
o Reflect changed default such that keepalives are always enabled by
...
default now. Discuss why that's good. Note that there are still
some situations where turning it off may be advantageous, including
situations where there are network outages and it's desirable to
have TCP sessions last beyond the outage.
Reviewed by: fenner
Suggested by: silby
2001-12-06 20:24:38 +00:00
rwatson
31c6261195
Moderate the recommendation that TCP keepalives always be turned on;
...
in some environments, this may result in the early termination of
legitimate TCP sessions during temporary network outages. However,
maintain a strong recommendation that this be used when many network
clients are dialup.
Requested by: fenner
2001-12-06 19:57:34 +00:00
rwatson
7cd5dbed2d
o Add an additional .Pp between the send/recvbuffer comments and
...
the ones on ipfw. Note to self: why does ipfw/dummynet count as
a sysctl in tuning(7)?
2001-12-06 19:50:35 +00:00
rwatson
c2b9253de6
o When describing kern.ipc.nsfbufs, use the slightly less colloquial
...
"modify" rather than the slightly more colloquial "mess with".
2001-12-06 19:48:48 +00:00
rwatson
accfe66c9c
The default values for net.inet.tcp.sendspace and net.inet.tcp.recvspace
...
have been changed to 32k and 64k respectively.
2001-12-06 19:44:31 +00:00
rwatson
9de94cbbea
vmiodirenable is now on by default; reflect that change in default,
...
and talk more about the reasons to turn it off (restricted memory
environments), and less about why to turn it on.
2001-12-06 19:39:33 +00:00
rwatson
9785934b45
Reword parts of tuning(7) regarding loader tunables, which are refered
...
to in the document as "boot-time sysctls". Instead, refer to them as
loader tunables.
2001-12-06 19:36:21 +00:00
dd
3604f5fad7
Spelling police: "more then" - "more than" where appropriate.
2001-11-24 19:47:12 +00:00
ru
6c50a1044d
mdoc(7) police: markup nits.
2001-11-21 13:33:30 +00:00
ru
e451919f76
mdoc(7) police: fix markup + generic cleanup.
2001-11-21 13:28:50 +00:00
cjc
5ee838cd46
Document the /var/run/named directory.
...
Suggesteded by: brian
2001-11-01 23:55:46 +00:00
cjc
36445ca6bd
Add a directory in /var/run to store ppp(8) command sockets.
...
PR: bin/29966
Approved by: brian
MFC after: 4
2001-11-01 23:44:12 +00:00
assar
7d2fda1087
add /var/heimdal
...
absence noted by Archie Cobbs <archie@packetdesign.com>
2001-10-31 23:04:34 +00:00
silby
928ecb2fdf
Update tuning so that it mentions maxusers, nmbclusters, and nsfbufs as
...
tunables in loader.conf rather than just kernel options.
MFC after: 3 days
2001-10-29 22:29:01 +00:00
murray
0ec0250d0c
Improve the wording of my last commit.
...
Submitted by: sheldonh
2001-10-16 18:32:33 +00:00
murray
a851d93fc5
Note that the contents of /tmp may or may not be kept between system
...
reboots.
Also add a `NOTES' section that reminds the reader that this man page
just documents the system default, and that the hierarchy of a given
site is at the system administrators discretion.
PR: docs/29525
2001-10-13 21:48:57 +00:00
ru
623da62a5a
mdoc(7) police: Use the new .In macro for #include statements.
2001-10-01 16:09:29 +00:00
kris
50598072bf
Oops, /var/spool/uucp needs to stay for serial port locking
2001-10-01 08:52:40 +00:00
kris
fcd8209f23
Note removal of UUCP directories
2001-10-01 08:27:22 +00:00
murray
bb01b0fc88
Note that it might not be a good idea to mount /var 'noatime'.
...
PR: docs/30675
Submitted by: Eugene M. Kim <gene@nttmcl.com>, and
Giorgos Keramidas <charon@labs.gr>
2001-09-24 07:35:37 +00:00
jlemon
e132016572
Update to reflect the fact that net.inet.tcp.rfc1323 is on by default.
2001-09-17 03:49:51 +00:00
ru
f4741db77f
mdoc(7) police: sort FILES.
2001-09-04 10:08:19 +00:00
alex
1b28c0b357
Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf as
...
discussed on the arch@ mailinglist (after repo-copy).
sys.mk will .error if it finds /etc/defaults/make.conf but include
it anyways (this is the same behaviour as with the make.conf.local
removal).
/usr/share/examples/etc/make.conf has BDEFLAGS commented out now,
since it's only an example file.
Adjust all textes that talk about make.conf or defaults/make.conf to
match the new situation.
2001-08-30 22:44:51 +00:00
ru
1bfb862de4
Mentions about /var/spool/secretmail were deleted in BSD.var.dist,v 1.2.
2001-08-22 10:21:19 +00:00
ru
ad3a696e29
Even more libss removal.
2001-08-20 15:41:15 +00:00
ru
24c7b0a61d
mdoc(7) police: s/BSD/.Bx/ where appropriate.
2001-08-14 10:01:54 +00:00
ru
d896280a89
mdoc(7) police: s/NetBSD/.Nx/ where appropriate.
2001-08-13 17:00:36 +00:00
ru
80f060f0cf
mdoc(7) police: protect trailing full stops of abbreviations
...
with a trailing zero-width space: `e.g.\&'.
2001-08-10 13:45:36 +00:00
ru
4345758876
mdoc(7) police:
...
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
2001-08-07 15:48:51 +00:00
ru
aa852b31c4
mdoc(7) police: don't use enclosure macros with plain text.
2001-07-18 15:00:46 +00:00
nik
b71650db74
Note which entries are created by sysinstall(8).
...
Requested by: ru
2001-07-16 16:09:21 +00:00
dannyboy
75d66ffb77
Fix assorted typos.
2001-07-14 22:41:05 +00:00
schweikh
511e378b14
Removed whitespace at end-of-line; no content changes. I simply did
...
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b
MFC after: 7 days
2001-07-14 19:41:16 +00:00
ben
7201ca4535
fix typo: vise versa -> vice versa
...
PR: 28926
Submitted by: Michael Lucas <mwlucas@blackhelicopters.org>
2001-07-12 20:40:25 +00:00
ru
9101af193b
mdoc(7) police: eliminate warnings.
2001-07-10 18:43:07 +00:00
ru
3972b3b063
mdoc(7) police: sort SEE ALSO xrefs.
2001-07-10 17:52:29 +00:00
ru
9001bc7070
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 15:31:11 +00:00
sheldonh
d4e648feb2
Fix typo: "fending of" -> "fending off"
2001-07-10 14:09:37 +00:00
dd
eaa6ee03b8
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
dillon
179c7b66e3
Fix type-o's, revamp section on the /tmp softlink, add sections for a
...
couple more sysctl's, add a section on mount options.
2001-07-07 17:43:20 +00:00
ru
05e503d80a
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
2001-07-06 16:46:48 +00:00
nik
1c78aa35e7
/dist is a mount point used by sysinstall(8), not an extraction directory.
2001-06-30 14:56:44 +00:00
nik
91eaf02ab8
Document dist/, cdrom/, compat/, and /usr/compat/, fix a couple of
...
{typ,think}os.
Submitted by: Rich Morin <rdm@cfcl.com>
2001-06-26 14:03:11 +00:00
dd
2259698699
Reword the sentence that I screwed up in the last commit.
...
Submitted by: Erik Trulsson <ertr1013@student.uu.se>
2001-06-24 20:34:31 +00:00
dd
04d1b1c8dd
Remove duplicate words.
2001-06-24 01:34:38 +00:00
dd
977995c8b1
mdoc(7) police: sort xrefs.
2001-06-24 01:17:07 +00:00
dd
935cf14795
OpenSSH doesn't forward keys by default.
2001-06-16 00:32:19 +00:00
joerg
d49557ff78
Document /usr/include/dev/{ic,wi}.
...
Reminded by: ru
2001-06-05 18:52:55 +00:00
dillon
add6182235
Fix type-o's, update page
2001-06-05 05:59:21 +00:00