Commit Graph

6256 Commits

Author SHA1 Message Date
Brian Somers
ae2bac960e Port 139 (NetBIOS session management) is a tcp socket, not udp.
PR:		31215
Submitted by:	Stephane Marzloff <secrer@le-bar.org>
MFC after:	1 week
2001-10-15 16:08:40 +00:00
Dima Dorfman
235a25a6d6 sysctl -w -> sysctl, remove second person pronouns, and fix some other
minor bugs.

PR:		30772
Submitted by:	Peter Avalos <pavalos@theshell.com>
2001-10-15 13:30:52 +00:00
Scott Long
987de8a0d2 Add a manual page for the Maestro3 sound driver. This documents it's
special nature under the GPL and a boot hint that can affect operation.

MFC after:	3 days
2001-10-15 04:23:38 +00:00
Murray Stokely
325c1f2d13 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
Kazutaka YOKOTA
547d4262b2 Update man pages in the section 4 to match the reality in -CURRENT.
- Change lines referring to kernel configuration file:
        device foo0 at isa port xxx irq yyy...
  to
        device foo
  Describe resource "hints" in /boot/device.hints.

- Try to describe resource allocation and probe/attach behavior in the
  newbus framework.
2001-10-13 09:08:37 +00:00
Yaroslav Tykhiy
3a10201f01 Fix a small style slip: Files in /dev are not
devices theirselves, but device nodes.
2001-10-12 10:09:36 +00:00
Yaroslav Tykhiy
397fa0d94b Add missing section number to a cross-reference to login(1).
MFC after:	3 days
2001-10-11 11:29:37 +00:00
Bruce Evans
64551f472f Fixed some bitrot. The KSE interface change for vops had not reached here.
Didn't fix older bugs.  Most of the examples don't even match historical
interfaces.
2001-10-10 10:17:02 +00:00
Dag-Erling Smørgrav
4a7fc8131d Document the dumpdir variable, and write a better description of the dumpdev
variable.

MFC:	1 week
2001-10-10 00:45:52 +00:00
Ruslan Ermilov
d1d5d9240a mdoc(7) police: fix markup. 2001-10-08 10:12:41 +00:00
Kazutaka YOKOTA
3fcd5f6c30 Add man page for device.hint(5). 2001-10-08 05:37:56 +00:00
Murray Stokely
45690c91ea Remove references to non-existant pvcsif(8) and pvctxctl(8).
PR:		docs/30446
Submitted by:	Giorgos Keramidas <charon@labs.gr>
2001-10-08 05:05:31 +00:00
Murray Stokely
9564d2e740 Remove reference to non-existant crd(4) man page.
PR:		docs/30445
Submitted by:	Giorgos Keramidas <charon@labs.gr>
2001-10-08 04:46:07 +00:00
Ian Dowse
c6cd7661ed Mention that ed requires miibus.
Suggested by:	Eugene Grosbein <eugen@grosbein.pp.ru>
2001-10-07 16:39:40 +00:00
Sheldon Hearn
211ab8715e Updates for changes made by KSE import.
Submitted by:	Chad David <davidc@acns.ab.ca>
2001-10-06 11:19:41 +00:00
Yaroslav Tykhiy
7d662e7761 Move the agp(4) page from the i386 directory
to the machine-independent directory since
AGP is used on other architectures as well.
2001-10-05 08:12:03 +00:00
Yaroslav Tykhiy
a7ba455dc7 Show kernel config syntax, not kldload command
in the SYNOPSIS section.

Reviewed by:	ru
2001-10-05 07:17:24 +00:00
Yaroslav Tykhiy
a1eb245d32 Use the traditional "indent" offset for mdoc(7) lists. 2001-10-05 06:32:40 +00:00
Yaroslav Tykhiy
2ba5fff2bf Update the status of VLAN support in the ethernet drivers. 2001-10-05 06:30:42 +00:00
Yaroslav Tykhiy
c6f01f68ab Add the manpage for the AGP interface. 2001-10-05 06:08:22 +00:00
Bruce Evans
9bcf4808fb Second round of spelling fixes for vm_page_io_finised. The function name
is actually vm_page_io_finish.
2001-10-04 10:10:56 +00:00
Bruce Evans
f350e13c63 Removed garbage:
- bus_generic_map_intr.9.  This has been undead for more than 3 years
  following the changes in rev.1.4 of sys/bus.h.
