diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-10-27 17:28:10 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-10-28 13:51:13 +0000 |
commit | 7fa3dd2881be537ec6144850064ad1419dc12f3e (patch) | |
tree | 7fa013d6e23f16f73b0ca97628c1374a009b49bd /docs/gettingstarted/users/configuring/startup.rst | |
parent | 3b5e222f8a4d0ccd4ec4eace2551491f13de85d9 (diff) |
docs: cleanup typos on readthrough
Type: style
Change-Id: I3b15035ea6c13cd1ca3cdc9dfa9b10a6e1be9880
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'docs/gettingstarted/users/configuring/startup.rst')
-rw-r--r-- | docs/gettingstarted/users/configuring/startup.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/gettingstarted/users/configuring/startup.rst b/docs/gettingstarted/users/configuring/startup.rst index df96ff7ae2e..7a663944261 100644 --- a/docs/gettingstarted/users/configuring/startup.rst +++ b/docs/gettingstarted/users/configuring/startup.rst @@ -244,7 +244,7 @@ attributes. **Example:** cli-prompt vpp-2 * **cli-history-limit <n>** - Limit commmand history to <n> lines. A value of 0 disables command history. + Limit command history to <n> lines. A value of 0 disables command history. Default value: 50 **Example:** cli-history-limit 100 @@ -336,7 +336,7 @@ Popular options include: for all NICs except VICs, using ENIC driver, which has VLAN stripping on by default. * **hqos** - Enable the Hierarchical Quaity-of-Service (HQoS) scheduler, default is + Enable the Hierarchical Quality-of-Service (HQoS) scheduler, default is disabled. This enables HQoS on specific output interface. * **hqos { .. }** HQoS can also have its own set of custom parameters. Setting a custom @@ -413,7 +413,7 @@ Popular options include: **Example:** enable-tcp-udp-checksum * **no-multi-seg** - Disable mutli-segment buffers, improves performance but disables Jumbo MTU + Disable multi-segment buffers, improves performance but disables Jumbo MTU support. **Example:** no-multi-seg @@ -435,7 +435,7 @@ Popular options include: **Example:** log-level error * **dev default { .. }** - Change default settings for all intefaces. This sections supports the + Change default settings for all interfaces. This sections supports the same set of custom parameters described in *'dev <pci-dev> { .. }*'. **Example:** @@ -1216,8 +1216,8 @@ ____________________ A plugin can be disabled by default. It may still be in an experimental phase or only be needed in special circumstances. If this is the case, the plugin can -be explicitely enabled in *'startup.conf'*. Also, a plugin that is enabled by -default can be explicitely disabled in *'startup.conf'*. +be explicitly enabled in *'startup.conf'*. Also, a plugin that is enabled by +default can be explicitly disabled in *'startup.conf'*. Another useful use of this section is to disable all the plugins, then enable only the plugins that are desired. |