tree-wide: fix some typos found by Lintian
Signed-off-by: Luca Boccassi <bluca@debian.org> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
7a70524270
commit
ceba59308d
|
|
@ -160,7 +160,7 @@ Is an alias for
|
||||||
.PP
|
.PP
|
||||||
.B "DEV/PORT_INDEX"
|
.B "DEV/PORT_INDEX"
|
||||||
- specifies the devlink port index to use for the requested new port.
|
- specifies the devlink port index to use for the requested new port.
|
||||||
This is optional. When ommited, driver allocates unique port index.
|
This is optional. When omitted, driver allocates unique port index.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BR flavour " { " pcipf " | " pcisf " } "
|
.BR flavour " { " pcipf " | " pcisf " } "
|
||||||
|
|
|
||||||
|
|
@ -2515,7 +2515,7 @@ specifies the master device which enslaves devices to show.
|
||||||
.TP
|
.TP
|
||||||
.BI vrf " NAME "
|
.BI vrf " NAME "
|
||||||
.I NAME
|
.I NAME
|
||||||
speficies the VRF which enslaves devices to show.
|
specifies the VRF which enslaves devices to show.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BI type " TYPE "
|
.BI type " TYPE "
|
||||||
|
|
|
||||||
|
|
@ -286,7 +286,7 @@ though inverses this behaviour: the offset is applied always, and
|
||||||
will fall back to zero.
|
will fall back to zero.
|
||||||
.TP
|
.TP
|
||||||
.BI hashkey " HASHKEY"
|
.BI hashkey " HASHKEY"
|
||||||
Spefify what packet data to use to calculate a hash key for bucket lookup. The
|
Specify what packet data to use to calculate a hash key for bucket lookup. The
|
||||||
kernel adjusts the value according to the hash table's size. For this to work,
|
kernel adjusts the value according to the hash table's size. For this to work,
|
||||||
the option
|
the option
|
||||||
.B link
|
.B link
|
||||||
|
|
|
||||||
|
|
@ -267,7 +267,7 @@ static int netem_parse_opt(struct qdisc_util *qu, int argc, char **argv,
|
||||||
NEXT_ARG();
|
NEXT_ARG();
|
||||||
++present[TCA_NETEM_CORR];
|
++present[TCA_NETEM_CORR];
|
||||||
if (get_percent(&cor.loss_corr, *argv)) {
|
if (get_percent(&cor.loss_corr, *argv)) {
|
||||||
explain1("loss correllation");
|
explain1("loss correlation");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue