Daniel C. Sobral
cec2aa9c05
Update man page to loader.conf(5) days.
1999-10-02 12:49:43 +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
Mike Pritchard
6740f1c4ef
Correctly escape a macro call in the description of the .D1 macro.
...
Also use the correct macro (.D1, not .Dl) to format the text,
and in the example output.
PR: docs/14051
Submitted by: <andrew@ugh.net.au>
1999-09-30 14:39:22 +00:00
Joseph Koshy
be06a4dfa7
Correct typos and -mdoc usage. Improve clarity of language.
...
PR: docs/140007
(partial)
Submitted by: Adam Wight <adamw@holonet.net>
1999-09-30 09:35:54 +00:00
Matthew Dillon
cc4a02e299
Bring kernel malloc documentation up to date, including the example.
...
PR: docs/10059
1999-09-29 16:49:18 +00:00
Bill Paul
c63d3a6678
Update the Starfire driver comments and man page to include the URL of
...
the AIC-6915 Programmer's Manual which I finally found online at Adaptec's
site.
1999-09-26 18:35:30 +00:00
Chris Costello
94b1839d20
Document the make_dev(9) and remove_dev(9) facilities.
...
remove_dev(9) is created as a link to the existing make_dev(9) page.
Reviewed by: phk
1999-09-25 20:12:01 +00:00
Matthew Dillon
87b0140cdf
mdoc style cleanup
...
Submitted by: Mike Pritchard <mpp@FreeBSD.ORG>
1999-09-25 17:21:21 +00:00
Matthew Dillon
e55373e21c
mdoc cleanup
...
Submitted by: Mike Pritchard <mpp@FreeBSD.ORG>
1999-09-25 17:11:54 +00:00
Chris Costello
2baad6b54c
Remove a useless new line.
1999-09-25 16:11:09 +00:00
Chris Costello
2da64d5dd7
Document the devtoname(9) kernel interface.
1999-09-25 15:58:33 +00:00
Matthew Dillon
37af288330
More locking clarifications. Add skeleton manual page for VOP_LEASE
1999-09-24 17:11:02 +00:00
Matthew Dillon
fb3fd47611
More synchronization of the VOP documentation to the real world.
1999-09-24 13:58:55 +00:00
Matthew Dillon
bebac989cc
More clarification of locking requirements.
1999-09-24 10:42:45 +00:00
Matthew Dillon
065aee8253
Bring more VOP manual pages up to date in regards to locking
...
requirements.
1999-09-24 10:19:43 +00:00
Matthew Dillon
fe11eb74af
Update errors in documentation for various VOP_ calls. Specifically,
...
describe the correct locking state expected on entry and return.
1999-09-24 07:07:02 +00:00
Alexey Zelkin
0dc03e0114
Add to .Nm devstat_end_transaction_buf().
...
Do some ordering.
Noticed by: ken
1999-09-23 13:31:15 +00:00
Matthew Dillon
2d2409d66d
Bring ccd documentation up to date. Reference vinum, elucidate more
...
on mirroring and interleaving.
1999-09-23 10:04:25 +00:00
Alexey Zelkin
443cf26413
.PB -> .El
...
PR: docs/13283
Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>
1999-09-22 22:23:17 +00:00
Alexey Zelkin
a66435652d
Fix style typo.
...
PR: docs/13134
Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>
1999-09-22 21:51:06 +00:00
Alexey Zelkin
e10bef6e21
mdoc(7)'fy
1999-09-22 21:43:18 +00:00
Poul-Henning Kamp
04a2253821
Document the new free/erase transaction type.
...
Reminded about by: ken
1999-09-22 20:27:21 +00:00
Bill Paul
efee742ecc
Mention in the documentation that the AOpen/Acer ALN-320 is a supported
...
ethernet card (PCI, VIA Rhine II chipset).
1999-09-22 19:46:14 +00:00
Roger Hardiman
0b34bea2ac
Update man page to include the sysclts and kernel options commonly used
1999-09-22 17:36:43 +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
Chris Costello
92e13d2a9c
Cross-reference to nca(4) removed: No CAM driver for this device has yet
...
to be written.
1999-09-22 05:29:53 +00:00
Bill Paul
1088f6c7c1
Spruce up the ADMtek driver: conver to newbus, miibus and add support
...
for the AN985 "Centaur" chip, which is apparently the next genetation
of the "Comet." The AN985 is also a tulip clone and is similar to the
AL981 except that it uses a 99C66 EEPROM and a serial MII interface
(instead of direct access to the PHY registers).
Also updated various documentation to mention the AN985 and created
a loadable module.
I don't think there are any cards that use this chip on the market yet:
the datasheet I got from ADMtek has boxes with big X's in them where the
diagrams should be, and the sample boards I got have chips without any
artwork on them.
1999-09-22 05:07:51 +00:00
Chris Costello
0cdbe88198
Remove reference to eg(4) device: it does not exist anymore.
1999-09-22 05:05:16 +00:00
Alexey Zelkin
fe27e01fac
Synchronization NAME section with SYNOPSIS.
1999-09-21 19:18:09 +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
Matthew Dillon
c35bc469bd
Bring documentation up to date, add a few more vnconfig examples.
1999-09-21 01:03:11 +00:00
Alexey Zelkin
c6d6e7726f
Correct spelling : ascii -> ASCII
...
PR: docs/13702
Submitted by: Stephen J. Roznowski <sjr@home.com>
Reviewed by: mpp
1999-09-20 09:15:23 +00:00
Sheldon Hearn
2e9d38764f
Remove the wait.1 manpage. There is no userland wait(1) utility, and the
...
manpage does not describe the builtin wait command provided by either
of the standard shells. There is already an entry for wait.1 in the
builtins.1 MLINKS list.
1999-09-20 08:45:43 +00:00
Alexey Zelkin
b41a0eb3b3
Add link syscons.4 -> sc.4
...
PR: docs/13289
1999-09-19 18:15:16 +00:00
Matthew Dillon
ad27d06632
Minor cleanups
...
Reviewed by: Matthew Dillon <dillon@backplane.com>
Submitted by: Alexey Zelkin <phantom@cris.net>
1999-09-19 05:30:12 +00:00
Poul-Henning Kamp
bd9e52dcc4
document devstat_end_transaction_buf()
1999-09-18 21:31:19 +00:00
Matthew Dillon
d93b26d657
Bring security page uptodate, add more references, clarify some of
...
the comments, etc.
1999-09-18 18:21:38 +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
Sheldon Hearn
e6d3cf2648
Correct some hard sentence breaks. Only those surrounding the previous
...
commit and those which cause ugly nroff output have been fixed, since
the purpose of the style guideline which they contravene is to reduce
the sizes of deltas.
Reported by: bde
1999-09-14 11:46:04 +00:00
Ruslan Ermilov
c931dae17f
Adjust descriptions for if_up() and if_down().
...
Reviewed by: wollman
1999-09-14 01:05:40 +00:00
Ruslan Ermilov
646bae6082
- Describe all available message headers.
...
- Sync structures/constants with sources.
- Fix multiple typos.
Reviewed by: wollman
1999-09-14 00:26:11 +00:00
Alexey Zelkin
8b3038f872
Document .Ta macro.
...
Requested by: ru
Ok'ed by: mpp
1999-09-13 18:58:53 +00:00
Alexey Zelkin
19df0a6144
Fix typo: vi(8) -> vi(1)
...
Noticed by: ru
1999-09-13 18:38:53 +00:00
Alexey Zelkin
61f06d829c
Document .Ox and .Nx macros.
...
Reviewed by: mpp
1999-09-13 17:33:16 +00:00
Alexey Zelkin
a7299f79f8
Update to current state of filesystems layout (almost complete)
...
Stylize
PR: docs/13229
Reviewed by: mpp
1999-09-13 17:20: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
Doug Rabson
57129f42d5
Add new manpage device_set_flags.9 and add links for
...
device_set_desc_copy.9 and device_get_flags.9.
1999-09-12 16:01:11 +00:00
Alfred Perlstein
2f42dfd0a2
vnode -> mountpoint
...
reference vfs_check_export
change license to my own, (ok'd by dfr) and remove advert clause.
remove extra Id tags and emacs cruft, this should be a fresh file.
1999-09-11 21:00:03 +00:00
Andrey A. Chernov
19076007f1
Describe man_locales
...
Submitted by: "Alexey Zelkin" <phantom@crimea.edu>
1999-09-11 19:03:45 +00:00