- CONDSPLASSERT.9, SPLASSERT.9.  These have been undead since SMPng.
  They were even less useful than most section 9 man pages -- the
  interfaces described in them have never been used in the FreeBSD
  source tree.
2001-10-04 09:46:01 +00:00
Bruce Evans
c042007e14 Fixed missing include in synopsis.
Fixed bitrot in synopsis.  Const'ification of string args had not reached
here.

Fixed some style bugs (superfluous quotes).
2001-10-04 09:14:48 +00:00
Bruce Evans
d063f1eb75 Fixed many wrong arg types and 1 missing arg in synopsis. 2001-10-04 09:08:59 +00:00
Bruce Evans
6ea8d9af05 Fixed wrong include in synopsis. 2001-10-04 09:01:49 +00:00
Bruce Evans
8a5bc77116 Fixed (C) syntax error in synopsis. 2001-10-04 09:01:15 +00:00
Bruce Evans
0d8e4c576d Fixed bitrot in synopsis. Const'ification of m_copydata() had not reached
here.
2001-10-04 09:00:38 +00:00
Bruce Evans
e81abd74f9 Fixed missing include in synopsis. 2001-10-04 08:59:53 +00:00
Bruce Evans
cca603227a Fixed wrong arg type in synopsis. 2001-10-04 08:58:56 +00:00
Bruce Evans
212c98aae9 Fixed wrong include in synopsis.
Fixed bitrot in synopsis.  Const'ification of make_dev() and
make_dev_alias() had not reached here.
2001-10-04 06:22:22 +00:00
Søren Schmidt
a7e53031f6 Update with latest chipset supports. 2001-10-03 09:02:05 +00:00
Jeroen Ruigrok van der Werven
e90dd0a351 Fix alphabetical order of supported chipsets. 2001-10-03 08:31:16 +00:00
David E. O'Brien
f7bb899909 Clarify parameter "names" in prototypes.
Submitted by:	bde
2001-10-03 07:33:59 +00:00
Bruce Evans
dbb8cf2820 Fixed missing includes in synopsis. 2001-10-03 03:05:26 +00:00
Ruslan Ermilov
2754f630fc mdoc(7) police: markup and grammar nits. 2001-10-01 16:38:25 +00:00
Ruslan Ermilov
bdfef0f9cd Make __RCSID() and __FBSDID() examples compile. 2001-10-01 16:13:59 +00:00
Ruslan Ermilov
32eef9aeb1 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
Ruslan Ermilov
bb0234d433 Document new cursor escape sequences. 2001-10-01 13:47:40 +00:00
Ruslan Ermilov
3b944e14cd mdoc(7) police: removed gratuitous .Pp calls. 2001-10-01 13:28:16 +00:00
Ruslan Ermilov
61d788b647 mdoc(7) police: markup and spelling nits. 2001-10-01 13:24:18 +00:00
Ruslan Ermilov
9ca1d73cde mdoc(7) police: removed hard sentence breaks, minor markup nits. 2001-10-01 13:20:05 +00:00
Ruslan Ermilov
0787ca52b4 mdoc(7) police: removed hard sentence break. 2001-10-01 13:06:40 +00:00
Ruslan Ermilov
3301500c80 mdoc(7) police: fixed markup of the FILES section. 2001-10-01 13:04:35 +00:00
Ruslan Ermilov
1362176b78 mdoc(7) police: add missing punctuation. 2001-10-01 13:02:32 +00:00
Kris Kennaway
5b7ce34e01 Oops, /var/spool/uucp needs to stay for serial port locking 2001-10-01 08:52:40 +00:00
Kris Kennaway
c3aa3459b1 Oops, another obsolete UUCP knob 2001-10-01 08:29:58 +00:00
Kris Kennaway
9c1532a40f Note removal of UUCP periodic maintenance knobs 2001-10-01 08:28:28 +00:00
Kris Kennaway
c3aa93665e Note removal of UUCP directories 2001-10-01 08:27:22 +00:00
Kris Kennaway
4412b0f413 Put back NOUUCP for now; cu and rmail are remaining pieces of the UUCP
code which will stay for now.
2001-10-01 08:13:57 +00:00
Kris Kennaway
0264ba41a1 Remove NOUUCP build option 2001-10-01 06:28:30 +00:00