Ruslan Ermilov
bf7f20c2b6
Assorted markup, spelling, and grammar fixes.
2004-06-16 08:33:57 +00:00
Pawel Jakub Dawidek
af03fdc4cc
NG_ONE2MANY_XMIT_ALL algorithm should also be listed here.
...
Submitted by: Michel Lavonds <fox@vader.aacc.cc.md.us>
Approved by: archie
2004-05-17 19:35:40 +00:00
Ruslan Ermilov
b462702f94
A simple packet distribution node type that acts like an Ethernet hub.
2004-04-17 12:42:17 +00:00
Pawel Jakub Dawidek
45c8a69994
New failure detection algorithm was backed out, so backout manual
...
page change as well.
Requested by: scottl (mentor)
2004-02-20 09:52:26 +00:00
Pawel Jakub Dawidek
4977f29fd0
Update manual page (new failure detection algorithm was added).
...
Approved by: scottl (mentor)
2004-02-19 17:05:32 +00:00
Wes Peters
351cb04192
PR: docs/58586
...
Submitted by: Chris S.J. Peron <maneo@bsdpro.com>
2004-01-23 05:24:06 +00:00
Tom Rhodes
acd417173e
Correct order of alignment in EXAMPLES.
...
PR: 42760
Submitted by: Christian Brueffer <chris@unixpages.org>
2003-01-06 22:52:57 +00:00
Ruslan Ermilov
32eef9aeb1
mdoc(7) police: Use the new .In macro for #include statements.
2001-10-01 16:09:29 +00:00
Jens Schweikhardt
c1f3e4bf21
Removed whitespace at end-of-line; no content changes. I simply did
...
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b
MFC after: 7 days
2001-07-14 19:41:16 +00:00
Ruslan Ermilov
3d45e180f4
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 15:31:11 +00:00
Archie Cobbs
cd5774da2f
Fix typo.
...
Noticed by: ade
2001-05-16 01:25:29 +00:00
Ruslan Ermilov
3f610476ac
mdoc(7) police: in mdocNG, -offset and -width values without scaling
...
indicator are treated as strings, so "-offset 0" will set the offset
to the width of the string "0", as opposed to "no offset".
TIP: if offset is not needed, the -offset clause may be omitted.
2001-03-09 16:22:37 +00:00
Bruce Evans
f0e6bbc074
Fixed missing include in synopsis. <sys/types.h> is still a prerequisite
...
for almost everything.
2001-02-06 01:33:08 +00:00
Ruslan Ermilov
d0353b836e
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
Julian Elischer
d30293b3ff
Add a new distribution algorythm to the 'one2many' node type.
...
The new method is 'flood' (in addition to the old round-robin)
in which incoming packets are sent to more than one outgoing hook.
(I'm not sure what Rogier is using this for but it seems generally useful
and isn't much extra)
Submitted by: Rogier R. Mulhuijzen (drwilco@drwilco.net )
2001-01-28 15:37:06 +00:00
Ruslan Ermilov
3136363f3e
Prepare for mdoc(7)NG.
2000-12-29 09:18:45 +00:00
Archie Cobbs
894fbb6682
Fix typo.
...
Submitted by: Ben Smithurst <csxbcs@comp.leeds.ac.uk>
2000-12-08 21:01:47 +00:00
Archie Cobbs
6e8d625628
New netgraph node type ng_one2many(4).
2000-11-16 05:58:33 +00:00