Sheldon Hearn
2bd2a050ac
Remove the advice relating to the number of cylinders per cylinder
...
group. The highest possible value is calculated automatically since
rev 1.41 of src/sbin/newfs.c .
2001-12-10 09:26:30 +00:00
David E. O'Brien
b4ea18e338
Per the CSRG's type.h, 'typedef' has a <tab> after it.
...
Also add two simpler examples of typedefs to show their formatting.
2001-12-09 18:59:08 +00:00
Andrew R. Reiter
e05f3134d1
- Cross reference the section 9 printf man page since it contains
...
information with regards to in-kernel format directives that are
not in printf.3
2001-12-09 08:12:06 +00:00
Ruslan Ermilov
af29f9a287
mdoc(7) police: fix markup, sort xrefs, grammar nit.
2001-12-08 18:15:29 +00:00
Ruslan Ermilov
2e3a6736b2
mdoc(7) police:
...
- kill empty lines
- kill whitespace at EOL
- kill hard sentence breaks
- fix document date
- fix markup
- sort xrefs
- first appeared in 5.0, not 4.4
2001-12-08 18:07:29 +00:00
Ruslan Ermilov
f16217a013
mdoc(7) police: Style style(9).
2001-12-08 17:48:18 +00:00
Ruslan Ermilov
ec3feddf7a
mdoc(7) police: sort xrefs.
2001-12-08 16:43:24 +00:00
Ruslan Ermilov
c5afebadb2
mdoc(7) police: bump document date, fix markup.
2001-12-08 16:40:19 +00:00
Ruslan Ermilov
d6b892be5c
mdoc(7) police: change xref to vfs_mountedon(9).
2001-12-08 16:06:02 +00:00
Chad David
9264a4f3f4
buf.9 incorrectly uses 'BUF' as an arg to .Nm where it should be 'buf'.
...
Because of this apropos notes a BUF(9) page that does not exist.
Reviewed by: alfred
2001-12-08 04:15:37 +00:00
Crist J. Clark
2204f3ce42
Long ago, there was just /etc/daily. Then /etc/security was split out
...
of /etc/daily. Some time later, /etc/daily became a set of periodic(8)
scripts. Now, this evolution continues, and /etc/security has been
broken into periodic(8) scripts to make local customization easier and
more maintainable.
Reviewed by: ru
Approved by: ru
2001-12-07 23:57:39 +00:00
Chad David
f4af1f0785
Add a man page describing the fuctions directly related to network domains.
...
Reviewed by: alfred
2001-12-07 20:58:07 +00:00
Robert Watson
eb22d616a0
When rfc1323 is mentioned in the context of buffer sizes, not that it
...
is enabled by default in FreeBSD.
2001-12-07 18:17:37 +00:00
Robert Watson
a695793d88
o Add a mention of kern.openfiles to the description of kern.maxfiles,
...
and suggest using this value to get a sense of the needs of the system.
2001-12-07 18:02:16 +00:00
Warner Losh
eedd038914
Be exsplicit about the parentheses around return statements. It is
...
documented by example. Since most of this file is documented by
example, it is confusing. Make things a little less confusing.
2001-12-07 11:40:22 +00:00
Ruslan Ermilov
79731c7b1b
mdoc(7) police: Add missing markup bits for revisions 1.12 and 1.13.
2001-12-07 10:36:38 +00:00
Ruslan Ermilov
3e5ea28565
mdoc(7) police:
...
- Avoid using second person.
- Remove whitespace at EOL.
2001-12-07 10:27:43 +00:00
Archie Cobbs
597600ee1b
Document the 'enableAlwaysAck' field in the config structure.
2001-12-07 02:50:39 +00:00
Robert Watson
0fbfd3c17d
o Fix spelling of allocations as allocates.
...
Submitted by: silby
2001-12-06 20:27:44 +00:00
Robert Watson
98181c4975
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
Robert Watson
9aa92d5586
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
Robert Watson
25eecbb5a4
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
Robert Watson
fe3e42064f
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
Robert Watson
657c740ed6
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
Robert Watson
48c1691ebf
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
Robert Watson
32a124764d
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
Maxim Sobolev
46f32e5e98
Add missed capital GHE letter.
...
PR: 28571
Submitted by: Alexey Klimov <kao@wiuu.kiev.ua>
2001-12-05 16:09:10 +00:00
John Hay
8c992b7f0d
Note sis(4) VLAN support.
...
MFC after: 7 days
2001-12-05 09:34:49 +00:00
John Polstra
9d981897e4
Fix speling errur.
2001-12-05 02:55:23 +00:00
Dag-Erling Smørgrav
11cee4a681
Mention access control.
2001-12-04 14:28:38 +00:00
Dag-Erling Smørgrav
0787ae7db8
Add cross-reference to pseudofs(9).
2001-12-04 14:28:26 +00:00
Sheldon Hearn
fa083d279a
Regen.
2001-12-04 12:26:12 +00:00
Bruce Evans
08b443022e
Unbreak "make lint" for programs and "make llib-l${LIB}.ln" for
...
libraries a little by not passing all of ${CFLAGS} to lint. Pass
only options matching -[DIU]*. The important -nostdinc option can't
be passed like I first thought because lint misinterprets as
"-n -o stdinc". The unimportant -B* option can't be passed because
lint doesn't support it. Otherwise, we pass the same options as
to mkdep, exept for a bug in the latter: -U* is not passed. All
this depends on option args not being separated from option flags
by a space.
2001-12-03 22:31:09 +00:00
Alfred Perlstein
ffc0b97fd0
More kernel vfs docco.
...
Xref vfs_mount(9) from vfs_mount(9)
Submitted by: Chad David <davidc@acns.ab.ca>
PR: docs/32431
2001-12-03 00:25:04 +00:00
Wolfram Schneider
dc2e599970
Added OpenBSD 3.0.
2001-12-02 11:19:24 +00:00
Wolfram Schneider
1da2e589f6
NetBSD 1.4 branch and NetBSD 1.5 branch are still alive.
...
Submitted by: jhawk@netbsd.org , itojun@iijlab.net
2001-12-02 11:16:30 +00:00
Prafulla Deuskar
1ac88dc08f
Adding man page for the em driver.
...
Submitted by:Prafulla Deuskar
Reviewed by:Paul Saab
MFC after:1 week
2001-12-02 07:45:22 +00:00
Chris D. Faulhaber
8a2d4f5134
o Update copyright.
...
o Updates content to reflect the changes to acl.h for
internal/external acl_t representations.
Approved by: rwatson
Obtained from: TrustedBSD Project
2001-12-02 04:27:13 +00:00
Alfred Perlstein
2164257702
Add manpages describing various vfs and vm APIs.
...
Submitted by: Chad David <davidc@acns.ab.ca>
2001-12-02 02:13:35 +00:00
Andrey A. Chernov
f157f22f4e
Properly classify 0x80 - 0xa0 range
2001-11-30 07:19:21 +00:00
Valentino Vaschetto
ba03376142
Spelling error: dependant -> dependent
...
PR
2001-11-30 07:18:23 +00:00
Andrey A. Chernov
bb11c9f1fb
Add 0x98 to CONTROL section
2001-11-30 07:10:08 +00:00
Andrey A. Chernov
45c5ff77ea
Start every data line with keyword
2001-11-30 05:24:09 +00:00
Andrey A. Chernov
3fd63c5560
Cleanup: cosmetique, standards conformance, BLANK/SPACE/GRAPH relation
2001-11-30 05:05:53 +00:00
Andrey A. Chernov
40df10c3ae
Clean DIGIT/XDIGIT sections
2001-11-30 01:22:01 +00:00
Andrey A. Chernov
2209d8a27c
Back out national digits support, POSIX explicetely disallows it:
...
The definition of character class digit requires that only ten characters
-the ones defining digits- can be specified; alternate digits (for
example, Hindi or Kanji) cannot be specified here. However, the encoding
may vary if an implementation supports more than one encoding.
The definition of character class xdigit requires that the characters
included in character class digit are included here also and allows for
different symbols for the hexadecimal digits 10 through 15.
2001-11-29 03:03:55 +00:00
Andrey A. Chernov
bd9f1c9673
Add hi_IN.ISCII-DEV
2001-11-28 07:23:11 +00:00
Robert Watson
f3e5e31ef3
Mention entropy_dir="NO" in diskless.8, since /var is an md-backed
...
file system and as such will not preserve its contents across boot.
2001-11-27 21:35:47 +00:00
Robert Watson
2e6c92ffce
Update diskless.8 to refer to 'device md' instead of 'options MFS'; in
...
-CURRENT, md devices with FFS on top are used in the diskless boot process
instead of MFS.
2001-11-27 20:47:38 +00:00
John Polstra
dcd183a935
The fxp driver depends on device miibus now.
2001-11-27 18:51:08 +00:00