From d72e213cc7c2dd0099f305cda4a6ba527b27d1da Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Tue, 5 May 2026 23:21:35 +0300 Subject: docs: fix typos and a few grammar issues (ported from #1852 RST → MyST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ports the typo/grammar sweep originally captured in PR #1852 from .rst files to their .md equivalents, plus the eventhandler grammar fix that Copilot flagged in #1852's review (which the RST PR explicitly skipped as scope-stretch). Sources: - 73 typo/grammar substitutions from PR #1852 (rebased from #1801) - "Using environments is more preferable" → "Using environment variables is preferable" (Copilot review comment on #1852) #1852 itself is being discarded since it targets RST and we are phasing out the RST tree in favor of MyST. The 4 RST-linter line-wrap comments and 1 RST section-underline comment from Copilot's #1852 review are RST-specific and do not apply to .md. 🤖 Generated by [robots](https://vyos.io) --- docs/configuration/system/md-conntrack.md | 6 +++--- docs/configuration/system/md-frr.md | 2 +- docs/configuration/system/md-option.md | 2 +- docs/configuration/system/md-proxy.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/configuration/system') diff --git a/docs/configuration/system/md-conntrack.md b/docs/configuration/system/md-conntrack.md index f83f0684..3c292132 100644 --- a/docs/configuration/system/md-conntrack.md +++ b/docs/configuration/system/md-conntrack.md @@ -40,9 +40,9 @@ searching the connection tracking table faster. The hash table uses .. cfgcmd:: set system conntrack modules tftp Configure the connection tracking protocol helper modules. - All modules are enable by default. + All modules are enabled by default. - | Use `delete system conntrack modules` to deactive all modules. + | Use `delete system conntrack modules` to deactivate all modules. | Or, for example ftp, `delete system conntrack modules ftp`. ``` @@ -52,7 +52,7 @@ searching the connection tracking table faster. The hash table uses Set the maximum number of TCP half-open connections. ``` -```{cfgcmd} set system conntrack tcp loose \ +```{cfgcmd} set system conntrack tcp loose \ :defaultvalue: Policy to track previously established connections. diff --git a/docs/configuration/system/md-frr.md b/docs/configuration/system/md-frr.md index 1741e286..40305ad7 100644 --- a/docs/configuration/system/md-frr.md +++ b/docs/configuration/system/md-frr.md @@ -11,7 +11,7 @@ but requires either a restart of the routing daemon, or a reboot of the system. Enable {abbr}`BMP (BGP Monitoring Protocol)` support. ``` -```{cfgcmd} set system frr descriptors \ +```{cfgcmd} set system frr descriptors \ This allows the operator to control the number of open file descriptors each daemon is allowed to start with. If the operator plans to run bgp with diff --git a/docs/configuration/system/md-option.md b/docs/configuration/system/md-option.md index c7a6ccf2..ed1c3461 100644 --- a/docs/configuration/system/md-option.md +++ b/docs/configuration/system/md-option.md @@ -154,7 +154,7 @@ layout here corresponds to your access system. ## Performance -As more and more routers run on Hypervisors, expecially with a {abbr}`NOS +As more and more routers run on Hypervisors, especially with a {abbr}`NOS (Network Operating System)` as VyOS, it makes fewer and fewer sense to use static resource bindings like `smp-affinity` as present in VyOS 1.2 and earlier to pin certain interrupt handlers to specific CPUs. diff --git a/docs/configuration/system/md-proxy.md b/docs/configuration/system/md-proxy.md index 286e835f..3b12634b 100644 --- a/docs/configuration/system/md-proxy.md +++ b/docs/configuration/system/md-proxy.md @@ -17,11 +17,11 @@ Configure proxy port if it does not listen to the default port 80. ``` ```{cfgcmd} set system proxy username \ -Some proxys require/support the "basic" HTTP authentication scheme as per +Some proxies require/support the "basic" HTTP authentication scheme as per {rfc}`7617`, thus a username can be configured. ``` ```{cfgcmd} set system proxy password \ -Some proxys require/support the "basic" HTTP authentication scheme as per +Some proxies require/support the "basic" HTTP authentication scheme as per {rfc}`7617`, thus a password can be configured. ``` \ No newline at end of file -- cgit v1.2.3