man: Spelling fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
This commit is contained in:
parent
85e3c87c82
commit
ac0817ef66
|
|
@ -237,7 +237,7 @@ state the port for list for STP BPDUs and drop all other traffic.
|
||||||
.B 2
|
.B 2
|
||||||
- STP LEARNING state. Only valid if STP is enabled on the bridge. In this
|
- STP LEARNING state. Only valid if STP is enabled on the bridge. In this
|
||||||
state the port will accept traffic only for the purpose of updating MAC
|
state the port will accept traffic only for the purpose of updating MAC
|
||||||
adress tables.
|
address tables.
|
||||||
.sp
|
.sp
|
||||||
|
|
||||||
.B 3
|
.B 3
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
.TH IFCFG 8 "September 24 2009" "iproute2" "Linux"
|
.TH IFCFG 8 "September 24 2009" "iproute2" "Linux"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
ifcfg \- simplistic script which replaces ifconfig IP managment
|
ifcfg \- simplistic script which replaces ifconfig IP management
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.ad l
|
.ad l
|
||||||
.in +8
|
.in +8
|
||||||
|
|
|
||||||
|
|
@ -172,7 +172,7 @@ Number of dropped conntrack entries to make room for new ones, if maximum table
|
||||||
size was reached.
|
size was reached.
|
||||||
.sp
|
.sp
|
||||||
.B icmp_error
|
.B icmp_error
|
||||||
Number of packets wich could not be tracked due to error situation. This is a
|
Number of packets which could not be tracked due to error situation. This is a
|
||||||
subset of \fBinvalid\fP.
|
subset of \fBinvalid\fP.
|
||||||
.sp
|
.sp
|
||||||
.B expect_new
|
.B expect_new
|
||||||
|
|
|
||||||
|
|
@ -394,7 +394,7 @@ socket, and spawning an application such as
|
||||||
\&. This approach's advantage is that tc will place the file descriptors
|
\&. This approach's advantage is that tc will place the file descriptors
|
||||||
into the environment and thus make them available just like stdin, stdout,
|
into the environment and thus make them available just like stdin, stdout,
|
||||||
stderr file descriptors, meaning, in case user applications run from within
|
stderr file descriptors, meaning, in case user applications run from within
|
||||||
this fd-owner shell, they can terminate and restart without loosing eBPF
|
this fd-owner shell, they can terminate and restart without losing eBPF
|
||||||
maps file descriptors. Example invocation with the previous classifier and
|
maps file descriptors. Example invocation with the previous classifier and
|
||||||
action mixture:
|
action mixture:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -197,7 +197,7 @@ priority yielded a class, enter the fallback algorithm.
|
||||||
The fallback algorithm resides outside of the loop and is as follows.
|
The fallback algorithm resides outside of the loop and is as follows.
|
||||||
.TP
|
.TP
|
||||||
(i)
|
(i)
|
||||||
Consult the defmap of the class at which the jump to fallback occured. If
|
Consult the defmap of the class at which the jump to fallback occurred. If
|
||||||
the defmap contains a class for the
|
the defmap contains a class for the
|
||||||
.B
|
.B
|
||||||
priority
|
priority
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@ belong to an application. See kernel and cgroup documentation for details.
|
||||||
.SH QDISC PARAMETERS
|
.SH QDISC PARAMETERS
|
||||||
.TP
|
.TP
|
||||||
num_tc
|
num_tc
|
||||||
Number of traffic classes to use upto 16 classes supported.
|
Number of traffic classes to use. Up to 16 classes supported.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
map
|
map
|
||||||
|
|
|
||||||
|
|
@ -609,7 +609,7 @@ to
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BR "\-cf" , " \-conf " <FILENAME>
|
.BR "\-cf" , " \-conf " <FILENAME>
|
||||||
specifies path to the config file. This option is used in conjuction with other options (e.g.
|
specifies path to the config file. This option is used in conjunction with other options (e.g.
|
||||||
.BR -nm ")."
|
.BR -nm ")."
|
||||||
|
|
||||||
.SH FORMAT
|
.SH FORMAT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue