Mark Murray
3e36b6ef41
Fix grammar and a function name.
2000-08-15 15:09:13 +00:00
Sheldon Hearn
cd529d800f
Fix nit in previous delta: trailing punctuation arguments to mdoc
...
macros must be whitespace separated.
2000-08-15 07:36:08 +00:00
Archie Cobbs
81e88a0696
Document three new control messages.
2000-08-15 01:17:44 +00:00
Gregory Neil Shapiro
2216e2a2cd
Complete migration of aliases file to /etc/mail/aliases.
...
The maintainers of share/examples/diskless/README.TEMPLATING and mergemaster
have been contacted so those may be updated as well.
2000-08-13 18:38:58 +00:00
Hajimu UMEMOTO
8ad6d022ca
Add output of per battery information to apm(1).
...
New ioctl APMIO_GETPWSTATUS is introduced.
Reviewed by: -mobile and -current folks (no objection)
2000-08-13 17:05:27 +00:00
Greg Lehey
3345a38272
Correct path name.
...
Submitted-by: Crist J. Clark <cjclark@alum.mit.com>
2000-08-13 07:48:32 +00:00
John Polstra
30a77b76ff
Make the word "ldconfig" a bona fide cross-reference, and clarify
...
that this option has an effect only during system start-up.
Submitted by: sheldonh
2000-08-11 17:15:37 +00:00
Sheldon Hearn
669a846df8
Fix hard sentence break and inappropriate use of the Pa macro in
...
the previous delta.
2000-08-11 08:12:44 +00:00
John Polstra
297bb90667
Describe ldconfig_insecure.
2000-08-11 04:20:30 +00:00
Bill Fumerola
dbc777e3f2
1000bassT -> 1000baseT
2000-08-10 19:47:32 +00:00
Nick Sayer
aef2860eef
Document support for the Solo 1.
...
Requested by: sheldonh
2000-08-10 15:01:01 +00:00
Brian Somers
2fb35bc311
Correct a typo
...
Spotted by: Jimmy Olgeni <olgeni@uli.it>
2000-08-10 00:26:50 +00:00
Brian Somers
e2323071e6
Allow a ppp_user specification to run ppp at startup
...
PR: 20258
2000-08-10 00:13:02 +00:00
Mike Smith
d8981a2913
Update to mention support for 6x000 series controllers.
2000-08-08 18:50:33 +00:00
Archie Cobbs
320089a04a
Insert missing word 'that'.
2000-08-08 16:26:03 +00:00
Sheldon Hearn
f0cddd5353
Clarify the guidelines surrounding the use of macros. The patch is
...
mostly unrelated to the attributed PR, and the attributed submitter
wasn't so much suggesting the patch for inclusion as providing it
for clarity.
PR: 9869
Submitted by: bde
2000-08-08 09:54:57 +00:00
Archie Cobbs
1623d68286
Document three new control messages.
2000-08-07 18:53:42 +00:00
Archie Cobbs
dd1e305c9d
Missed one misspelling in previous commit.
2000-08-06 19:25:59 +00:00
Archie Cobbs
9dcab5306e
Fix misspelling.
2000-08-05 20:17:04 +00:00
Bill Paul
6f069b494a
Add support for the Netgear GA620T copper gigabit card.
2000-08-02 18:49:17 +00:00
Nick Sayer
00a08dc01a
Minor man page corrections and fixups to document the difference between
...
tap and vmnet style devices.
Submitted by: Vladimir
2000-08-02 17:27:39 +00:00
Nick Hibma
7cce89994a
Support for the Panasonic / Matshita USB FDD.
...
Submitted by: SAKIYAMA Nobuo <sakichan@lares.dti.ne.jp>
PR: kern/20300
2000-07-31 12:40:26 +00:00
Brian Feldman
ba66454b69
Capitalize the last two entries. Note that i8254 is a timer. Report
...
that TSC is for any fifth-gneration of later x86 processor, not an
i586, and document that it _is_ available to applications.
2000-07-28 21:48:58 +00:00
David E. O'Brien
4679b31306
Add HISTORY.
2000-07-27 22:55:44 +00:00
Mark Murray
d6c6381834
Fix minor typo.
2000-07-27 19:13:32 +00:00
Sheldon Hearn
733144d91d
Describe the syncer(4)-related sysctls kern.filedelay, kern.dirdelay
...
and kern.metadelay, thanks to mckusick's feedback.
2000-07-26 08:51:58 +00:00
Sheldon Hearn
1f3ea974f3
Add an EXAMPLES section with an example of how to mount a
...
malloc(9)-backed md(4) device on /tmp .
2000-07-24 14:23:47 +00:00
Mark Murray
1e42415db0
Remove references to the (removed) kern.timecounter.method sysctl.
2000-07-23 11:12:59 +00:00
Sheldon Hearn
abb15d867a
Rework the FILES section to cover the list of common symbolic links
...
in the /dev directory. Also cover this driver's quirky relationship
with the MAKEDEV script.
2000-07-22 10:23:06 +00:00
Sheldon Hearn
c023ba6ea6
Move the ef(4) manual page from sys/modules/if_ef to share/man/man4, as
...
discussed with bp.
2000-07-21 14:54:13 +00:00
Andrey A. Chernov
4eea101fd5
Describe Reset
2000-07-21 14:28:08 +00:00
Sheldon Hearn
b601c69bdb
Move the netgraph-related manual pages into share/man/man4/, as
...
discussed with archie.
2000-07-21 10:46:58 +00:00
Sheldon Hearn
2cf2d5b177
Cosmetic:
...
Convert to one file per line in the MAN4 list. This will make future
deltas easier to read.
2000-07-21 10:13:46 +00:00
Bill Paul
50a7b4f564
Minor formatting tweak: compact the supported adapter list.
2000-07-20 22:41:26 +00:00
Bill Paul
e87631b976
Update the Tigon driver to support 1000baseTX gigE over copper AceNIC
...
cards. This basically involves switching to the 12.4.13 firmware, plus
a couple of minor tweaks to the driver.
Also changed the jumbo buffer allocation scheme just a little to avoid
'failed to allocate jumbo buffer' conditions in certain cases.
2000-07-20 22:24:43 +00:00
Nick Sayer
a1ce91d5ff
Oops. Activate tap in man4 and modules makefiles
2000-07-20 20:29:03 +00:00
Andrey A. Chernov
cf6031b6cd
Describe newly implemented SGR 22,24,25,27
2000-07-20 18:50:12 +00:00
Nick Sayer
a5213f145a
Add the tap driver.
...
The tap driver is used to present a virtual Ethernet interface to the
system. Packets presented by the network stack to the interface are
made available to a character device in /dev. With tap and the bridge
code, you can make remote bridge configurations where both sides of
the bridge are separated by userland daemons.
This driver also has a special naming hack to allow it to serve a similar
purpose to the vmware port.
Submitted by: myevmenkin@att.com , vsilyaev@mindspring.com
2000-07-20 17:01:10 +00:00
Matt Jacob
5f4796c0db
Update isp man page, add ispfw man page.
2000-07-20 16:11:23 +00:00
Sheldon Hearn
e97c713795
Add an MLINKS entry which makes snd(4) a link for pcm(4).
...
Suggested by: Udo Erdelhoff <ue@nathan.ruhr.de>
2000-07-20 15:47:45 +00:00
Sheldon Hearn
aa73302b03
Add a FILES section which, as a side-effect, just so happens to
...
give device node creation instructions.
PR: 20060
Reported by: "Sean O'Connell" <sto@stat.Duke.EDU>
2000-07-20 14:19:17 +00:00
Sheldon Hearn
55c01a42ed
Fix a typo and mark ``update'' up consistently in the HISTORY section.
...
Reported by: des
2000-07-20 13:05:41 +00:00
Sheldon Hearn
6c96813482
Clear the extraneous Os argument, which survived rev 1.3.
2000-07-20 11:46:51 +00:00
Sheldon Hearn
2c7372355e
General clean-up [1/1]: whitespace
2000-07-20 11:45:56 +00:00
Sheldon Hearn
7d28680e93
General clean-up [0/1]: content
...
Clear extraneous Nm arguments.
Clarify some English.
Mark netgraph and ifconfig up as a cross-reference.
Remove apostrophe from a genitive ``its''.
2000-07-20 11:43:40 +00:00
Sheldon Hearn
a526cb9e31
Include a comment explaining the usual delay between writes and syncs.
2000-07-20 07:31:52 +00:00
Nick Hibma
499893c9a9
Typo.
...
Submitted by: Mike Meyer <mwm@mired.org>
2000-07-19 23:07:42 +00:00
Ben Smithurst
91e06c00a3
Document the rc.d system.
...
Suggested by: dcs
Reviewed by: alex, dcs, sheldonh
2000-07-19 19:08:08 +00:00
Jason Evans
c1110eb673
pthread_once --> pthread_once_t.
2000-07-19 16:38:07 +00:00
Sheldon Hearn
cdae8e9d4e
Remove mention of SYNCER_MAXDELAY and "thirty seconds", using more
...
general terms instead. This follows a discussion with alfred,
in which it became clear that I had misunderstood sched_sync().
2000-07-19 11:47:16 +00:00
Sheldon Hearn
9394f13010
Replace the obsolete update(4) manual page with syncer(4). I was
...
not abble to solicit review from <freebsd-hackers>.
2000-07-19 07:15:32 +00:00
Sheldon Hearn
785c4f1a3d
Clean up this new manual page. This delta includes content and
...
whitespace changes, which should not be a problem because this
is only the second revision of the file and translators are
unlikely to have gotten started yet.
Reviewed by: abial
2000-07-19 06:33:34 +00:00
Ben Smithurst
dff9235e4a
Define what is meant by brackets' and
braces'.
...
Suggested by: grog
2000-07-18 14:41:01 +00:00
Sheldon Hearn
9400b2896e
Order the cross-references in the SEE ALSO section correctly.
2000-07-18 13:03:09 +00:00
Sheldon Hearn
3ae5a45440
Clean up this new manual page. This delta includes content and
...
whitespace changes, which should not be a problem because this
is only the second revision of the file and translators are
unlikely to have gotten started yet.
Reviewed by: abial
2000-07-18 07:46:14 +00:00
Jason Evans
8e234adf86
Change my email address in the copyright notices for the sake of consistency
...
(jasone@canonware.com --> jasone@freebsd.org ).
2000-07-18 01:38:19 +00:00
Bill Paul
ead7cde9d1
Add the PCI IDs for the Macronix 98727 and 98732 parts. These are
...
3.3volt PCI/cardbus chipsets similar to the 98715 (and they have
512-bit hash tables). Also update the man page to mention the 98727/98732
and the SOHOware SFA110A Rev B4 card with the 98715AEC-C chip.
2000-07-17 19:27:41 +00:00
Ben Smithurst
de9bd90aa8
Remove some whitespace so the line with "brackets" changed to "angle
...
brackets" no longer touches the right edge of an 80 column display.
2000-07-17 19:05:57 +00:00
Bill Paul
5e59aa05b6
kue(4) and cue(4) do not need miibus.
2000-07-17 19:04:58 +00:00
Sheldon Hearn
f274479332
Rename MDNSECT to MD_NSECT and declare it as something that isn't
...
default in NOTES.
Requested by: bde
Approved by: phk
2000-07-17 13:13:04 +00:00
Jun-ichiro itojun Hagino
74f575394c
sync with latest kame doc. wording changes and updates
2000-07-17 02:37:26 +00:00
Jun-ichiro itojun Hagino
9c77442e63
bring in latest kame doc. talk about ah tunnel caveat.
2000-07-17 02:22:18 +00:00
Ben Smithurst
044e09a0a8
1. "braces" -> "brackets" when referring to [ and ].
...
PR: 19894
Submitted by: Tony Finch <dot@dotat.at>
2. "brackets" -> "angle brackets" when referring to < and >.
3. Clean up the bit about creating the usage() message. After clarifying a
couple of points the sentence became rather long, and rather poor English, so
it was converted to a enumerated list instead.
parts 1, 2, 3:
Reviewed by: sheldonh
2000-07-16 20:46:43 +00:00
Ben Smithurst
3fd5156000
"VFS entry point" -> "entry point", to be consistent with other VOP_*(9)
...
manual pages.
PR: 18593
Submitted by: Anatoly Vorobey <mellon@pobox.com>
2000-07-15 22:28:16 +00:00
Andrzej Bialecki
bd3cdc3105
These patches implement dynamic sysctls. It's possible now to add
...
and remove sysctl oids at will during runtime - they don't rely on
linker sets. Also, the node oids can be referenced by more than
one kernel user, which means that it's possible to create partially
overlapping trees.
Add sysctl contexts to help programmers manage multiple dynamic
oids in convenient way.
Please see the manpages for detailed discussion, and example module
for typical use.
This work is based on ideas and code snippets coming from many
people, among them: Arun Sharma, Jonathan Lemon, Doug Rabson,
Brian Feldman, Kelly Yancey, Poul-Henning Kamp and others. I'd like
to specially thank Brian Feldman for detailed review and style
fixes.
PR: kern/16928
Reviewed by: dfr, green, phk
2000-07-15 10:26:04 +00:00
Sheldon Hearn
b36ee384e6
Actually allow ``options MDNSECT=<numsects>'' in kernel configs to
...
specify the default maximum size of malloc(9)-backed md(4) devices
and complete the documentation of this option.
2000-07-14 12:14:13 +00:00
David E. O'Brien
4a19005c48
Revert rev 1.24.
...
Facts verfied by: mckusick
2000-07-13 22:40:50 +00:00
Stephen McKay
db6ccea640
Spelling.
2000-07-13 13:49:36 +00:00
Neil Blakey-Milner
d08c353b39
Update the st(4) and sd(4) references to sa(4) and da(4) respectively,
...
maintaining order, were the references ordered already.
PR: reminded by 19647
Submitted by: reminded by Jens Schweikhardt <schweik@noc.dfn.de>
2000-07-12 15:19:39 +00:00
Daniel Harris
dcecd67263
Add some missing articles (as in a, an, the).
2000-07-11 22:39:48 +00:00
Jeroen Ruigrok van der Werven
7bca8b217f
Install accept_filter.9
...
Forgotten by: alfred
2000-07-11 13:50:04 +00:00
Alfred Perlstein
ad9bccc5f7
attrib properly.
...
Pointed out by: asmodai
2000-07-10 19:20:08 +00:00
Alfred Perlstein
fb567cd9eb
Document the kernel interface for accept filters.
...
Thanks to sheldonh for cleaning up the rough initial manpage.
2000-07-10 17:23:53 +00:00
Ollivier Robert
65c14d9dc0
Correct one reference to wd.4 by ad.4.
2000-07-10 08:01:38 +00:00
Sheldon Hearn
dd25cbc7d1
Add md.4 to the build.
2000-07-07 11:57:02 +00:00
Sheldon Hearn
8057969f7e
Add phk's md(4) manual page, written by phk himself.
2000-07-07 11:52:03 +00:00
Bill Paul
e6a801c19b
Fix up the sis.4 man page per Sheldon Hearn:
...
* Clear the Os macro, which is assumed gracefully at run-off time.
* Use quotes to reduce the long name description (Nd) to a single
argument.
* Use meaningful arguments to the -width option of the Bl macro.
* Mark rc.conf up with Xr instead of Pa so that it is obvious that
further help on that file is available.
* Explicitly indicate that mediaopt is a command modifier (Cm) of
the ifconfig(8) utility.
* Do not mark up half-duplex and full-duplex as arguments (Ar),
since they are allowed values for an argument.
* Fix various grammar and spelling mistakes.
2000-07-06 19:30:20 +00:00
Bill Paul
95674596b9
Add support for the National Semiconductor DP83815 fast ethernet
...
controller chip. This chip is currently being used on the NetGear
FA312-TX adapter, which I guess is a replacement for the FA310-TX
(PNIC-based).
I added support for this chip by modifying the sis driver since
the SiS 900 and the NS DP83815 have almost the same programming
interface (the RX filter programming and PHY access methods are
different, but the general configuration, DMA scheme and register
layout are identical).
I would have had this done a lot sooner, but getting the damn MAC
address out of the EEPROM proved to be more complicated than expected.
2000-07-06 06:02:04 +00:00
Sheldon Hearn
afc3b53891
Introduce a new option, daily_status_disks_df_flags, which specifies
...
the command-line arguments to be used for the call to df(1) when
daily_status_disks_enable is set to YES.
The name of the new variable was chosen by the maintainer of our
periodic hierarchy, Brian Somers.
PR: 19631
2000-07-05 10:47:01 +00:00
Jun-ichiro itojun Hagino
f60386610a
sync with kame. more security warnings
2000-07-05 08:15:05 +00:00
Jun-ichiro itojun Hagino
4bfc7eeb68
sync with reality/latest kame
2000-07-04 16:39:23 +00:00
Ollivier Robert
2d311b79cd
- link ata.4 to {acd,ad,afd,ast}.4
...
- add the reference to ad.4 in da.4.
MFC candidate.
Submitted by: sheldonh, mpp
2000-07-04 16:32:46 +00:00
Nick Hibma
fd473ea108
Correct the text for the return value.
...
Submitted by: phk
2000-07-04 12:45:56 +00:00
Ollivier Robert
2ae7523515
Insert a reference to ata.4.
...
Discussed with: phk
2000-07-04 10:01:12 +00:00
Ollivier Robert
b388f1b766
Oops, there's no ad.4.
2000-07-04 09:37:06 +00:00
Ollivier Robert
fddc77af6f
Replace a reference to wd(4) to ad(4).
...
Found by: phk
2000-07-04 09:32:11 +00:00
Sheldon Hearn
8ca01badb9
Clear the obsolete argument to the Os macro.
...
Clear extraneous arguments to Nm.
Use Pa to mark up paths.
Use a single tagged list in the FILES section.
2000-07-03 12:56:00 +00:00
Jeroen Ruigrok van der Werven
83734e47d3
Fix up typo.
...
Add description of sshd_program variable.
Submitted by: Ashley Penney <ashp@unloved.org>,
Adrian Chadd <adrian@freebsd.org>
2000-07-03 12:34:27 +00:00
Garrett Wollman
9ec4c09af1
Use consistent markup for literals and quoted metasyntactic variables.
...
Left unfixed: `NIS' should be marked up as a tradename.
2000-06-30 15:59:48 +00:00
Garrett Wollman
c9e5fb39e5
Spell `99%' correctly.
2000-06-30 15:28:06 +00:00
Garrett Wollman
4469e49ba8
Fix spelling of `whose'.
2000-06-30 15:22:18 +00:00
Sheldon Hearn
c5eadb2bdb
Do not link bktr.4 and bt.4 into ../, since these are no longer
...
installed from man4.i386.
PR: 19601
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
2000-06-30 11:50:46 +00:00
Sheldon Hearn
98a83e2dd1
Use "yesterday's" instead of "yesterdays" as required for correct
...
grammar.
Since this pushes the line to an unacceptable length, apply the
accepted line breaking style.
2000-06-30 11:24:31 +00:00
Brian Somers
1fb83b0a07
De-spam (oops!)
...
Spotted by: sheldonh
2000-06-30 11:18:19 +00:00
Brian Somers
2d60050a94
Add $daily_status_mail_rejects_logs, defaulting to 3 to control
...
how many /var/log/maillog* files to check
PR: 19587
2000-06-30 09:41:16 +00:00
Brian Somers
136a5ce64d
Reword the description of weekly_status_pkg_enable (although not
...
quite how Sheldon suggested)
Suggested by: sheldonh
2000-06-27 12:04:43 +00:00
Brian Somers
0ae3b944b5
Add weekly_status_pkg_enable (defaults to NO)
2000-06-27 11:20:08 +00:00
Brian Somers
5cda06b8b7
Mention $daily_accounting_compress
...
Forgotten by: Ben & I
2000-06-27 10:52:21 +00:00
Archie Cobbs
b3fed38d39
Update to reflect new ng_ether(4) hooks.
...
Remove 'options NETGRAPH' requirement.
2000-06-27 00:09:49 +00:00
Sheldon Hearn
ad61de5c4e
The rand_irqs variable was removed in rev 1.67 of rc.conf. Remove it
...
from the documentation also.
2000-06-26 08:29:47 +00:00
Mike Pritchard
db3af44eb0
Remove some mis-leading text from the "Libraries" section.
2000-06-24 23:02:01 +00:00
Brian Somers
f3e285ba7d
Introduce /etc/defaults/periodic.conf, similar in concept to rc.conf.
...
The only change in the default functionality should be that
the output reports are slightly more verbose WRT files deleted.
Not objected to by: freebsd-arch
2000-06-23 01:18:31 +00:00
Sheldon Hearn
37f653195d
Use sub-sections (Ss) to categorize diagnostics and rationalize
...
diagnostic lists (Bl -diag) so that there is one per section.
Since this change creates a large delta, enforce line-breaking
style while I'm here.
These changes have blanket approval from (but were not reviewed
by) the author.
2000-06-22 08:32:54 +00:00
Alexander Langer
aa3524dbd4
mdoc style cleanup: newline for new sentence.
...
Submitted by: sheldonh
2000-06-20 15:05:06 +00:00
Alexander Langer
22d8007635
rc.local is no longer a default.
...
PR: 19314
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
2000-06-20 10:30:50 +00:00
Alexander Langer
8f8b4df79a
Fix typo (accessable --> accessible) and add period.
...
PR: 18588
Submitted by: Anatoly Vorobey <mellon@pobox.com>
Reviewed by: asmodai
2000-06-14 17:53:11 +00:00
Jake Burkholder
51255f9da7
Add MLINKS for queue(3) FOREACH_REVERSE and HEAD_INITIALIZER macros.
...
Forgotten by: jake, archie
2000-06-12 15:28:08 +00:00
Alexander Langer
505f2a7ecf
Document possible values for the waitfor arg.
...
PR: 18627, 18628
Reviewed by: asmodai
2000-06-12 13:53:04 +00:00
Jake Burkholder
03763fe07f
(1) document *_HEAD_INITIALIZER
...
(2) fix a STAILQ_HEAD that should have been STAILQ_FIRST
Requested by: (1) bde
(2) W Gerald Hicks <jhix@mindspring.com>
2000-06-10 16:41:07 +00:00
Jeroen Ruigrok van der Werven
9f32f83458
Fix alphabetical ordering of supported ATA-chipsets.
2000-06-10 13:38:40 +00:00
Alexander Langer
dc661e78a8
Remove XXX: Describe if_init().
...
Reviewed by: asmodai
2000-06-10 10:23:06 +00:00
John Baldwin
8a28ce0e42
Document flags 0x100 in syscons.4, and document syscons' flags in LINT.
...
Reviewed by: yokota, obrien
2000-06-09 23:47:30 +00:00
Brian Somers
64e475537d
Document $clear_daily_*
2000-06-09 17:07:59 +00:00
Alexander Langer
9092a4bca7
Add bus_alloc_resource.9 and bus_release_resource.9.
...
bus_release_resource.9 contains a paragraph obtained from a mail
by Warner Losh <imp@FreeBSD.org> to myself.
Reviewed by: asmodai, hoek; in parts by msmith, mdodd and imp
2000-06-08 21:00:12 +00:00
Jeroen Ruigrok van der Werven
9549ae76d5
Remove \n I overlooked in a previous commit.
...
PR: 19111
Submitted by: R. Matthew Emerson <rme@nightfly.apk.net>
2000-06-08 13:29:41 +00:00
Ruslan Ermilov
30592a1799
Document /usr/lib/aout.
...
PR: conf/18167
2000-06-07 07:41:09 +00:00
Andrey A. Chernov
c661df54c3
Wording: reset to normal ANSI value -> reset to the normal color
2000-06-06 06:14:37 +00:00
Andrey A. Chernov
d2cb162e9c
ANSI attribute -> video attribute, was confused by wrong syscons comment
2000-06-06 00:19:51 +00:00
Andrey A. Chernov
9d95519b5b
initial -> normal (since this term used in syscons too)
...
Explicitly mark ANSI colors from non-ANSI
2000-06-06 00:03:38 +00:00
Andrey A. Chernov
30c768bd37
Properly mark all sequences which set initial colors.
...
Clean color tables.
2000-06-05 23:50:00 +00:00
Andrey A. Chernov
96a7b7f843
Specify parameters ranges for E[...x
2000-06-05 23:24:37 +00:00
Andrey A. Chernov
f396b96167
Document E[39m and E[49m
...
Describe whole E[...x set
2000-06-05 23:01:58 +00:00
Ruslan Ermilov
c5f8035bad
/usr/mdec has gone 1.5 years ago.
2000-06-05 16:14:51 +00:00
Jeroen Ruigrok van der Werven
7603b950ef
VFS_CHECKEXP.9:
...
Fix typo.
Fix description.
VFS_FHTOVP.9:
Fix order in which the manpage says the calls should be made.
PR: 18590
Submitted by: Anatoly Vorobey <mellon@pobox.com>
2000-06-04 15:31:12 +00:00
Gerard Roudier
334705dd0f
Submitted by: Sheldon Hearn
...
Miscellaneous fixes.
2000-06-04 14:58:40 +00:00
Sheldon Hearn
f5b5fc6c75
Document the NewReno sysctl knob.
...
Submitted by: jlemon
2000-06-02 13:12:36 +00:00
Chris Costello
92e24ad483
Replace `manual(section)' references with proper .Xr statements.
2000-05-31 21:33:15 +00:00
David E. O'Brien
5c0accbea6
Fix long lines.
2000-05-28 17:18:14 +00:00
Doug Rabson
823234556f
Add documentation for taskqueue apis.
2000-05-28 16:53:50 +00:00
Gerard Roudier
efac3cd1d3
Reviewed by: David O'Brien
...
Document driver support for:
- Early NCR53C810/815/825 chips.
- Newer chip architectural improvements (Hardware phase
mismatch and LOAD/STORE instructions).
2000-05-28 12:59:18 +00:00
David E. O'Brien
1980871282
Move adv.4, adw.4, aha.4, ahb.4, bktr.4, bt.4, dpt.4, ed.4, joy.4, ppc.4,
...
sym.4, and wi.4 to the MI area.
2000-05-28 03:27:49 +00:00
Chris Costello
d2e7a6a46f
Fix a misspelling: undefied -> undefined
2000-05-27 22:02:32 +00:00
Mike Smith
c944dedc6f
Manpage for the 'twe' driver.
2000-05-24 23:48:15 +00:00
Tim Vanderhoek
bca1f3c245
The LOCKPARENT flag is singular. It doesn't work causing complications
...
is also a singular fact.
2000-05-21 03:23:10 +00:00
Tim Vanderhoek
8d15625944
No be needed here --- "typo".
2000-05-21 03:16:35 +00:00
Tim Vanderhoek
7f9d55b4fb
Typos, missing words. I don't believe any of these are relevant to
...
translators.
2000-05-21 03:06:28 +00:00
Mike Pritchard
17c73e2bb2
Update the man page to match utmp.h.
2000-05-19 18:24:23 +00:00
Chris Costello
878f9ca614
Replace a manual.section file reference with a proper mdoc(7) .Xr
...
reference.
PR: 18625
Submitted by: Alexander Langer <alex@cichlids.com>
2000-05-18 00:20:55 +00:00
Paul Richards
1c7d91744e
Correct duplicate use of word "been" in a sentence.
2000-05-12 15:31:54 +00:00
Alexey Zelkin
ec7b386bd7
Fix typo
...
Spoted by: bde
2000-05-12 10:50:04 +00:00
Alexey Zelkin
547be285ff
. insert forgotten by someone "Space Mode on" directive. It caused displaying
...
of all macros placed after FILES section w/o any space characters.
. slightly correct usage of .An macros.
2000-05-12 09:10:40 +00:00
Alexey Zelkin
4e8867b96e
Place $FreeBSD$ tag to correct location (bottom of the copyright)
2000-05-12 08:37:08 +00:00
Alexey Zelkin
7a7ec99e11
Fix driver source location path (/sys/i386/isa/fd.c -> /sys/isa/fd.c)
2000-05-12 08:36:36 +00:00
Alexey Zelkin
2865e1d51a
Use .An macro for declare Authors Name in AUTHORS section
2000-05-12 08:32:56 +00:00
Alexey Zelkin
cb4f041e3f
Add MLINKS: scsi.4 -> SCSI.4, scsi.4 -> CAM.4
2000-05-12 08:32:09 +00:00
Alexey Zelkin
9541d9c0b3
. replace CONFIGURATION section name with SYNOPSYS as mdoc(7) style declare.
...
. remove redundant paragraph breaks.
. fix typo (.Sj -> .Sh)
2000-05-12 08:30:58 +00:00
Alexey Zelkin
a95fa6b5e8
Properly mdoc'ify this manual page: remove all direct troff formating
...
directives, apply correct mdoc(7) Blocks and Lists formatting.
2000-05-12 08:28:01 +00:00
Alexey Zelkin
e2325e1954
Add MLINKS: bktr.4 -> booktree.4
2000-05-12 08:14:11 +00:00
Alexey Zelkin
f2a90ca5a3
Remove osolete reference to eg(4), properly use mdoc macro `.Nm'
2000-05-12 08:10:22 +00:00
Alexey Zelkin
f8316c1042
Add MLINKS for all macros decribed in queue.3 manpage.
2000-05-12 07:58:37 +00:00
Chris Costello
08896eb5ec
Document the `new' fdesc--now that it belongs only on /dev/fd, remove all
...
non-/dev/fd related documentation (such as that for stdin, stdout, tty).
Update the fstab line to refer to /dev/fd instead of /dev.
2000-05-11 22:20:23 +00:00
Bruce Evans
1c171d7474
Abuse .Fn for macros better (don't hand-format the parameter string by
...
quoting it all and adding commas).
Don't say that the expression in KASSERT() is an int. It is a collection
of tokens forming a C expression that can be compared with 0.
2000-05-11 16:54:52 +00:00
Bruce Evans
7925aadbe5
Removed bogus quoting of single tokens in a .Fn invocation. This helps
...
my synopsis checker decide which .Fn's are for prototypes (most function
parameters require quoting because they have multiple tokens).
2000-05-11 16:39:33 +00:00
Bruce Evans
b1f2329c99
Fixed bitrot. The changes from buf to bio had not reached here.
2000-05-11 16:25:03 +00:00
Bruce Evans
009e3322f2
Abuse .Ft and .Fn for macros in the usual way (name the macro parameters,
...
and don't use .It for the macro pseudo-return type).
2000-05-11 16:22:38 +00:00
Bruce Evans
27010737a9
"Fixed" missing include in synopsis. POSIX.1-1996 only specifies
...
including <signal.h>, but that must be a bug in POSIX.1, because it
also specifies that the relevant prototype is [only] in <pthread.h>.
2000-05-11 16:13:18 +00:00
Bruce Evans
ce8973f06a
Fixed misspelling of a struct tag in a function parameter type.
2000-05-11 16:03:38 +00:00
Darren Reed
08aa4ea3b8
patch from Alexey Zelkin
2000-05-11 00:44:35 +00:00
Jeroen Ruigrok van der Werven
24b97f0eb0
Add more substance to the amr.4 manpage.
...
Submitted by: msmith
2000-05-10 18:45:20 +00:00
Archie Cobbs
5feb7588af
Update man page to reflect new IPv6 hook. Simplify Makefile.
2000-05-10 16:54:40 +00:00
Darren Reed
e9c7bebf95
Add pfil(9) subroutines and manpage from NetBSD.
2000-05-10 13:37:51 +00:00
Sheldon Hearn
0f5fcaa3f1
Supply only one author name per instance of %A, as per mdoc.samples(7).
...
PR: 18465
Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-05-10 09:49:04 +00:00
Tim Vanderhoek
b17407bbe3
Small grammar gnit.
2000-05-09 20:35:13 +00:00
Mike Pritchard
b68d89eb4c
Spelling fix: despatching -> dispatching. This makes the
...
spelling consistent throughout the man page.
PR: docs/18467
Submitted by: Alexander N. Kabaev <ak03@gte.com>
2000-05-09 18:52:26 +00:00
Mike Pritchard
9dca1aebb4
Correct a patch name and use the correct macro for displaying it.
...
PR: docs/18468
Submitted by: Anatoly Vorobey <mellon@pobox.com>
2000-05-09 18:44:34 +00:00
Matthew Hunt
0486ee6f1f
Correct "it's" to "its".
...
PR: 18469
Submitted by: Anatoly Vorobey <mellon@pobox.com>
2000-05-09 18:08:52 +00:00
Sheldon Hearn
68acfb0617
Update the builtin(1) manpage to reflect changes since the csh(1)
...
to tcsh(1) upgrade. The following commands were added as builtins:
bindkey
builtins
complete
echotc
filetest
hup
log
ls-F
printenv
sched
settc
setty
telltc
uncomplete
where
The printf builtin was removed.
2000-05-09 14:59:06 +00:00
Sheldon Hearn
f167d7fb3e
Fix miscellaneous mdoc macro argument limit infringements.
...
PR: 18465
Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
2000-05-09 14:02:06 +00:00
Sheldon Hearn
123b196a08
Fix nits in previous commit: hard sentence break and grammar.
2000-05-09 08:09:31 +00:00
Tim Vanderhoek
eee0e29c1d
.Xr vgl 3 ,
...
PR: kern/14566
2000-05-09 02:52:39 +00:00
Andrey A. Chernov
66d95f178a
Describe firewall_logging option
2000-05-08 21:10:33 +00:00
Sheldon Hearn
4f262adde3
Remove the MLINKS entry for cwd, since it's no longer listed in the
...
builtin.1 page.
2000-05-08 16:23:56 +00:00
Sheldon Hearn
07593bef67
Remove the bogusly inserted ``cwd'' which isn't a builtin command
...
to sh, csh nor tcsh.
Fix the header line of the table to use cross-references and
emphasis.
2000-05-08 15:59:23 +00:00
Mike Smith
d50e5bd5cc
For tape devices, 'r' means REWIND, not RAW.
2000-05-07 21:47:07 +00:00
Archie Cobbs
12aef8b7e9
AUTHOR -> AUTHORS
2000-05-05 17:08:55 +00:00
Archie Cobbs
7a52493f42
Document the new statistics control messages.
...
Add a note about the IP header asymmetry on the "lower" hook.
2000-05-05 01:20:28 +00:00
Alexey Zelkin
6d0a2eea64
Add libipsec to the list of available libraries
2000-05-04 17:58:22 +00:00
Archie Cobbs
bec35b9a5f
Move netgraph node type man pages from section 8 to section 4.
2000-05-04 17:54:37 +00:00
Archie Cobbs
95d7878ce0
Move netgraph node type man pages from section 8 to section 4.
2000-05-04 17:40:13 +00:00
Sheldon Hearn
c6508ae245
Remove hard sentence breaks introduced in rev 1.9.
2000-05-04 17:30:46 +00:00
Alexey Zelkin
a8e2142b2f
Document .Fx',
.Nx' and `.Ox' macros as callable and parsable.
2000-05-04 16:25:27 +00:00
Alexey Zelkin
2a53c5ec96
mdoc(7) cleanup:
...
. use real function names as `.Nm' macro argument in NAME section. It allows
them to appear in apropos(1) or whatis(1) output.
. replace empty lines with `.Pp' macro.
. replace hardcoded standard names with their `.St' macro equivalents.
. sort cross references in SEE ALSO section
2000-05-04 08:05:45 +00:00
Archie Cobbs
ac4a79b0fb
Formatting tweak.
...
PR: docs/18292
2000-05-03 16:46:10 +00:00
Jason Evans
97f2978aa0
Add missing .El macro.
2000-05-03 08:50:43 +00:00
Nick Hibma
bf1b6fe5ee
Update my e-mail address
2000-05-02 11:58:47 +00:00
Jason Evans
4c089f4dff
Add missing man pages. Fix various compliance bugs, mostly having to do with
...
error return values. Implement pthread_mutexattr_gettype().
PR: docs/16537, docs/17538
2000-05-02 06:51:40 +00:00
Nick Hibma
98516badc6
Include udbp.4 in the build
2000-05-01 22:58:18 +00:00
Nick Hibma
b5ea1f0c77
The USB double bulk pipe driver (Host to host cables). Currently there
...
are two supported chips, the NetChip 1080 (only prototypes available)
and the EzLink cable. Any other cable should be supported however as they
are all very much alike (there is a difference between them wrt
performance).
It uses Netgraph.
This driver was mostly written by Doug Ambrisko and Julian Elischer and
I would like to thank Whistle for yet another contribution. And my
aplogies to them for me sitting on the driver for so long (2 months).
Also, many thanks to Reid Augustin from NetChip for providing me with a
prototype of their 1080 chip.
Be aware of the fact that this driver is very immature and has only been
tested very lightly. If someone feels like learning about Netgraph however
this is an excellent driver to start playing with.
2000-05-01 22:48:23 +00:00
Nick Hibma
5aa6a276ed
Remove some trailing zeroes.
2000-05-01 22:09:15 +00:00
Archie Cobbs
6c1d0fbf06
Document TAILQ_FOREACH_REVERSE() and CIRCLEQ_FOREACH_REVERSE() macros.
...
Submitted by: Jake Burkholder <jburkhol@home.com>
2000-05-01 18:22:59 +00:00
Alexey Zelkin
7c5bc32c0d
Make kame.4 manpage more FreeBSD specific. Replace some KAME kit directory and
...
file names with its FreeBSD equivalents.
Remove references to some debuging tools which would never appear in FreeBSD.
Use mdoc(7) macros in proper places.
Give a credit to Youshinobu Inoue for his efforts on KAME kit integration to
the FreeBSD main source tree.
2000-05-01 14:09:23 +00:00
Julian Elischer
ac4445057f
Update the man page to reflect the recent changes to the kernel API for
...
netgraph.
2000-04-30 10:01:11 +00:00
Dag-Erling Smørgrav
6e124cb076
Fix language in description of firewall_script.
...
Submitted by: sheldonh
2000-04-27 10:41:53 +00:00
Dag-Erling Smørgrav
c1ebbb06ed
Document firewall_script
2000-04-27 09:10:53 +00:00
Brian S. Dean
ee4619f2a7
Back out the hook to execute the file ${firewall_type}. The intended
...
purpose of the hook was to provide the ability for a shell program to
instantiate the firewall rules instead of forcing them to be
statically coded. This functionality was already present through the
use of ${firewall_script}, and I see no need to keep the
${firewall_type} hook around.
Reminded by: Dag-Erling Smorgrav <des@freebsd.org>
2000-04-27 00:48:59 +00:00
David E. O'Brien
92c4078faf
"r" (raw) devices aren't named the traditional way any longer.
2000-04-26 12:54:51 +00:00
Garrett Wollman
5d5e482682
Add punctuation to make a sentence more readable.
2000-04-25 16:40:57 +00:00
Bill Paul
ab649eb7d9
Add "device miibus" to SYNOPSIS section.
2000-04-24 02:01:56 +00:00
Alexey Zelkin
be08c04ecb
Add expanded information about .Lb macro
2000-04-23 14:50:38 +00:00
Alexey Zelkin
e4c2649e73
Add information about newly added .Lb macro
2000-04-23 14:49:22 +00:00
Chris Costello
5bd15102b5
Update the `file' entry to reflect its nature as a symbolic link.
2000-04-22 18:19:54 +00:00
Alexey Zelkin
d8a7868820
Introduce .Lb macro to libc_r manpages.
2000-04-22 15:50:29 +00:00
Bill Paul
a83b508eb4
Update to include info about the 1000baseTX adapters.
2000-04-22 02:17:44 +00:00
Brian Feldman
2b191cdcc1
Poul-Henning's changes necessitate s/bp->b_flags/bp->b_io/bio_cmd/.
2000-04-21 01:19:53 +00:00
Brian Feldman
447bb3d818
s/of possible/if possible/
2000-04-21 01:14:33 +00:00
Chris Costello
5135e05024
Add a .Pp between the forklist_fn typedef and the at_fork prototype.
2000-04-19 02:43:04 +00:00
Chris Costello
72090231ad
Replace a literal vertical space with a .Pp macro.
2000-04-19 02:42:11 +00:00
Chris Costello
98914f5e46
Fill in a missing word (`it').
2000-04-19 02:32:41 +00:00
Brian S. Dean
4d5787a2ba
Update the man page regarding the behaviour for the ${firewall_type}
...
variable.
Reminded by: Ruslan Ermilov <ru@FreeBSD.org>
2000-04-17 12:48:29 +00:00
Mike Smith
9b58ae8693
Flesh this manpage out; add a more complete list of supported controllers
...
and add a list of controller diagnostic messages.
2000-04-11 02:53:45 +00:00
Doug Rabson
4bfe86c042
Use the existing Fx macros for rendering "FreeBSD ver".
...
Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
2000-04-10 08:21:16 +00:00
Archie Cobbs
807a5caa14
Add ng_mppc(8) netgraph node as a KLD module.
...
Obtained from: Whistle source tree
2000-04-09 21:07:39 +00:00
Doug Rabson
c685012659
Add manpage for kernel object system.
2000-04-08 13:24:40 +00:00
Boris Popov
8fc40832d5
Uncomment ETHER_II frame and remove BPF related variable.
2000-04-06 03:09:56 +00:00
Warner Losh
0d5c223da4
Awi driver, ported from NetBSD from Atsushi Once-san.
...
From the README:
Any IEEE 802.11 cards use AMD Am79C930 and Harris (Intersil) Chipset
with PCnetMobile firmware by AMD.
BayStack 650 1Mbps Frequency Hopping PCCARD adapter
BayStack 660 2Mbps Direct Sequence PCCARD adapter
Icom SL-200 2Mbps Direct Sequence PCCARD adapter
Melco WLI-PCM 2Mbps Direct Sequence PCCARD adapter
NEL SSMagic 2Mbps Direct Sequence PCCARD adapter
Netwave AirSurfer Plus
1Mbps Frequency Hopping PCCARD adapter
Netwave AirSurfer Pro
2Mbps Direct Sequence PCCARD adapter
Known Problems:
WEP is not supported.
Does not create IBSS itself.
Cannot configure the following on FreeBSD:
selection of infrastructure/adhoc mode
ESSID
...
Submitted by: Atsushi Onoe <onoe@sm.sony.co.jp>
2000-04-06 02:48:48 +00:00
Sheldon Hearn
fb5bdb8e1a
Whitespace change:
...
Remove single-space hard sentence break introduced in the previous
commit.
Reviewed by: jmb
2000-04-04 15:32:37 +00:00
Sheldon Hearn
793da78f5f
Explain static numbering.
...
Reviewed by: asmodai
2000-04-03 13:07:33 +00:00
Kazutaka YOKOTA
a890573afa
Brush up the last commit.
...
- Change some expressions.
- Wrap "resume" in single quotes to maintain consistency.
Submitted by: sheldonh
2000-04-03 09:40:04 +00:00
Chris Costello
2b66e5a322
- Add HPFS and NWFS vnode tags.
...
- Update ``struct vnode'' changes from revisions 1.91, 1.94, 1.98, 1.101,
1.102.
Reviewed by: alfred
2000-04-02 23:53:57 +00:00
Jonathan M. Bresler
4c9805fafa
Add support for the LinkSys USB10T network adapter that
...
contains the ADMtek Pegasus AN986 USB chipset. The
adapter supports both 10BaseT and 100BaseT (including
full-duplex). The product code for these adapters is
0x2206.
2000-04-02 12:43:34 +00:00
Jeroen Ruigrok van der Werven
42a3fc35e6
Add and install BUS_SETUP_INTR.9.
...
This effectively replaces BUS_CREATE_INTR.9 and BUS_CONNECT_INTR.9.
Reviewed by: n_hibma
2000-04-02 12:00:52 +00:00
Jeroen Ruigrok van der Werven
03be717064
Get rid of the manpages for BUS_CREATE_INTR() and BUS_CONNECT_INTR().
...
These got replaced by BUS_SETUP_INTR().
This once again illustrates an API change without informing -doc, so
that these sort post cleanup actions could've been avoided.
And then people wonder why the docs suck so much at times.
Reviewed by: peter
2000-04-02 09:25:15 +00:00
Kazutaka YOKOTA
acfa4a6152
- Reflect recent update.
2000-04-02 08:25:34 +00:00
Greg Lehey
50e5b475ca
Enable installation of picobsd.8
2000-04-02 04:32:44 +00:00
Jeroen Ruigrok van der Werven
b25cda8a80
Remove spurious .Fc which caused this manpage to be closed
...
prematurely.
2000-04-01 20:31:07 +00:00
Warner Losh
5f5d95c381
Add notes about pci support.
2000-04-01 06:46:17 +00:00
Matthew Dillon
8d1b3828fa
Add a sysctl to specify the amount of UDP receive space NFS should
...
reserve, in maximal NFS packets. Originally only 2 packets worth of
space was reserved. The default is now 4, which appears to greatly
improve performance for slow to mid-speed machines on gigabit networks.
Add documentation and correct some prior documentation.
Problem Researched by: Andrew Gallatin <gallatin@cs.duke.edu>
Approved by: jkh
2000-03-27 21:38:35 +00:00
Ollivier Robert
372a968a3f
Really remove all traces of wst.4 from the Makefile.
...
Re-broken by: n_hibma :)
2000-03-27 15:22:18 +00:00
John Baldwin
266e33fd51
Update STAILQ example to use STAILQ_REMOVE_HEAD instead of
...
TAILQ_REMOVE_HEAD.
PR: docs/17590
Submitted by: Benno Rice <benno@netizen.com.au>
2000-03-27 13:26:45 +00:00
Nick Hibma
263dcd2e0e
USB Zip 250 drives are now supported
...
Obtained from: Anders Andersson <anders@sanyusan.se>
2000-03-27 09:02:01 +00:00
Nick Hibma
fc560dade0
Undo the previous commit. Early morning commits are no good either. I
...
meant to commit umass.4
2000-03-27 08:59:53 +00:00
Philippe Charnier
46a32e616a
Remove duplicate word
2000-03-26 15:24:53 +00:00
Hellmuth Michaelis
c5ee9e177f
pcvt cleanup. Update the pcvt(4) manpage to reflect current state.
2000-03-26 12:41:37 +00:00
Dag-Erling Smørgrav
0dc1442459
s/curproc/self/
...
Spotted by: Ben Smithurst <ben@scientia.demon.co.uk>
2000-03-26 12:20:35 +00:00
Dag-Erling Smørgrav
2bf98c0933
Add a manpage for linprocfs.
2000-03-25 14:03:31 +00:00
Mike Pritchard
3f7da69fb7
Fix some spelling errors.
2000-03-24 02:17:04 +00:00
Mike Pritchard
1e8b4cd2af
Fix a couple of typos and make the FILES section follow mdoc style.
2000-03-24 01:57:57 +00:00
Mike Pritchard
d905b0b639
Minor style fixes: freebsd.org -> FreeBSD.org
2000-03-24 01:49:46 +00:00
Bill Fumerola
5cd7bd7381
Grammar nit ("has not got a very good recovery" -> "does not recover well")
2000-03-24 01:41:58 +00:00
Mike Pritchard
3d647f8bbb
Minor style fixes: freebsd.org -> FreeBSD.org
2000-03-24 01:37:42 +00:00
Mike Pritchard
e367572bf3
mdoc style fixes.
2000-03-24 01:15:04 +00:00
Mike Pritchard
9096f97fa1
Fix a spelling error.
2000-03-24 00:47:49 +00:00
Bruce Evans
1025a2007f
Fixed missing #include of <sys/types.h> in synopsis.
2000-03-23 16:20:20 +00:00
Bruce Evans
25435b71b6
Fixed bitrot in synopsis (the third arg of vsunlock went away).
2000-03-23 14:33:14 +00:00
Ruslan Ermilov
a7c8373196
Refer to the correct include file for the IPTOS_XXX constants.
2000-03-22 16:02:49 +00:00
Nick Hibma
7cbbc9fc2b
Remove the trailing zeroes on the entries for the kernel config.
...
Submitted by: Anders Andersson <anders@sanyusan.se>
2000-03-22 10:18:43 +00:00
Jeroen Ruigrok van der Werven
8abb3721a5
Remove trailing comma.
2000-03-21 17:34:56 +00:00
Jeroen Ruigrok van der Werven
5cba0139b0
As bde was kind to point out:
...
"Man pages shouldn't refer to higher level interfaces
built using the interfaces in the man pages."
Submitted by: bde
2000-03-21 16:38:19 +00:00
Jeroen Ruigrok van der Werven
dc027c46a6
Fix lameness I introduced by typing the Xr as a filename, sigh.
2000-03-21 13:46:57 +00:00
Jeroen Ruigrok van der Werven
25216c5cfb
Fix EXAMPLE -> EXAMPLES.
...
Add Xr's for SPLASSERT and CONDSPLASSERT.
2000-03-21 13:21:36 +00:00