Commit Graph

6300 Commits

Author SHA1 Message Date
markm
88712008b0 Make sure the copies: and symlinks: targets exist in the case of the
empty ".for ..." loop.
2001-10-23 21:28:39 +00:00
julian
13dbe953e7 Alter the suggested way of writing structurtes to make them actuallys
readble when there are compound sub-elements (e.g. other structs).

Reviewed by:	{peter,dillon,des,imp,jlemon}@freebsd.org
MFC after:	1 week
2001-10-23 17:40:37 +00:00
ru
fa885ca7dc Remove references to nfsiod(8) and nfs_client_flags
now that they are obsolete.
2001-10-23 10:31:52 +00:00
dd
9fa3fe539e Explain a little about sysexits(3) so that regular users can take
advantage of the fact that some programs care to explain why they
failed.

PR:		31415
2001-10-23 00:46:13 +00:00
jhay
cdbf6daf53 Back out my previous commit. It is not necessary anymore now that Ruslan
fixed the ipfilter directory with a NOOBJ.
2001-10-22 16:32:44 +00:00
ru
4ad78f5535 Clamp down with NOOBJ. 2001-10-22 10:06:25 +00:00
jhay
49958ebd30 Unbreak make world by adding .CURDIR here and there.
Submitted by:	Harry Starr <starr3@gccs.com.au>
2001-10-22 08:56:02 +00:00
hm
3a9c8cf20b Thanks for postcards ... 2001-10-21 09:39:22 +00:00
hm
f82e604a94 upadate the release notes 2001-10-21 09:30:10 +00:00
hm
980b42ded4 Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP
card.

Submitted by:   Steve Looman
Reviewed by:    hm
MFC after:      1 month
2001-10-21 09:20:52 +00:00
mjacob
bdff8645a6 Remove wx. 2001-10-20 18:50:31 +00:00
darrenr
deb49f0603 Add the ipfilter subdirectory
PR:		26763
2001-10-20 04:18:13 +00:00
darrenr
7460780f26 Add the IPFilter how-to and other related documents to the base install
so that users gets ipfilter examples without a source install.

PR:		26763
Submitted by:	Cyrille Lefevre <clefevre@poboxes.com>
2001-10-20 04:17:07 +00:00
ru
b28c3d865f mdoc(7) police: join OS version with the corresponding macro. 2001-10-19 14:44:13 +00:00
jlemon
4becf4e4f9 Add manpage for gx driver. 2001-10-19 02:49:41 +00:00
hm
49e3567ef7 Add experimental support for sending keypad facility messages.
MFC after: 2 months
2001-10-18 11:58:49 +00:00
tom
b7007465d9 "of the of the" -> "of the"
PR:		docs/31336
Submitted by:	Sameh Ghane <sw@shaolin.profile4u.com>
MFC after:	2 days
2001-10-17 15:02:37 +00:00
scottl
5dca38c616 Remove a couple of errant tags. 2001-10-17 05:10:58 +00:00
fenner
1e7fe9f955 The interface index space may be sparsely populated (e.g. when an
interface in the middle is if_detach()'d).  Return (and handle)
 ENOENT when the ifmib(4) is accessed for a nonexistent interface.

MFC after: 14 days
2001-10-17 04:12:29 +00:00
murray
0ec0250d0c Improve the wording of my last commit.
Submitted by:	sheldonh
2001-10-16 18:32:33 +00:00
brian
5d13f1960f 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
dd
20cfd6fcf7 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
scottl
d0cf744bc2 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
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
yokota
0dd51f62a8 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
yar
1ad20a3541 Fix a small style slip: Files in /dev are not
devices theirselves, but device nodes.
2001-10-12 10:09:36 +00:00
yar
448605be4c Add missing section number to a cross-reference to login(1).
MFC after:	3 days
2001-10-11 11:29:37 +00:00
bde
1afb151feb 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
des
c7f5c40061 Document the dumpdir variable, and write a better description of the dumpdev
variable.

MFC:	1 week
2001-10-10 00:45:52 +00:00
ru
b97af7c812 mdoc(7) police: fix markup. 2001-10-08 10:12:41 +00:00
yokota
4d81d1c598 Add man page for device.hint(5). 2001-10-08 05:37:56 +00:00
murray
653bb68060 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
bbd2a77815 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
iedowse
a5a9e4b163 Mention that ed requires miibus.
Suggested by:	Eugene Grosbein <eugen@grosbein.pp.ru>
2001-10-07 16:39:40 +00:00
sheldonh
257d2f0756 Updates for changes made by KSE import.
Submitted by:	Chad David <davidc@acns.ab.ca>
2001-10-06 11:19:41 +00:00
yar
f709f8a6c7 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
yar
93e2391e0f Show kernel config syntax, not kldload command
in the SYNOPSIS section.

Reviewed by:	ru
2001-10-05 07:17:24 +00:00
yar
9f7723d2e4 Use the traditional "indent" offset for mdoc(7) lists. 2001-10-05 06:32:40 +00:00
yar
bbb41c11df Update the status of VLAN support in the ethernet drivers. 2001-10-05 06:30:42 +00:00
yar
8d14ffb929 Add the manpage for the AGP interface. 2001-10-05 06:08:22 +00:00
bde
5bfc140e1b 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
bde
b96f5fd1cb 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
bde
08ae13ee7f 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
bde
8e73a1ca4c Fixed many wrong arg types and 1 missing arg in synopsis. 2001-10-04 09:08:59 +00:00
bde
17f224e149 Fixed wrong include in synopsis. 2001-10-04 09:01:49 +00:00
bde
75e6e0a441 Fixed (C) syntax error in synopsis. 2001-10-04 09:01:15 +00:00
bde
5936a4656b Fixed bitrot in synopsis. Const'ification of m_copydata() had not reached
here.
2001-10-04 09:00:38 +00:00
bde
13d639d638 Fixed missing include in synopsis. 2001-10-04 08:59:53 +00:00
bde
4f49b7afb3 Fixed wrong arg type in synopsis. 2001-10-04 08:58:56 +00:00
bde
e344ce4b2a 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